Home
last modified time | relevance | path

Searched defs:get (Results 1 – 25 of 128) sorted by relevance

123456

/linux/rust/kernel/ptr/
H A Dprojection.rs43 fn get(self, slice: *mut T) -> Option<*mut Self::Output>; in get() method
62 fn get(self, slice: *mut [T; N]) -> Option<*mut Self::Output> { in get() function
78 fn get(self, slice: *mut [T]) -> Option<*mut T> { in get() method
93 fn get(self, slice: *mut [T]) -> Option<*mut [T]> { in get() method
110 fn get(self, slice: *mut [T]) -> Option<*mut [T]> { in get() method
120 fn get(self, slice: *mut [T]) -> Option<*mut [T]> { in get() method
130 fn get(self, slice: *mut [T]) -> Option<*mut [T]> { in get() method
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_sysfs_rl.c105 static int get_param_u(struct device *dev, enum rl_params param, u64 *get) in get_param_u()
163 u64 get; in rp_show() local
218 u64 get; in cir_show() local
249 u64 get; in pir_show() local
280 u64 get; in srv_show() local
/linux/drivers/net/wireless/ath/ath5k/
H A Dsysfs.c10 #define SIMPLE_SHOW_STORE(name, get, set) \ argument
37 #define SIMPLE_SHOW(name, get) \ argument
/linux/drivers/gpio/
H A Dgpio-raspberrypi-exp.c57 struct gpio_get_config get; in rpi_exp_gpio_get_polarity() local
135 struct gpio_get_config get; in rpi_exp_gpio_get_direction() local
159 struct gpio_get_set_state get; in rpi_exp_gpio_get() local
/linux/tools/testing/selftests/net/tcp_ao/
H A Dsetsockopt-closed.c58 static void __setsockopt_checked(int sk, int optname, bool get, in __setsockopt_checked()
167 struct tcp_ao_getsockopt *get = optval; in prepare_defs() local
184 static void test_extend(int cmd, bool get, const char *tst, socklen_t under_size) in test_extend()
190 struct tcp_ao_getsockopt get; in test_extend() member
/linux/sound/firewire/bebob/
H A Dbebob.h61 int (*get)(struct snd_bebob *bebob, unsigned int *id); member
64 int (*get)(struct snd_bebob *bebob, unsigned int *rate); member
70 int (*get)(struct snd_bebob *bebob, u32 *target, unsigned int size); member
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_dma.c73 int cnt = 0, get; in nouveau_dma_wait() local
/linux/rust/kernel/
H A Dclk.rs138 pub fn get(dev: &Device, name: Option<&CStr>) -> Result<Self> { get() method
306 pub fn get(dev: &Device, name: Option<&CStr>) -> Result<Self> { get() method
H A Dregulator.rs299 pub fn get(dev: &Device, name: &CStr) -> Result<Self> { in get() method
326 pub fn get(dev: &Device, name: &CStr) -> Result<Self> { in get() method
/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dclb069.h7 __u32 get; member
/linux/arch/powerpc/include/asm/
H A Dsecvar.h18 int (*get)(const char *key, u64 key_len, u8 *data, u64 *data_size); member
/linux/drivers/net/usb/
H A Drndis_host.c235 struct rndis_query *get; in rndis_query() member
299 struct rndis_query *get; in generic_rndis_bind() member
/linux/include/sound/
H A Dsoc-topology.h78 int (*get)(struct snd_kcontrol *kcontrol, member
89 int (*get)(struct snd_kcontrol *kcontrol, unsigned int __user *bytes, member
/linux/drivers/pcmcia/
H A Dpcmcia_cis.c353 struct pcmcia_loop_get *get = priv; in pcmcia_do_get_tuple() local
377 struct pcmcia_loop_get get = { in pcmcia_get_tuple() local
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/
H A Drm.h45 void *(*get)(struct nvkm_gsp *, u32 fn, u32 argc); member
52 void *(*get)(struct nvkm_gsp_object *, u32 cmd, u32 params_size); member
58 void *(*get)(struct nvkm_gsp_object *, u32 oclass, u32 params_size); member
/linux/include/net/sctp/
H A Dstream_sched.h23 int (*get)(struct sctp_stream *stream, __u16 sid, __u16 *value); member
/linux/tools/lib/python/kdoc/
H A Dkdoc_item.py35 def get(self, key, default = None): member in KdocItem
/linux/rust/syn/
H A Dthread.rs30 pub(crate) fn get(&self) -> Option<&T> { in get() method
/linux/include/linux/usb/
H A Daudio.h30 int (*get)(struct usb_audio_control *con, u8 cmd); member
/linux/include/linux/
H A Dklist.h21 void (*get)(struct klist_node *); member
H A Dproc_ns.h20 struct ns_common *(*get)(struct task_struct *task); member
/linux/tools/testing/selftests/bpf/
H A Dtest_cpp.cpp52 const T *get() const { return skel; } in get() function in Skeleton
/linux/drivers/siox/
H A Dsiox-bus-gpio.c45 u8 set = 0, get = 0; in siox_gpio_pushpull() local
/linux/net/netfilter/
H A Dnf_sockopt.c63 int val, int get) in nf_sockopt_find()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dnv04.c303 nv04_fifo_intr_cache_error(struct nvkm_fifo *fifo, u32 chid, u32 get) in nv04_fifo_intr_cache_error()
413 u32 reassign, chid, get, sem; in nv04_fifo_intr() local

123456