| /include/linux/ |
| D | proc_fs.h | 34 #define proc_create_seq_data(name, mode, parent, ops, data) \ argument 36 #define proc_create_seq(name, mode, parent, ops) \ argument 61 #define proc_create_net(name, mode, parent, state_size, ops) \ argument 106 #define proc_create_seq_private(name, mode, parent, ops, size, data) ({NULL;}) argument 107 #define proc_create_seq_data(name, mode, parent, ops, data) ({NULL;}) argument 108 #define proc_create_seq(name, mode, parent, ops) ({NULL;}) argument 123 #define proc_create_net_data(name, mode, parent, ops, state_size, data) ({NULL;}) argument 124 #define proc_create_net(name, mode, parent, state_size, ops) ({NULL;}) argument
|
| D | moduleparam.h | 72 const struct kernel_param_ops *ops; member 97 const struct kernel_param_ops *ops; member 167 #define module_param_cb(name, ops, arg, perm) \ argument 170 #define module_param_cb_unsafe(name, ops, arg, perm) \ argument 183 #define __level_param_cb(name, ops, arg, perm, level) \ argument 186 #define core_param_cb(name, ops, arg, perm) \ argument 189 #define postcore_param_cb(name, ops, arg, perm) \ argument 192 #define arch_param_cb(name, ops, arg, perm) \ argument 195 #define subsys_param_cb(name, ops, arg, perm) \ argument 198 #define fs_param_cb(name, ops, arg, perm) \ argument [all …]
|
| D | irqdomain.h | 164 const struct irq_domain_ops *ops; member 327 const struct irq_domain_ops *ops, in irq_domain_add_linear() 334 const struct irq_domain_ops *ops, in irq_domain_add_nomap() 341 const struct irq_domain_ops *ops, in irq_domain_add_legacy_isa() 348 const struct irq_domain_ops *ops, in irq_domain_add_tree() 356 const struct irq_domain_ops *ops, in irq_domain_create_linear() 363 const struct irq_domain_ops *ops, in irq_domain_create_tree() 451 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 | 26 const struct dma_fence_ops *ops; member 91 const struct dma_fence_ops *ops) in seqno_fence_init()
|
| D | ftrace.h | 235 #define register_ftrace_function(ops) ({ 0; }) argument 236 #define unregister_ftrace_function(ops) ({ 0; }) argument 610 #define ftrace_regex_open(ops, flag, inod, file) ({ -ENODEV; }) argument 611 #define ftrace_set_early_filter(ops, buf, enable) do { } while (0) argument 612 #define ftrace_set_filter_ip(ops, ip, remove, reset) ({ -ENODEV; }) argument 613 #define ftrace_set_filter(ops, buf, len, reset) ({ -ENODEV; }) argument 614 #define ftrace_set_notrace(ops, buf, len, reset) ({ -ENODEV; }) argument 615 #define ftrace_free_filter(ops) do { } while (0) argument 616 #define ftrace_ops_set_global_filter(ops) do { } while (0) argument 832 #define register_ftrace_graph(ops) ({ -1; }) argument [all …]
|
| D | pci-epc.h | 96 const struct pci_epc_ops *ops; member 126 #define pci_epc_create(dev, ops) \ argument 128 #define devm_pci_epc_create(dev, ops) \ argument
|
| D | ns_common.h | 9 const struct proc_ns_operations *ops; member
|
| D | pseudo_fs.h | 7 const struct super_operations *ops; member
|
| D | dma-mapping.h | 194 static inline bool dma_is_direct(const struct dma_map_ops *ops) in dma_is_direct() 281 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_page_attrs() local 297 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_page_attrs() local 315 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_sg_attrs() local 333 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_sg_attrs() local 349 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_resource() local 371 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_resource() local 383 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_cpu() local 397 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_device() local 411 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_sg_for_cpu() local [all …]
|
| D | powercap.h | 69 const struct powercap_control_type_ops *ops; member 141 const struct powercap_zone_ops *ops; member 199 const struct powercap_zone_constraint_ops *ops; member
|
| D | thermal.h | 137 const struct thermal_cooling_device_ops *ops; member 212 struct thermal_zone_device_ops *ops; member 391 const struct thermal_zone_of_device_ops *ops) in thermal_zone_of_sensor_register() 404 const struct thermal_zone_of_device_ops *ops) in devm_thermal_zone_of_sensor_register() 481 struct thermal_zone_device_ops *ops, in thermal_zone_device_register() 505 const struct thermal_cooling_device_ops *ops) in thermal_cooling_device_register() 509 char *type, void *devdata, const struct thermal_cooling_device_ops *ops) in thermal_of_cooling_device_register() 515 const struct thermal_cooling_device_ops *ops) in devm_thermal_of_cooling_device_register()
|
| D | cdev.h | 17 const struct file_operations *ops; member
|
| D | mdio-bitbang.h | 35 const struct mdiobb_ops *ops; member
|
| D | vga_switcheroo.h | 180 const struct vga_switcheroo_client_ops *ops, bool driver_power_control) { return 0; } in vga_switcheroo_register_client() 185 const struct vga_switcheroo_client_ops *ops, in vga_switcheroo_register_audio_client()
|
| /include/kvm/ |
| D | iodev.h | 33 const struct kvm_io_device_ops *ops; member 37 const struct kvm_io_device_ops *ops) in kvm_iodevice_init()
|
| /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()
|
| /include/net/netfilter/ |
| D | nf_conntrack_bridge.h | 11 struct nf_hook_ops *ops; member
|
| /include/linux/phy/ |
| D | ulpi_phy.h | 9 *ulpi_phy_create(struct ulpi *ulpi, const struct phy_ops *ops) in ulpi_phy_create()
|
| /include/media/ |
| D | v4l2-flash-led-class.h | 84 const struct v4l2_flash_ops *ops; member 169 const struct v4l2_flash_ops *ops, struct v4l2_flash_config *config) in v4l2_flash_init()
|
| D | media-request.h | 270 const struct media_request_object_ops *ops; member 412 const struct media_request_object_ops *ops, in media_request_object_find() 425 const struct media_request_object_ops *ops, in media_request_object_bind()
|
| /include/sound/ |
| D | compress_driver.h | 40 struct snd_compr_ops *ops; member 66 struct snd_compr_ops *ops; member 138 struct snd_compr_ops *ops; member
|
| /include/net/ |
| D | act_api.h | 24 const struct tc_action_ops *ops; member 113 const struct tc_action_ops *ops; member 118 const struct tc_action_ops *ops) in tc_action_net_init()
|
| /include/linux/irqchip/ |
| D | irq-partition-percpu.h | 41 const struct irq_domain_ops *ops) in partition_create_desc()
|
| /include/linux/soundwire/ |
| D | sdw_intel.h | 32 const struct sdw_intel_ops *ops; member
|