| /include/linux/ |
| A D | moduleparam.h | 77 const struct kernel_param_ops *ops; member 102 const struct kernel_param_ops *ops; member 180 #define module_param_cb(name, ops, arg, perm) \ argument 187 #define __level_param_cb(name, ops, arg, perm, level) \ argument 199 #define core_param_cb(name, ops, arg, perm) \ argument 212 #define postcore_param_cb(name, ops, arg, perm) \ argument 225 #define arch_param_cb(name, ops, arg, perm) \ argument 238 #define subsys_param_cb(name, ops, arg, perm) \ argument 251 #define fs_param_cb(name, ops, arg, perm) \ argument 264 #define device_param_cb(name, ops, arg, perm) \ argument [all …]
|
| A D | ftrace.h | 504 #define register_ftrace_function(ops) ({ 0; }) argument 505 #define unregister_ftrace_function(ops) ({ 0; }) argument 1001 #define ftrace_regex_open(ops, flag, inod, file) ({ -ENODEV; }) argument 1002 #define ftrace_set_early_filter(ops, buf, enable) do { } while (0) argument 1005 #define ftrace_set_filter(ops, buf, len, reset) ({ -ENODEV; }) argument 1006 #define ftrace_set_notrace(ops, buf, len, reset) ({ -ENODEV; }) argument 1007 #define ftrace_free_filter(ops) do { } while (0) argument 1008 #define ftrace_ops_set_global_filter(ops) do { } while (0) argument 1178 struct ftrace_ops ops; /* for the hash lists */ member 1286 #define register_ftrace_graph(ops) ({ -1; }) argument [all …]
|
| A D | proc_fs.h | 102 #define proc_create_seq_data(name, mode, parent, ops, data) \ argument 104 #define proc_create_seq(name, mode, parent, ops) \ argument 138 #define proc_create_net(name, mode, parent, ops, state_size) \ argument 195 #define proc_create_seq_private(name, mode, parent, ops, size, data) ({NULL;}) argument 196 #define proc_create_seq_data(name, mode, parent, ops, data) ({NULL;}) argument 197 #define proc_create_seq(name, mode, parent, ops) ({NULL;}) argument 220 #define proc_create_net_data(name, mode, parent, ops, state_size, data) ({NULL;}) argument 221 #define proc_create_net_data_write(name, mode, parent, ops, write, state_size, data) ({NULL;}) argument 222 #define proc_create_net(name, mode, parent, state_size, ops) ({NULL;}) argument
|
| A D | rbtree_latch.h | 146 const struct latch_tree_ops *ops) in latch_tree_insert() 174 const struct latch_tree_ops *ops) in latch_tree_erase() 203 const struct latch_tree_ops *ops) in latch_tree_find()
|
| A D | thermal.h | 131 const struct thermal_cooling_device_ops *ops; member 205 const struct thermal_zone_device_ops *ops) in devm_thermal_of_zone_register() 281 const struct thermal_zone_device_ops *ops, in thermal_zone_device_register_with_trips() 289 struct thermal_zone_device_ops *ops, in thermal_tripless_zone_device_register() 302 const struct thermal_cooling_device_ops *ops) in thermal_cooling_device_register() 307 const struct thermal_cooling_device_ops *ops) in thermal_of_cooling_device_register() 313 const struct thermal_cooling_device_ops *ops) in devm_thermal_of_cooling_device_register()
|
| A D | irqdomain.h | 150 const struct irq_domain_ops *ops; member 303 const struct irq_domain_ops *ops; member 373 const struct irq_domain_ops *ops, in irq_domain_create_nomap() 402 const struct irq_domain_ops *ops, in irq_domain_create_linear() 418 const struct irq_domain_ops *ops, in irq_domain_create_tree() 548 const struct irq_domain_ops *ops, in irq_domain_create_hierarchy() 713 const struct irq_domain_ops *ops, in irq_domain_add_tree() 730 const struct irq_domain_ops *ops, in irq_domain_add_linear()
|
| A D | fwctl.h | 81 const struct fwctl_ops *ops; member 98 #define fwctl_alloc_device(parent, ops, drv_struct, member) \ argument
|
| A D | virtio_dma_buf.h | 23 struct dma_buf_ops ops; member
|
| A D | powercap.h | 68 const struct powercap_control_type_ops *ops; member 140 const struct powercap_zone_ops *ops; member 198 const struct powercap_zone_constraint_ops *ops; member
|
| A D | ns_common.h | 11 const struct proc_ns_operations *ops; member
|
| A D | dma-heap.h | 39 const struct dma_heap_ops *ops; member
|
| A D | pseudo_fs.h | 7 const struct super_operations *ops; member
|
| A 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/ |
| A 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/ |
| A 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/ |
| A D | xdp_sock.h | 162 const struct xsk_tx_metadata_ops *ops, in xsk_tx_metadata_request() 194 const struct xsk_tx_metadata_ops *ops, in xsk_tx_metadata_complete() 227 const struct xsk_tx_metadata_ops *ops, in xsk_tx_metadata_request() 233 const struct xsk_tx_metadata_ops *ops, in xsk_tx_metadata_complete()
|
| /include/media/ |
| A 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()
|
| A 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/drm/ |
| A D | drm_gpuvm.h | 283 const struct drm_gpuvm_ops *ops; member 1000 #define drm_gpuva_for_each_op(op, ops) list_for_each_entry(op, &(ops)->list, entry) argument 1011 #define drm_gpuva_for_each_op_safe(op, next, ops) \ argument 1022 #define drm_gpuva_for_each_op_from_reverse(op, ops) \ argument 1032 #define drm_gpuva_for_each_op_reverse(op, ops) \ argument 1039 #define drm_gpuva_first_op(ops) \ argument 1046 #define drm_gpuva_last_op(ops) \ argument
|
| A D | drm_pagemap.h | 133 const struct drm_pagemap_ops *ops; member 214 const struct drm_pagemap_devmem_ops *ops; member
|
| /include/net/netfilter/ |
| A D | nf_conntrack_bridge.h | 11 struct nf_hook_ops *ops; member
|
| /include/linux/phy/ |
| A D | ulpi_phy.h | 9 *ulpi_phy_create(struct ulpi *ulpi, const struct phy_ops *ops) in ulpi_phy_create()
|
| /include/drm/ttm/ |
| A D | ttm_kmap_iter.h | 58 const struct ttm_kmap_iter_ops *ops; member
|
| /include/drm/intel/ |
| A D | i915_gsc_proxy_mei_interface.h | 50 const struct i915_gsc_proxy_component_ops *ops; member
|
| /include/linux/framer/ |
| A D | framer-provider.h | 139 const struct framer_ops *ops) in framer_create() 150 const struct framer_ops *ops) in devm_framer_create()
|