Home
last modified time | relevance | path

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

12

/include/trace/events/
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/
Dklist.h21 void (*get)(struct klist_node *); member
28 .get = _get, \
34 extern void klist_init(struct klist *k, void (*get)(struct klist_node *),
Dvirtio_config.h109 void (*get)(struct virtio_device *vdev, unsigned offset, member
406 vdev->config->get((vdev), \
470 vdev->config->get((vdev), \
515 vdev->config->get(vdev, offset + bytes * i, in __virtio_cread_many()
535 vdev->config->get(vdev, offset, &ret, sizeof(ret)); in virtio_cread8()
552 vdev->config->get(vdev, offset, &ret, sizeof(ret)); in virtio_cread16()
572 vdev->config->get(vdev, offset, &ret, sizeof(ret)); in virtio_cread32()
Dpipe_fs_i.h124 bool (*get)(struct pipe_inode_info *, struct pipe_buffer *); member
205 return buf->ops->get(pipe, buf); in pipe_buf_get()
Dproc_ns.h20 struct ns_common *(*get)(struct task_struct *task); member
Dxattr.h41 int (*get)(const struct xattr_handler *, struct dentry *dentry, member
Dfwnode.h139 struct fwnode_handle *(*get)(struct fwnode_handle *fwnode); member
Dhost1x.h142 struct host1x_bo *(*get)(struct host1x_bo *bo); member
167 return bo->ops->get(bo); in host1x_bo_get()
Dmoduleparam.h53 int (*get)(char *buffer, const struct kernel_param *kp); member
302 { .flags = 0, .set = _set, .get = _get }; \
Dpnp.h309 #define pnp_can_read(dev) (((dev)->protocol->get) && \
416 int (*get) (struct pnp_dev *dev); member
Dclk-provider.h1592 struct clk_hw *(*get)(struct of_phandle_args *clkspec,
1596 struct clk_hw *(*get)(struct of_phandle_args *clkspec,
1623 struct clk_hw *(*get)(struct of_phandle_args *clkspec, in of_clk_add_hw_provider()
1630 struct clk_hw *(*get)(struct of_phandle_args *clkspec, in devm_of_clk_add_hw_provider()
/include/sound/
Dsoc.h73 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw,\
78 .info = snd_soc_info_volsw_range, .get = snd_soc_get_volsw_range, \
89 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw,\
98 .get = snd_soc_get_volsw_sx,\
110 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
117 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw, \
124 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw, \
132 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \
139 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
147 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw, \
[all …]
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, \
Dsoc-topology.h78 int (*get)(struct snd_kcontrol *kcontrol, member
89 int (*get)(struct snd_kcontrol *kcontrol, unsigned int __user *bytes, member
Dsoc-dapm.h331 .get = snd_soc_dapm_get_volsw, .put = snd_soc_dapm_put_volsw, \
336 .get = snd_soc_dapm_get_volsw, .put = snd_soc_dapm_put_volsw, \
341 .get = snd_soc_dapm_get_volsw, .put = snd_soc_dapm_put_volsw, \
346 .get = snd_soc_dapm_get_volsw, .put = snd_soc_dapm_put_volsw, \
355 .get = snd_soc_dapm_get_volsw, .put = snd_soc_dapm_put_volsw, \
362 .get = snd_soc_dapm_get_volsw, .put = snd_soc_dapm_put_volsw, \
369 .get = snd_soc_dapm_get_enum_double, \
375 .get = xget, \
381 .get = snd_soc_dapm_get_pin_switch, \
Dcontrol.h56 snd_kcontrol_get_t *get; member
75 snd_kcontrol_get_t *get; member
/include/linux/usb/
Daudio.h30 int (*get)(struct usb_audio_control *con, u8 cmd); member
Drole.h44 usb_role_switch_get_t get; member
/include/net/sctp/
Dstream_sched.h23 int (*get)(struct sctp_stream *stream, __u16 sid, __u16 *value); member
/include/net/tc_act/
Dtc_ife.h44 int (*get)(struct sk_buff *skb, struct tcf_meta_info *mi); member
/include/net/netfilter/
Dnf_flow_table.h65 void (*get)(struct nf_flowtable *ft); member
248 if (flow_table->type->get) in nf_flow_table_offload_add_cb()
249 flow_table->type->get(flow_table); in nf_flow_table_offload_add_cb()
/include/uapi/sound/
Dasoc.h278 __le32 get; member
/include/linux/iio/
Diio.h78 int (*get)(struct iio_dev *, const struct iio_chan_spec *); member
/include/linux/gpio/
Ddriver.h438 int (*get)(struct gpio_chip *gc, member
/include/net/
Ddevlink.h483 int (*get)(struct devlink *devlink, u32 id, member
587 .get = _get, \
598 .get = _get, \

12