Home
last modified time | relevance | path

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

123456

/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 …]
/include/linux/
Dmoduleparam.h50 const struct kernel_param_ops *ops; member
72 const struct kernel_param_ops *ops; member
128 #define module_param_cb(name, ops, arg, perm) \ argument
140 #define __level_param_cb(name, ops, arg, perm, level) \ argument
143 #define core_param_cb(name, ops, arg, perm) \ argument
146 #define postcore_param_cb(name, ops, arg, perm) \ argument
149 #define arch_param_cb(name, ops, arg, perm) \ argument
152 #define subsys_param_cb(name, ops, arg, perm) \ argument
155 #define fs_param_cb(name, ops, arg, perm) \ argument
158 #define device_param_cb(name, ops, arg, perm) \ argument
[all …]
Dftrace.h179 static inline void ftrace_function_local_enable(struct ftrace_ops *ops) in ftrace_function_local_enable()
196 static inline void ftrace_function_local_disable(struct ftrace_ops *ops) in ftrace_function_local_disable()
213 static inline int ftrace_function_local_disabled(struct ftrace_ops *ops) in ftrace_function_local_disabled()
227 #define register_ftrace_function(ops) ({ 0; }) argument
228 #define unregister_ftrace_function(ops) ({ 0; }) argument
558 #define ftrace_regex_open(ops, flag, inod, file) ({ -ENODEV; }) argument
559 #define ftrace_set_early_filter(ops, buf, enable) do { } while (0) argument
560 #define ftrace_set_filter_ip(ops, ip, remove, reset) ({ -ENODEV; }) argument
561 #define ftrace_set_filter(ops, buf, len, reset) ({ -ENODEV; }) argument
562 #define ftrace_set_notrace(ops, buf, len, reset) ({ -ENODEV; }) argument
[all …]
Dpreempt.h162 struct preempt_ops *ops; member
169 struct preempt_ops *ops) in preempt_notifier_init()
Dvga_switcheroo.h67 const struct vga_switcheroo_client_ops *ops) { return 0; } in vga_switcheroo_register_client()
71 const struct vga_switcheroo_client_ops *ops, in vga_switcheroo_register_audio_client()
Dcdev.h15 const struct file_operations *ops; member
Ddma-buf.h123 const struct dma_buf_ops *ops; member
173 #define dma_buf_export(priv, ops, size, flags) \ argument
Dirqdomain.h106 const struct irq_domain_ops *ops; member
143 const struct irq_domain_ops *ops, in irq_domain_add_legacy_isa()
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.h38 struct reset_control_ops *ops; member
Ddca.h37 struct dca_ops *ops; member
Dc2port.h32 struct c2port_ops *ops; member
Dipack.h135 const struct ipack_driver_ops *ops; member
178 const struct ipack_bus_ops *ops; member
/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/linux/can/
Dcore.h39 const struct proto_ops *ops; member
/include/linux/platform_data/
Dremoteproc-omap.h41 const struct rproc_ops *ops; member
Dasoc-ti-mcbsp.h41 struct omap_mcbsp_ops *ops; member
/include/linux/mfd/abx500/
Dux500_chargalg.h39 struct ux500_charger_ops ops; member
/include/net/phonet/
Dphonet.h106 const struct proto_ops *ops; member
/include/video/
Dadf.h181 const struct adf_obj_ops *ops; member
287 const struct adf_device_ops *ops; member
370 const struct adf_interface_ops *ops; member
411 const struct adf_overlay_engine_ops *ops; member
/include/media/
Dv4l2-event.h115 const struct v4l2_subscribed_event_ops *ops; member
/include/linux/mfd/
Dmcp.h17 struct mcp_ops *ops; member

123456