Searched defs:ops (Results 1 - 25 of 118) sorted by relevance

12345

/include/linux/can/
H A Dcore.h33 * @ops: pointer to struct proto_ops for sock->ops.
39 const struct proto_ops *ops; member in struct:can_proto
/include/linux/
H A Dcdev.h15 const struct file_operations *ops; member in struct:cdev
H A Dmdio-bitbang.h34 const struct mdiobb_ops *ops; member in struct:mdiobb_ctrl
H A Dppp_channel.h39 const struct ppp_channel_ops *ops; /* operations for this channel */ member in struct:ppp_channel
H A Dc2port.h32 struct c2port_ops *ops; member in struct:c2port_device
65 struct c2port_ops *ops, void *devdata);
H A Ddca.h37 struct dca_ops *ops; member in struct:dca_provider
56 struct dca_provider *alloc_dca_provider(struct dca_ops *ops, int priv_size);
H A Dclk-private.h30 const struct clk_ops *ops; member in struct:clk
73 .ops = &clk_fixed_rate_ops, \
104 .ops = &clk_gate_ops, \
137 .ops = &clk_divider_ops, \
164 .ops = &clk_mux_ops, \
184 * .ops
H A Dposix-clock.h105 * @ops: Functional interface to the clock
118 struct posix_clock_operations ops; member in struct:posix_clock
128 * @clk: Pointer to the clock. Caller must provide 'ops' and 'release'
H A Dpreempt.h134 * @ops: defines the notifier functions to be called
140 struct preempt_ops *ops; member in struct:preempt_notifier
147 struct preempt_ops *ops)
150 notifier->ops = ops;
146 preempt_notifier_init(struct preempt_notifier *notifier, struct preempt_ops *ops) argument
H A Dsplice.h57 const struct pipe_buf_operations *ops;/* ops associated with output pipe */ member in struct:splice_pipe_desc
H A Dtty_ldisc.h155 struct tty_ldisc_ops *ops; member in struct:tty_ldisc
H A Dwl12xx.h59 struct wl1271_if_operations *ops; member in struct:wl12xx_platform_data
H A Dirqdomain.h24 * counterpart domain->ops->match() callback. However, those are treated as
75 * @ops: pointer to irq_domain methods
106 const struct irq_domain_ops *ops; member in struct:irq_domain
119 const struct irq_domain_ops *ops,
123 const struct irq_domain_ops *ops,
127 const struct irq_domain_ops *ops,
130 const struct irq_domain_ops *ops,
138 const struct irq_domain_ops *ops,
141 return irq_domain_add_legacy(of_node, NUM_ISA_INTERRUPTS, 0, 0, ops,
136 irq_domain_add_legacy_isa( struct device_node *of_node, const struct irq_domain_ops *ops, void *host_data) argument
H A Dlcd.h18 * lcd_device->ops_lock is an internal backlight lock protecting the ops
58 /* This protects the 'ops' field. If 'ops' is NULL, the driver that
63 struct lcd_ops *ops; member in struct:lcd_device
98 if (ld->ops && ld->ops->set_power)
99 ld->ops->set_power(ld, power);
104 struct device *parent, void *devdata, struct lcd_ops *ops);
H A Dmmu_notifier.h158 const struct mmu_notifier_ops *ops; member in struct:mmu_notifier
H A Doprofile.h81 * One-time initialisation. *ops must be set to a filled-in
87 int oprofile_arch_init(struct oprofile_operations * ops);
199 int __init oprofile_perf_init(struct oprofile_operations *ops);
203 static inline int __init oprofile_perf_init(struct oprofile_operations *ops) argument
/include/linux/mfd/abx500/
H A Dux500_chargalg.h27 * @ops ux500 charger operations
33 struct ux500_charger_ops ops; member in struct:ux500_charger
/include/linux/ceph/
H A Dauth.h65 const struct ceph_auth_client_ops *ops; /* null iff protocol==0 */ member in struct:ceph_auth_client
/include/net/phonet/
H A Dphonet.h106 const struct proto_ops *ops; member in struct:phonet_protocol
/include/crypto/
H A Dif_alg.h53 struct proto_ops *ops; member in struct:af_alg_type
/include/linux/mfd/
H A Dmcp.h17 struct mcp_ops *ops; member in struct:mcp
/include/net/
H A Dprotocol.h83 const struct proto_ops *ops; member in struct:inet_protosw
/include/sound/
H A Dtea575x-tuner.h57 struct snd_tea575x_ops *ops; member in struct:snd_tea575x
/include/video/
H A Dsh_mobile_meram.h27 struct sh_mobile_meram_ops *ops; member in struct:sh_mobile_meram_info
/include/asm-generic/
H A Ddma-mapping-common.h15 struct dma_map_ops *ops = get_dma_ops(dev); local
20 addr = ops->map_page(dev, virt_to_page(ptr),
34 struct dma_map_ops *ops = get_dma_ops(dev); local
37 if (ops->unmap_page)
38 ops->unmap_page(dev, addr, size, dir, attrs);
46 struct dma_map_ops *ops = get_dma_ops(dev); local
53 ents = ops->map_sg(dev, sg, nents, dir, attrs);
63 struct dma_map_ops *ops = get_dma_ops(dev); local
67 if (ops->unmap_sg)
68 ops
75 struct dma_map_ops *ops = get_dma_ops(dev); local
89 struct dma_map_ops *ops = get_dma_ops(dev); local
101 struct dma_map_ops *ops = get_dma_ops(dev); local
113 struct dma_map_ops *ops = get_dma_ops(dev); local
127 const struct dma_map_ops *ops = get_dma_ops(dev); local
141 const struct dma_map_ops *ops = get_dma_ops(dev); local
153 struct dma_map_ops *ops = get_dma_ops(dev); local
165 struct dma_map_ops *ops = get_dma_ops(dev); local
[all...]

Completed in 296 milliseconds

12345