| /include/linux/ |
| D | moduleparam.h | 71 const struct kernel_param_ops *ops; member 96 const struct kernel_param_ops *ops; member 166 #define module_param_cb(name, ops, arg, perm) \ argument 169 #define module_param_cb_unsafe(name, ops, arg, perm) \ argument 182 #define __level_param_cb(name, ops, arg, perm, level) \ argument 185 #define core_param_cb(name, ops, arg, perm) \ argument 188 #define postcore_param_cb(name, ops, arg, perm) \ argument 191 #define arch_param_cb(name, ops, arg, perm) \ argument 194 #define subsys_param_cb(name, ops, arg, perm) \ argument 197 #define fs_param_cb(name, ops, arg, perm) \ argument [all …]
|
| D | dma-mapping.h | 185 struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_single_attrs() local 204 struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_single_attrs() local 220 struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_sg_attrs() local 238 struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_sg_attrs() local 250 struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_page() local 264 struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_page() local 278 struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_resource() local 299 struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_resource() local 311 struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_cpu() local 323 struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_device() local [all …]
|
| D | irqdomain.h | 152 const struct irq_domain_ops *ops; member 265 const struct irq_domain_ops *ops, in irq_domain_add_linear() 272 const struct irq_domain_ops *ops, in irq_domain_add_nomap() 279 const struct irq_domain_ops *ops, in irq_domain_add_legacy_isa() 286 const struct irq_domain_ops *ops, in irq_domain_add_tree() 294 const struct irq_domain_ops *ops, in irq_domain_create_linear() 301 const struct irq_domain_ops *ops, in irq_domain_create_tree() 384 const struct irq_domain_ops *ops, in irq_domain_add_hierarchy()
|
| D | rbtree_latch.h | 144 const struct latch_tree_ops *ops) in latch_tree_insert() 171 const struct latch_tree_ops *ops) in latch_tree_erase() 199 const struct latch_tree_ops *ops) in latch_tree_find()
|
| D | seqno-fence.h | 34 const struct fence_ops *ops; member 99 const struct fence_ops *ops) in seqno_fence_init()
|
| D | ftrace.h | 207 static inline void ftrace_function_local_enable(struct ftrace_ops *ops) in ftrace_function_local_enable() 224 static inline void ftrace_function_local_disable(struct ftrace_ops *ops) in ftrace_function_local_disable() 241 static inline int ftrace_function_local_disabled(struct ftrace_ops *ops) in ftrace_function_local_disabled() 255 #define register_ftrace_function(ops) ({ 0; }) argument 256 #define unregister_ftrace_function(ops) ({ 0; }) argument 642 #define ftrace_regex_open(ops, flag, inod, file) ({ -ENODEV; }) argument 643 #define ftrace_set_early_filter(ops, buf, enable) do { } while (0) argument 644 #define ftrace_set_filter_ip(ops, ip, remove, reset) ({ -ENODEV; }) argument 645 #define ftrace_set_filter(ops, buf, len, reset) ({ -ENODEV; }) argument 646 #define ftrace_set_notrace(ops, buf, len, reset) ({ -ENODEV; }) argument [all …]
|
| D | ns_common.h | 8 const struct proc_ns_operations *ops; member
|
| D | rpmsg.h | 80 const struct rpmsg_device_ops *ops; member 116 const struct rpmsg_endpoint_ops *ops; member
|
| D | powercap.h | 81 const struct powercap_control_type_ops *ops; member 153 const struct powercap_zone_ops *ops; member 211 const struct powercap_zone_constraint_ops *ops; member
|
| D | cdev.h | 15 const struct file_operations *ops; member
|
| D | thermal.h | 149 const struct thermal_cooling_device_ops *ops; member 223 struct thermal_zone_device_ops *ops; member 402 const struct thermal_zone_of_device_ops *ops) in thermal_zone_of_sensor_register() 415 const struct thermal_zone_of_device_ops *ops) in devm_thermal_zone_of_sensor_register() 487 struct thermal_zone_device_ops *ops, in thermal_zone_device_register() 511 const struct thermal_cooling_device_ops *ops) in thermal_cooling_device_register() 515 char *type, void *devdata, const struct thermal_cooling_device_ops *ops) in thermal_of_cooling_device_register()
|
| D | ntb.h | 152 static inline int ntb_client_ops_is_valid(const struct ntb_client_ops *ops) in ntb_client_ops_is_valid() 171 static inline int ntb_ctx_ops_is_valid(const struct ntb_ctx_ops *ops) in ntb_ctx_ops_is_valid() 264 static inline int ntb_dev_ops_is_valid(const struct ntb_dev_ops *ops) in ntb_dev_ops_is_valid() 311 const struct ntb_client_ops ops; member 329 const struct ntb_dev_ops *ops; member
|
| D | mdio-bitbang.h | 34 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()
|
| D | intel-svm.h | 108 int flags, struct svm_dev_ops *ops) in intel_svm_bind_mm()
|
| /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()
|
| /include/sound/ |
| D | compress_driver.h | 54 struct snd_compr_ops *ops; member 79 struct snd_compr_ops *ops; member 151 struct snd_compr_ops *ops; member
|
| D | i2c.h | 67 void *ops; member 69 const struct snd_i2c_ops *ops; /* midlevel operations */ member
|
| /include/media/ |
| D | v4l2-flash-led-class.h | 89 const struct v4l2_flash_ops *ops; member 144 const struct v4l2_flash_ops *ops, in v4l2_flash_init()
|
| /include/net/ |
| D | genetlink.h | 67 const struct genl_ops * ops; /* private */ member 164 const struct genl_ops *ops, size_t n_ops, in _genl_register_family_with_ops_grps() 176 #define genl_register_family_with_ops(family, ops) \ argument 180 #define genl_register_family_with_ops_groups(family, ops, grps) \ argument
|
| D | act_api.h | 24 const struct tc_action_ops *ops; member 127 const struct tc_action_ops *ops; member 132 const struct tc_action_ops *ops, unsigned int mask) in tc_action_net_init()
|
| /include/linux/can/ |
| D | core.h | 39 const struct proto_ops *ops; member
|
| /include/linux/irqchip/ |
| D | irq-partition-percpu.h | 49 const struct irq_domain_ops *ops) in partition_create_desc()
|
| /include/net/sctp/ |
| D | checksum.h | 65 const struct skb_checksum_ops ops = { in sctp_compute_cksum() local
|
| /include/net/netfilter/ |
| D | br_netfilter.h | 65 br_nf_pre_routing_ipv6(const struct nf_hook_ops *ops, struct sk_buff *skb, in br_nf_pre_routing_ipv6()
|