Searched defs:get (Results 1 - 22 of 22) sorted by relevance

/include/linux/
H A Dklist.h23 void (*get)(struct klist_node *); member in struct:klist
30 .get = _get, \
36 extern void klist_init(struct klist *k, void (*get)(struct klist_node *),
H A Dproc_ns.h13 void *(*get)(struct task_struct *task); member in struct:proc_ns_operations
H A Dxattr.h27 int (*get)(struct dentry *dentry, const char *name, void *buffer, member in struct:xattr_handler
H A Dpipe_fs_i.h113 void (*get)(struct pipe_inode_info *, struct pipe_buffer *); member in struct:pipe_buf_operations
H A Dregset.h32 * Any get call fetching state beyond that number will
43 * user_regset_get_fn - type of @get function in &struct user_regset
116 * @get: Function to fetch values.
155 user_regset_get_fn *get; member in struct:user_regset
209 * These are helpers for writing regset get/set functions in arch code.
339 if (!regset->get)
345 return regset->get(target, regset, offset, size, NULL, data);
H A Dvirtio_config.h11 * @get: read the value of a configuration field
42 * @get_features: get the array of feature bits for this device.
57 void (*get)(struct virtio_device *vdev, unsigned offset, member in struct:virtio_config_ops
220 vdev->config->get(vdev, offset, &ret, sizeof(ret));
228 vdev->config->get(vdev, offset, buf, len);
241 vdev->config->get(vdev, offset, &ret, sizeof(ret));
255 vdev->config->get(vdev, offset, &ret, sizeof(ret));
269 vdev->config->get(vdev, offset, &ret, sizeof(ret));
H A Dmoduleparam.h54 int (*get)(char *buffer, const struct kernel_param *kp); member in struct:kernel_param_ops
160 * @ops: the set & get operations for this parameter.
163 * The ops can have NULL set or get functions.
176 * @ops: the set & get operations for this parameter.
179 * The ops can have NULL set or get functions.
227 #define module_param_call(name, set, get, arg, perm) \
229 { .flags = 0, (void *)set, (void *)get }; \
234 /* We don't get oldget: it's often a new-style param_get_uint, etc. */
H A Dnetfilter.h71 /* Non-inclusive ranges: use 0/0/NULL to never get called. */
81 int (*get)(struct sock *sk, int optval, void __user *user, int *len); member in struct:nf_sockopt_ops
86 /* Use the module struct to lock set/get code in place */
96 /* Functions to register get/setsockopt ranges (non-inclusive). You
H A Dhost1x.h61 struct host1x_bo *(*get)(struct host1x_bo *bo); member in struct:host1x_bo_ops
83 return bo->ops->get(bo);
H A Dcpufreq.h263 unsigned int (*get) (unsigned int cpu); member in struct:cpufreq_driver
H A Dpnp.h313 #define pnp_can_read(dev) (((dev)->protocol->get) && \
412 int (*get) (struct pnp_dev *dev); member in struct:pnp_protocol
H A Dide.h98 * two or more sectors, we could get by with a limit of 128 entries here for
107 * so the two PRD tables (ide0 & ide1) will each get half of that,
814 int (*get)(ide_drive_t *); member in struct:ide_devset
821 .get = _get, \
/include/linux/usb/
H A Daudio.h32 int (*get)(struct usb_audio_control *con, u8 cmd); member in struct:usb_audio_control
/include/linux/gpio/
H A Ddriver.h32 * @get: returns value for signal "offset"; for output signals this
53 * @can_sleep: flag must be set iff get()/set() methods sleep, as they
88 int (*get)(struct gpio_chip *chip, member in struct:gpio_chip
111 * With CONFIG_GPIOLIB_IRQCHIP we get an irqchip inside the gpiolib
/include/sound/
H A Dcontrol.h53 snd_kcontrol_get_t *get; member in struct:snd_kcontrol_new
72 snd_kcontrol_get_t *get; member in struct:snd_kcontrol
222 * is supposed to have volatile values, and get callback is called
H A Dsoc.h59 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw,\
64 .info = snd_soc_info_volsw_range, .get = snd_soc_get_volsw_range, \
75 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw,\
84 .get = snd_soc_get_volsw_sx,\
96 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
103 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw, \
110 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \
117 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
125 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw, \
135 .get
1162 int (*get)(unsigned int __user *bytes, unsigned int size); member in struct:soc_bytes_ext
[all...]
/include/linux/ceph/
H A Dmessenger.h22 struct ceph_connection *(*get)(struct ceph_connection *); member in struct:ceph_connection_operations
/include/linux/iio/
H A Diio.h82 * @get: Get callback function, may be NULL.
90 * activated item. The get callback will be used to query the currently active
97 int (*get)(struct iio_dev *, const struct iio_chan_spec *); member in struct:iio_enum
276 * iio_get_time_ns() - utility function to get a time stamp for events etc
590 * iio_get_debugfs_dentry() - helper function to get the debugfs_dentry
/include/net/
H A Dflow.h18 * loopback device should get ifindex 1
223 struct flow_cache_object *(*get)(struct flow_cache_object *); member in struct:flow_cache_ops
H A Dsch_generic.h162 unsigned long (*get)(struct Qdisc *, u32 classid); member in struct:Qdisc_class_ops
221 unsigned long (*get)(struct tcf_proto*, u32 handle); member in struct:tcf_proto_ops
/include/net/netfilter/
H A Dnf_tables.h207 int (*get)(const struct nft_set *set, member in struct:nft_set_ops
/include/uapi/linux/
H A Dcyclades.h28 *changes in the cyclades_port structure to get it closer to the
476 unsigned long get; member in struct:INT_QUEUE

Completed in 306 milliseconds