Home
last modified time | relevance | path

Searched refs:get (Results 1 – 25 of 33) sorted by relevance

12

/include/trace/events/
A Dgpio.h34 TP_PROTO(unsigned gpio, int get, int value),
36 TP_ARGS(gpio, get, value),
40 __field(int, get)
46 __entry->get = get;
51 __entry->get ? "get" : "set", __entry->value)
/include/linux/
A Dklist.h21 void (*get)(struct klist_node *); member
28 .get = _get, \
34 extern void klist_init(struct klist *k, void (*get)(struct klist_node *),
A Dvirtio_config.h113 void (*get)(struct virtio_device *vdev, unsigned offset, member
407 vdev->config->get((vdev), \
471 vdev->config->get((vdev), \
516 vdev->config->get(vdev, offset + bytes * i, in __virtio_cread_many()
536 vdev->config->get(vdev, offset, &ret, sizeof(ret)); in virtio_cread8()
553 vdev->config->get(vdev, offset, &ret, sizeof(ret)); in virtio_cread16()
573 vdev->config->get(vdev, offset, &ret, sizeof(ret)); in virtio_cread32()
A Dpipe_fs_i.h160 bool (*get)(struct pipe_inode_info *, struct pipe_buffer *); member
268 return buf->ops->get(pipe, buf); in pipe_buf_get()
A Dproc_ns.h21 struct ns_common *(*get)(struct task_struct *task); member
A Dxattr.h45 int (*get)(const struct xattr_handler *, struct dentry *dentry, member
A Dfwnode.h140 struct fwnode_handle *(*get)(struct fwnode_handle *fwnode); member
A Dhost1x.h147 struct host1x_bo *(*get)(struct host1x_bo *bo); member
172 return bo->ops->get(bo); in host1x_bo_get()
A Dmoduleparam.h58 int (*get)(char *buffer, const struct kernel_param *kp); member
307 { .flags = 0, .set = _set, .get = _get }; \
A Dpnp.h309 #define pnp_can_read(dev) (((dev)->protocol->get) && \
416 int (*get) (struct pnp_dev *dev); member
A Dclk-provider.h1628 struct clk_hw *(*get)(struct of_phandle_args *clkspec,
1632 struct clk_hw *(*get)(struct of_phandle_args *clkspec,
1659 struct clk_hw *(*get)(struct of_phandle_args *clkspec, in of_clk_add_hw_provider()
1666 struct clk_hw *(*get)(struct of_phandle_args *clkspec, in devm_of_clk_add_hw_provider()
/include/sound/
A Dsoc.h85 .get = snd_soc_get_volsw_sx,\
138 .get = snd_soc_get_volsw_sx, \
177 .get = snd_soc_get_volsw_sx, \
238 .get = xhandler_get, .put = xhandler_put, \
244 .get = xhandler_get, .put = xhandler_put, \
251 .get = xhandler_get, .put = xhandler_put, \
261 .get = xhandler_get, .put = xhandler_put, \
270 .get = xhandler_get, .put = xhandler_put, \
279 .get = xhandler_get, .put = xhandler_put, \
289 .get = xhandler_get, .put = xhandler_put, \
[all …]
A Dwss.h167 .get = snd_wss_get_single, \
183 .get = snd_wss_get_double, \
194 .get = snd_wss_get_single, \
206 .get = snd_wss_get_double, \
A Dsoc-topology.h78 int (*get)(struct snd_kcontrol *kcontrol, member
89 int (*get)(struct snd_kcontrol *kcontrol, unsigned int __user *bytes, member
A Dcontrol.h56 snd_kcontrol_get_t *get; member
75 snd_kcontrol_get_t *get; member
A Dsoc-dapm.h359 .get = snd_soc_dapm_get_volsw, .put = snd_soc_dapm_put_volsw, \
366 .get = snd_soc_dapm_get_volsw, .put = snd_soc_dapm_put_volsw, \
371 .get = snd_soc_dapm_get_pin_switch, \
/include/linux/usb/
A Daudio.h30 int (*get)(struct usb_audio_control *con, u8 cmd); member
A Drole.h44 usb_role_switch_get_t get; member
/include/kunit/
A Dclk.h30 struct clk_hw *(*get)(struct of_phandle_args *clkspec, void *data),
/include/net/sctp/
A Dstream_sched.h23 int (*get)(struct sctp_stream *stream, __u16 sid, __u16 *value); member
/include/net/tc_act/
A Dtc_ife.h44 int (*get)(struct sk_buff *skb, struct tcf_meta_info *mi); member
/include/net/netfilter/
A Dnf_flow_table.h65 void (*get)(struct nf_flowtable *ft); member
249 if (flow_table->type->get) in nf_flow_table_offload_add_cb()
250 flow_table->type->get(flow_table); in nf_flow_table_offload_add_cb()
/include/uapi/sound/
A Dasoc.h278 __le32 get; member
/include/linux/gpio/
A Ddriver.h441 int (*get)(struct gpio_chip *gc, member
/include/linux/iio/
A Diio.h80 int (*get)(struct iio_dev *, const struct iio_chan_spec *); member

Completed in 51 milliseconds

12