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

/include/trace/events/
H A Dgpio.h33 TP_PROTO(unsigned gpio, int get, int value),
35 TP_ARGS(gpio, get, value),
39 __field(int, get)
45 __entry->get = get;
50 __entry->get ? "get" : "set", __entry->value)
/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 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.h50 /* Do we get callbacks when the ring is completely used, even if we've
61 * @get: read the value of a configuration field
99 * @get_features: get the array of feature bits for this device.
113 void (*get)(struct virtio_device *vdev, unsigned offset, member in struct:virtio_config_ops
155 * virtio_config_val - look for a feature and get a virtio config entry.
177 vdev->config->get(vdev, offset, buf, len);
H A Dpipe_fs_i.h88 * access user data through copy_to/from_user(), then you must get
130 void (*get)(struct pipe_inode_info *, struct pipe_buffer *); member in struct:pipe_buf_operations
H A Dif_frad.h178 int (*dlci_conf)(struct net_device *, struct net_device *, int get);
H A Dmoduleparam.h45 int (*get)(char *buffer, const struct kernel_param *kp); member in struct:kernel_param_ops
125 * @ops: the set & get operations for this parameter.
128 * The ops can have NULL set or get functions.
137 * @ops: the set & get operations for this parameter.
140 * The ops can have NULL set or get functions.
190 #define module_param_call(name, set, get, arg, perm) \
192 { (void *)set, (void *)get }; \
197 /* We don't get oldget: it's often a new-style param_get_uint, etc. */
H A Dxattr.h72 int (*get)(struct dentry *dentry, const char *name, void *buffer, member in struct:xattr_handler
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 Dcpufreq.h229 unsigned int (*get) (unsigned int cpu); member in struct:cpufreq_driver
H A Dproc_fs.h247 void *(*get)(struct task_struct *task); member in struct:proc_ns_operations
H A Dnetfilter.h127 /* Non-inclusive ranges: use 0/0/NULL to never get called. */
137 int (*get)(struct sock *sk, int optval, void __user *user, int *len); member in struct:nf_sockopt_ops
142 /* Use the module struct to lock set/get code in place */
152 /* Functions to register get/setsockopt ranges (non-inclusive). You
H A Dide.h102 * two or more sectors, we could get by with a limit of 128 entries here for
111 * so the two PRD tables (ide0 & ide1) will each get half of that,
818 int (*get)(ide_drive_t *); member in struct:ide_devset
825 .get = _get, \
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
H A Dfs.h290 #define BLKROGET _IO(0x12,94) /* get read-only status (0 = read_write) */
295 #define BLKRAGET _IO(0x12,99) /* get current read ahead setting */
297 #define BLKFRAGET _IO(0x12,101)/* get filesystem (mm/filemap.c) read-ahead */
299 #define BLKSECTGET _IO(0x12,103)/* get max sectors per request (ll_rw_blk.c) */
300 #define BLKSSZGET _IO(0x12,104)/* get block device sector size */
306 #define BLKELVGET _IOR(0x12,106,size_t)/* elevator get */
330 #define FIGETBSZ _IO(0x00,2) /* get the block size used for bmap */
501 * the page if they get this return. Returned by
739 * Use sequence counter to get consistent i_size on 32-bit processors.
2236 * use {get,den
[all...]
/include/sound/
H A Dsoc.h47 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw,\
55 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw,\
60 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw, \
67 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \
75 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw, \
85 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \
93 .info = snd_soc_info_volsw_s8, .get = snd_soc_get_volsw_s8, \
113 .get = snd_soc_get_enum_double, .put = snd_soc_put_enum_double, \
118 .get = snd_soc_get_value_enum_double, \
125 .get
[all...]
H A Dwss.h182 .get = snd_wss_get_single, \
198 .get = snd_wss_get_double, \
209 .get = snd_wss_get_single, \
221 .get = snd_wss_get_double, \
H A Dcontrol.h48 snd_kcontrol_get_t *get; member in struct:snd_kcontrol_new
67 snd_kcontrol_get_t *get; member in struct:snd_kcontrol
216 * is supposed to have volatile values, and get callback is called
H A Dsoc-dapm.h256 .get = snd_soc_dapm_get_volsw, .put = snd_soc_dapm_put_volsw, \
263 .get = snd_soc_dapm_get_volsw, .put = snd_soc_dapm_put_volsw, \
268 .get = snd_soc_dapm_get_enum_double, \
274 .get = snd_soc_dapm_get_enum_virt, \
280 .get = xget, \
286 .get = snd_soc_dapm_get_value_enum_double, \
292 .get = snd_soc_dapm_get_pin_switch, \
/include/net/irda/
H A Dparameters.h71 typedef int (*PI_HANDLER)(void *self, irda_param_t *param, int get);
/include/asm-generic/
H A Dgpio.h60 * @get: returns value for signal "offset"; for output signals this
73 * @can_sleep: flag must be set iff get()/set() methods sleep, as they
104 int (*get)(struct gpio_chip *chip, member in struct:gpio_chip
/include/linux/ceph/
H A Dmessenger.h21 struct ceph_connection *(*get)(struct ceph_connection *); member in struct:ceph_connection_operations
/include/net/
H A Dflow.h209 struct flow_cache_object *(*get)(struct flow_cache_object *); member in struct:flow_cache_ops
H A Dsch_generic.h130 unsigned long (*get)(struct Qdisc *, u32 classid); member in struct:Qdisc_class_ops
189 unsigned long (*get)(struct tcf_proto*, u32 handle); member in struct:tcf_proto_ops
/include/linux/usb/
H A Daudio.h552 int (*get)(struct usb_audio_control *con, u8 cmd); member in struct:usb_audio_control

Completed in 411 milliseconds