Home
last modified time | relevance | path

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

1234567

/include/asm-generic/
Ddma-mapping-common.h15 struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_single_attrs() local
34 struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_single_attrs() local
46 struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_sg_attrs() local
63 struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_sg_attrs() local
75 struct dma_map_ops *ops = get_dma_ops(dev); in dma_map_page() local
89 struct dma_map_ops *ops = get_dma_ops(dev); in dma_unmap_page() local
101 struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_cpu() local
113 struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_for_device() local
127 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_range_for_cpu() local
141 const struct dma_map_ops *ops = get_dma_ops(dev); in dma_sync_single_range_for_device() local
[all …]
Dhash.h5 static inline void setup_arch_fast_hash(struct fast_hash_ops *ops) in setup_arch_fast_hash()
/include/linux/
Dirqdomain.h98 const struct irq_domain_ops *ops; member
141 const struct irq_domain_ops *ops, in irq_domain_add_linear()
148 const struct irq_domain_ops *ops, in irq_domain_add_nomap()
155 const struct irq_domain_ops *ops, in irq_domain_add_legacy_isa()
162 const struct irq_domain_ops *ops, in irq_domain_add_tree()
Dmoduleparam.h70 const struct kernel_param_ops *ops; member
95 const struct kernel_param_ops *ops; member
165 #define module_param_cb(name, ops, arg, perm) \ argument
168 #define module_param_cb_unsafe(name, ops, arg, perm) \ argument
181 #define __level_param_cb(name, ops, arg, perm, level) \ argument
184 #define core_param_cb(name, ops, arg, perm) \ argument
187 #define postcore_param_cb(name, ops, arg, perm) \ argument
190 #define arch_param_cb(name, ops, arg, perm) \ argument
193 #define subsys_param_cb(name, ops, arg, perm) \ argument
196 #define fs_param_cb(name, ops, arg, perm) \ argument
[all …]
Dseqno-fence.h34 const struct fence_ops *ops; member
99 const struct fence_ops *ops) in seqno_fence_init()
Dftrace.h185 static inline void ftrace_function_local_enable(struct ftrace_ops *ops) in ftrace_function_local_enable()
202 static inline void ftrace_function_local_disable(struct ftrace_ops *ops) in ftrace_function_local_disable()
219 static inline int ftrace_function_local_disabled(struct ftrace_ops *ops) in ftrace_function_local_disabled()
233 #define register_ftrace_function(ops) ({ 0; }) argument
234 #define unregister_ftrace_function(ops) ({ 0; }) argument
582 #define ftrace_regex_open(ops, flag, inod, file) ({ -ENODEV; }) argument
583 #define ftrace_set_early_filter(ops, buf, enable) do { } while (0) argument
584 #define ftrace_set_filter_ip(ops, ip, remove, reset) ({ -ENODEV; }) argument
585 #define ftrace_set_filter(ops, buf, len, reset) ({ -ENODEV; }) argument
586 #define ftrace_set_notrace(ops, buf, len, reset) ({ -ENODEV; }) argument
[all …]
Dbpf.h35 struct bpf_map_ops *ops; member
41 struct bpf_map_ops *ops; member
114 struct bpf_verifier_ops *ops; member
126 struct bpf_verifier_ops *ops; member
Dpreempt.h180 struct preempt_ops *ops; member
187 struct preempt_ops *ops) in preempt_notifier_init()
Dvga_switcheroo.h73 const struct vga_switcheroo_client_ops *ops, bool driver_power_control) { return 0; } in vga_switcheroo_register_client()
77 const struct vga_switcheroo_client_ops *ops, in vga_switcheroo_register_audio_client()
Dpowercap.h81 const struct powercap_control_type_ops *ops; member
153 const struct powercap_zone_ops *ops; member
211 struct powercap_zone_constraint_ops *ops; member
Dcdev.h15 const struct file_operations *ops; member
Dmdio-bitbang.h34 const struct mdiobb_ops *ops; member
Dste_modem_shm.h52 struct ste_modem_dev_ops ops; member
Dppp_channel.h39 const struct ppp_channel_ops *ops; /* operations for this channel */ member
Dreset-controller.h39 struct reset_control_ops *ops; member
Ddma-buf.h126 const struct dma_buf_ops *ops; member
188 #define dma_buf_export(priv, ops, size, flags, resv) \ argument
/include/sound/
Dcompress_driver.h54 struct snd_compr_ops *ops; member
78 struct snd_compr_ops *ops; member
147 struct snd_compr_ops *ops; member
Di2c.h67 void *ops; member
69 struct snd_i2c_ops *ops; /* midlevel operations */ member
/include/net/netfilter/
Dnf_tables_ipv4.h9 const struct nf_hook_ops *ops, in nft_set_pktinfo_ipv4()
Dnf_tables_ipv6.h9 const struct nf_hook_ops *ops, in nft_set_pktinfo_ipv6()
/include/net/
Dgenetlink.h57 const struct genl_ops * ops; /* private */ member
158 const struct genl_ops *ops, size_t n_ops, in _genl_register_family_with_ops_grps()
170 #define genl_register_family_with_ops(family, ops) \ argument
174 #define genl_register_family_with_ops_groups(family, ops, grps) \ argument
/include/linux/can/
Dcore.h39 const struct proto_ops *ops; member
/include/net/sctp/
Dchecksum.h65 const struct skb_checksum_ops ops = { in sctp_compute_cksum() local
/include/linux/platform_data/
Dremoteproc-omap.h41 const struct rproc_ops *ops; member
Dasoc-ti-mcbsp.h39 struct omap_mcbsp_ops *ops; member

1234567