/linux-4.19.296/drivers/base/ |
D | syscore.c | 21 void register_syscore_ops(struct syscore_ops *ops) in register_syscore_ops() 33 void unregister_syscore_ops(struct syscore_ops *ops) in unregister_syscore_ops() 49 struct syscore_ops *ops; in syscore_suspend() local 94 struct syscore_ops *ops; in syscore_resume() local 118 struct syscore_ops *ops; in syscore_shutdown() local
|
D | component.c | 39 const struct component_master_ops *ops; member 50 const struct component_ops *ops; member 133 const struct component_master_ops *ops) in __master_find() 382 const struct component_master_ops *ops, in component_master_add_with_match() 418 const struct component_master_ops *ops) in component_master_del() 552 int component_add(struct device *dev, const struct component_ops *ops) in component_add() 583 void component_del(struct device *dev, const struct component_ops *ops) in component_del()
|
/linux-4.19.296/drivers/media/v4l2-core/ |
D | v4l2-ioctl.c | 938 const struct v4l2_ioctl_ops *ops = vfd->ioctl_ops; in check_fmt() local 1039 static int v4l_querycap(const struct v4l2_ioctl_ops *ops, in v4l_querycap() 1065 static int v4l_s_input(const struct v4l2_ioctl_ops *ops, in v4l_s_input() 1077 static int v4l_s_output(const struct v4l2_ioctl_ops *ops, in v4l_s_output() 1083 static int v4l_g_priority(const struct v4l2_ioctl_ops *ops, in v4l_g_priority() 1094 static int v4l_s_priority(const struct v4l2_ioctl_ops *ops, in v4l_s_priority() 1108 static int v4l_enuminput(const struct v4l2_ioctl_ops *ops, in v4l_enuminput() 1126 static int v4l_enumoutput(const struct v4l2_ioctl_ops *ops, in v4l_enumoutput() 1361 static int v4l_enum_fmt(const struct v4l2_ioctl_ops *ops, in v4l_enum_fmt() 1433 static int v4l_g_fmt(const struct v4l2_ioctl_ops *ops, in v4l_g_fmt() [all …]
|
/linux-4.19.296/drivers/hid/ |
D | hid-wiimote-modules.c | 92 static int wiimod_keys_probe(const struct wiimod_ops *ops, in wiimod_keys_probe() 158 static int wiimod_rumble_probe(const struct wiimod_ops *ops, in wiimod_rumble_probe() 170 static void wiimod_rumble_remove(const struct wiimod_ops *ops, in wiimod_rumble_remove() 237 static int wiimod_battery_probe(const struct wiimod_ops *ops, in wiimod_battery_probe() 271 static void wiimod_battery_remove(const struct wiimod_ops *ops, in wiimod_battery_remove() 341 static int wiimod_led_probe(const struct wiimod_ops *ops, in wiimod_led_probe() 383 static void wiimod_led_remove(const struct wiimod_ops *ops, in wiimod_led_remove() 484 static int wiimod_accel_probe(const struct wiimod_ops *ops, in wiimod_accel_probe() 525 static void wiimod_accel_remove(const struct wiimod_ops *ops, in wiimod_accel_remove() 736 static int wiimod_ir_probe(const struct wiimod_ops *ops, in wiimod_ir_probe() [all …]
|
D | hid-wiimote-core.c | 628 const struct wiimod_ops *ops; in wiimote_modules_load() local 691 const struct wiimod_ops *ops; in wiimote_modules_unload() local 726 const struct wiimod_ops *ops; in wiimote_ext_load() local 745 const struct wiimod_ops *ops; in wiimote_ext_unload() local 761 const struct wiimod_ops *ops; in wiimote_mp_load() local 780 const struct wiimod_ops *ops; in wiimote_mp_unload() local 1251 const struct wiimod_ops *ops; in handler_keys() local 1272 const struct wiimod_ops *ops; in handler_accel() local 1290 static bool valid_ext_handler(const struct wiimod_ops *ops, size_t len) in valid_ext_handler() 1312 const struct wiimod_ops *ops; in handler_ext() local [all …]
|
/linux-4.19.296/drivers/misc/c2port/ |
D | core.c | 66 struct c2port_ops *ops = dev->ops; in c2port_reset() local 82 struct c2port_ops *ops = dev->ops; in c2port_strobe_ck() local 104 struct c2port_ops *ops = dev->ops; in c2port_write_ar() local 132 struct c2port_ops *ops = dev->ops; in c2port_read_ar() local 164 struct c2port_ops *ops = dev->ops; in c2port_write_dr() local 212 struct c2port_ops *ops = dev->ops; in c2port_read_dr() local 319 struct c2port_ops *ops = c2dev->ops; in c2port_show_flash_blocks_num() local 329 struct c2port_ops *ops = c2dev->ops; in c2port_show_flash_block_size() local 339 struct c2port_ops *ops = c2dev->ops; in c2port_show_flash_size() local 357 struct c2port_ops *ops = c2dev->ops; in access_store() local [all …]
|
/linux-4.19.296/include/linux/ |
D | proc_fs.h | 35 #define proc_create_seq_data(name, mode, parent, ops, data) \ argument 37 #define proc_create_seq(name, mode, parent, ops) \ argument 62 #define proc_create_net(name, mode, parent, state_size, ops) \ argument 102 #define proc_create_seq_private(name, mode, parent, ops, size, data) ({NULL;}) argument 103 #define proc_create_seq_data(name, mode, parent, ops, data) ({NULL;}) argument 104 #define proc_create_seq(name, mode, parent, ops) ({NULL;}) argument 119 #define proc_create_net_data(name, mode, parent, ops, state_size, data) ({NULL;}) argument 120 #define proc_create_net_data_write(name, mode, parent, ops, write, state_size, data) ({NULL;}) argument 121 #define proc_create_net(name, mode, parent, state_size, ops) ({NULL;}) argument
|
D | dma-mapping.h | 231 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_single_attrs() local 249 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_single_attrs() local 265 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_sg_attrs() local 280 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_sg_attrs() local 294 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_page_attrs() local 309 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_page_attrs() local 323 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_resource() local 344 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_resource() local 356 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_cpu() local 368 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_device() local [all …]
|
D | moduleparam.h | 74 const struct kernel_param_ops *ops; member 99 const struct kernel_param_ops *ops; member 169 #define module_param_cb(name, ops, arg, perm) \ argument 172 #define module_param_cb_unsafe(name, ops, arg, perm) \ argument 185 #define __level_param_cb(name, ops, arg, perm, level) \ argument 188 #define core_param_cb(name, ops, arg, perm) \ argument 191 #define postcore_param_cb(name, ops, arg, perm) \ argument 194 #define arch_param_cb(name, ops, arg, perm) \ argument 197 #define subsys_param_cb(name, ops, arg, perm) \ argument 200 #define fs_param_cb(name, ops, arg, perm) \ argument [all …]
|
D | irqdomain.h | 160 const struct irq_domain_ops *ops; member 329 const struct irq_domain_ops *ops, in irq_domain_add_linear() 336 const struct irq_domain_ops *ops, in irq_domain_add_nomap() 343 const struct irq_domain_ops *ops, in irq_domain_add_legacy_isa() 350 const struct irq_domain_ops *ops, in irq_domain_add_tree() 358 const struct irq_domain_ops *ops, in irq_domain_create_linear() 365 const struct irq_domain_ops *ops, in irq_domain_create_tree() 448 const struct irq_domain_ops *ops, in irq_domain_add_hierarchy()
|
D | rbtree_latch.h | 146 const struct latch_tree_ops *ops) in latch_tree_insert() 173 const struct latch_tree_ops *ops) in latch_tree_erase() 201 const struct latch_tree_ops *ops) in latch_tree_find()
|
D | seqno-fence.h | 34 const struct dma_fence_ops *ops; member 99 const struct dma_fence_ops *ops) in seqno_fence_init()
|
/linux-4.19.296/drivers/media/radio/ |
D | radio-isa.c | 58 const struct radio_isa_ops *ops = isa->drv->ops; in radio_isa_g_tuner() local 88 const struct radio_isa_ops *ops = isa->drv->ops; in radio_isa_s_tuner() local 211 const struct radio_isa_ops *ops = drv->ops; in radio_isa_common_probe() local 289 const struct radio_isa_ops *ops = isa->drv->ops; in radio_isa_common_remove() local 304 const struct radio_isa_ops *ops = drv->ops; in radio_isa_probe() local
|
/linux-4.19.296/lib/ |
D | assoc_array.c | 175 const struct assoc_array_ops *ops, in assoc_array_walk() 309 const struct assoc_array_ops *ops, in assoc_array_find() 348 const struct assoc_array_ops *ops) in assoc_array_destroy_subtree() 446 const struct assoc_array_ops *ops) in assoc_array_destroy() 479 const struct assoc_array_ops *ops, in assoc_array_insert_into_terminal_node() 798 const struct assoc_array_ops *ops, in assoc_array_insert_mid_shortcut() 969 const struct assoc_array_ops *ops, in assoc_array_insert() 1084 const struct assoc_array_ops *ops, in assoc_array_delete() 1279 const struct assoc_array_ops *ops) in assoc_array_clear() 1458 const struct assoc_array_ops *ops, in assoc_array_gc()
|
D | textsearch.c | 147 int textsearch_register(struct ts_ops *ops) in textsearch_register() 182 int textsearch_unregister(struct ts_ops *ops) in textsearch_unregister() 272 struct ts_ops *ops; in textsearch_prepare() local
|
/linux-4.19.296/fs/fat/ |
D | fatent.c | 104 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_bread() local 325 const struct fatent_operations *ops = sbi->fatent_ops; in fat_ent_update_ptr() local 354 const struct fatent_operations *ops = sbi->fatent_ops; in fat_ent_read() local 415 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_write() local 440 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_read_block() local 471 const struct fatent_operations *ops = sbi->fatent_ops; in fat_alloc_clusters() local 559 const struct fatent_operations *ops = sbi->fatent_ops; in fat_free_clusters() local 644 const struct fatent_operations *ops = MSDOS_SB(sb)->fatent_ops; in fat_ent_reada() local 657 const struct fatent_operations *ops = sbi->fatent_ops; in fat_count_free_clusters() local 711 const struct fatent_operations *ops = sbi->fatent_ops; in fat_trim_fs() local
|
/linux-4.19.296/fs/kernfs/ |
D | file.c | 96 const struct kernfs_ops *ops = kernfs_ops(of->kn); in kernfs_seq_stop_active() local 106 const struct kernfs_ops *ops; in kernfs_seq_start() local 135 const struct kernfs_ops *ops = kernfs_ops(of->kn); in kernfs_seq_next() local 189 const struct kernfs_ops *ops; in kernfs_file_direct_read() local 277 const struct kernfs_ops *ops; in kernfs_fop_write() local 473 const struct kernfs_ops *ops; in kernfs_fop_mmap() local 621 const struct kernfs_ops *ops; in kernfs_fop_open() local 982 const struct kernfs_ops *ops, in __kernfs_create_file()
|
/linux-4.19.296/drivers/pci/controller/ |
D | pci-host-common.c | 22 struct list_head *resources, struct pci_ecam_ops *ops) in gen_pci_init() 59 struct pci_ecam_ops *ops) in pci_host_common_probe()
|
/linux-4.19.296/fs/adfs/ |
D | dir.c | 24 const struct adfs_dir_ops *ops = ADFS_SB(sb)->s_dir; in adfs_readdir() local 72 const struct adfs_dir_ops *ops = ADFS_SB(sb)->s_dir; in adfs_dir_update() local 132 const struct adfs_dir_ops *ops = ADFS_SB(sb)->s_dir; in adfs_dir_lookup_byname() local
|
/linux-4.19.296/block/ |
D | ioctl.c | 317 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in blkdev_pr_register() local 335 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in blkdev_pr_reserve() local 353 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in blkdev_pr_release() local 371 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in blkdev_pr_preempt() local 389 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in blkdev_pr_clear() local
|
/linux-4.19.296/drivers/char/hw_random/ |
D | octeon-rng.c | 23 struct hwrng ops; member 64 struct hwrng ops = { in octeon_rng_probe() local
|
/linux-4.19.296/include/kvm/ |
D | iodev.h | 45 const struct kvm_io_device_ops *ops; member 49 const struct kvm_io_device_ops *ops) in kvm_iodevice_init()
|
/linux-4.19.296/drivers/clk/ti/ |
D | gate.c | 96 u8 clk_gate_flags, const struct clk_ops *ops, in _register_gate() 135 const struct clk_hw_omap_ops *ops = &clkhwops_wait; in ti_clk_build_component_gate() local 162 const struct clk_ops *ops, in _of_ti_gate_clk_setup()
|
D | interface.c | 38 const struct clk_hw_omap_ops *ops) in _register_interface() 71 const struct clk_hw_omap_ops *ops) in _of_ti_interface_clk_setup()
|
/linux-4.19.296/include/sound/ac97/ |
D | controller.h | 32 const struct ac97_controller_ops *ops; member 69 snd_ac97_controller_register(const struct ac97_controller_ops *ops, in snd_ac97_controller_register()
|