/include/trace/events/ |
D | gpio.h | 34 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/ |
D | klist.h | 21 void (*get)(struct klist_node *); member 28 .get = _get, \ 34 extern void klist_init(struct klist *k, void (*get)(struct klist_node *),
|
D | virtio_config.h | 98 void (*get)(struct virtio_device *vdev, unsigned offset, member 404 vdev->config->get((vdev), \ 468 vdev->config->get((vdev), \ 513 vdev->config->get(vdev, offset + bytes * i, in __virtio_cread_many() 533 vdev->config->get(vdev, offset, &ret, sizeof(ret)); in virtio_cread8() 550 vdev->config->get(vdev, offset, &ret, sizeof(ret)); in virtio_cread16() 570 vdev->config->get(vdev, offset, &ret, sizeof(ret)); in virtio_cread32()
|
D | pipe_fs_i.h | 124 bool (*get)(struct pipe_inode_info *, struct pipe_buffer *); member 205 return buf->ops->get(pipe, buf); in pipe_buf_get()
|
D | proc_ns.h | 20 struct ns_common *(*get)(struct task_struct *task); member
|
D | xattr.h | 41 int (*get)(const struct xattr_handler *, struct dentry *dentry, member
|
D | fwnode.h | 129 struct fwnode_handle *(*get)(struct fwnode_handle *fwnode); member
|
D | host1x.h | 142 struct host1x_bo *(*get)(struct host1x_bo *bo); member 167 return bo->ops->get(bo); in host1x_bo_get()
|
D | moduleparam.h | 53 int (*get)(char *buffer, const struct kernel_param *kp); member 299 { .flags = 0, .set = _set, .get = _get }; \
|
D | pnp.h | 309 #define pnp_can_read(dev) (((dev)->protocol->get) && \ 416 int (*get) (struct pnp_dev *dev); member
|
D | clk-provider.h | 1554 struct clk_hw *(*get)(struct of_phandle_args *clkspec, 1558 struct clk_hw *(*get)(struct of_phandle_args *clkspec, 1585 struct clk_hw *(*get)(struct of_phandle_args *clkspec, in of_clk_add_hw_provider() 1592 struct clk_hw *(*get)(struct of_phandle_args *clkspec, in devm_of_clk_add_hw_provider()
|
/include/sound/ |
D | soc.h | 62 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw,\ 67 .info = snd_soc_info_volsw_range, .get = snd_soc_get_volsw_range, \ 78 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw,\ 87 .get = snd_soc_get_volsw_sx,\ 99 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \ 106 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw, \ 113 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw, \ 121 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \ 128 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \ 136 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw, \ [all …]
|
D | wss.h | 167 .get = snd_wss_get_single, \ 183 .get = snd_wss_get_double, \ 194 .get = snd_wss_get_single, \ 206 .get = snd_wss_get_double, \
|
D | soc-topology.h | 78 int (*get)(struct snd_kcontrol *kcontrol, member 89 int (*get)(struct snd_kcontrol *kcontrol, unsigned int __user *bytes, member
|
D | soc-dapm.h | 331 .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, \
|
D | control.h | 56 snd_kcontrol_get_t *get; member 75 snd_kcontrol_get_t *get; member
|
/include/linux/usb/ |
D | audio.h | 30 int (*get)(struct usb_audio_control *con, u8 cmd); member
|
D | role.h | 44 usb_role_switch_get_t get; member
|
/include/net/sctp/ |
D | stream_sched.h | 23 int (*get)(struct sctp_stream *stream, __u16 sid, __u16 *value); member
|
/include/net/tc_act/ |
D | tc_ife.h | 44 int (*get)(struct sk_buff *skb, struct tcf_meta_info *mi); member
|
/include/net/netfilter/ |
D | nf_flow_table.h | 65 void (*get)(struct nf_flowtable *ft); member 247 if (flow_table->type->get) in nf_flow_table_offload_add_cb() 248 flow_table->type->get(flow_table); in nf_flow_table_offload_add_cb()
|
/include/uapi/sound/ |
D | asoc.h | 278 __le32 get; member
|
/include/linux/iio/ |
D | iio.h | 77 int (*get)(struct iio_dev *, const struct iio_chan_spec *); member
|
/include/linux/gpio/ |
D | driver.h | 436 int (*get)(struct gpio_chip *gc, member
|
/include/net/ |
D | devlink.h | 482 int (*get)(struct devlink *devlink, u32 id, member 585 .get = _get, \ 596 .get = _get, \
|