Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/include/linux/
A Dmoduleparam.h77 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 Dftrace.h504 #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 Dproc_fs.h102 #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 Drbtree_latch.h146 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 Dthermal.h131 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 Dirqdomain.h150 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 Dfwctl.h81 const struct fwctl_ops *ops; member
98 #define fwctl_alloc_device(parent, ops, drv_struct, member) \ argument
A Dvirtio_dma_buf.h23 struct dma_buf_ops ops; member
A Dpowercap.h68 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 Dns_common.h11 const struct proc_ns_operations *ops; member
A Ddma-heap.h39 const struct dma_heap_ops *ops; member
A Dpseudo_fs.h7 const struct super_operations *ops; member
A Dvga_switcheroo.h180 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 Diodev.h33 const struct kvm_io_device_ops *ops; member
37 const struct kvm_io_device_ops *ops) in kvm_iodevice_init()
/include/sound/ac97/
A Dcontroller.h32 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 Dxdp_sock.h162 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 Dv4l2-flash-led-class.h84 const struct v4l2_flash_ops *ops; member
169 const struct v4l2_flash_ops *ops, struct v4l2_flash_config *config) in v4l2_flash_init()
A Dmedia-request.h270 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 Ddrm_gpuvm.h283 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 Ddrm_pagemap.h133 const struct drm_pagemap_ops *ops; member
214 const struct drm_pagemap_devmem_ops *ops; member
/include/net/netfilter/
A Dnf_conntrack_bridge.h11 struct nf_hook_ops *ops; member
/include/linux/phy/
A Dulpi_phy.h9 *ulpi_phy_create(struct ulpi *ulpi, const struct phy_ops *ops) in ulpi_phy_create()
/include/drm/ttm/
A Dttm_kmap_iter.h58 const struct ttm_kmap_iter_ops *ops; member
/include/drm/intel/
A Di915_gsc_proxy_mei_interface.h50 const struct i915_gsc_proxy_component_ops *ops; member
/include/linux/framer/
A Dframer-provider.h139 const struct framer_ops *ops) in framer_create()
150 const struct framer_ops *ops) in devm_framer_create()

Completed in 46 milliseconds

12345678910>>...12