Home
last modified time | relevance | path

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

12345678910>>...28

/drivers/gpio/
A Dgpio-raspberrypi-exp.c57 struct gpio_get_config get; in rpi_exp_gpio_get_polarity() local
65 &get, sizeof(get)); in rpi_exp_gpio_get_polarity()
66 if (ret || get.gpio != 0) { in rpi_exp_gpio_get_polarity()
68 off, ret, get.gpio); in rpi_exp_gpio_get_polarity()
71 return get.polarity; in rpi_exp_gpio_get_polarity()
143 &get, sizeof(get)); in rpi_exp_gpio_get_direction()
147 get.gpio); in rpi_exp_gpio_get_direction()
150 if (get.direction) in rpi_exp_gpio_get_direction()
168 &get, sizeof(get)); in rpi_exp_gpio_get()
172 get.gpio); in rpi_exp_gpio_get()
[all …]
/drivers/gpu/drm/nouveau/
A Dnouveau_dma.c73 int cnt = 0, get; in nouveau_dma_wait() local
76 get = READ_GET(chan, &prev_get, &cnt); in nouveau_dma_wait()
77 if (unlikely(get == -EBUSY)) in nouveau_dma_wait()
89 if (unlikely(get == -EINVAL) || get < NOUVEAU_DMA_SKIPS) in nouveau_dma_wait()
92 if (get <= chan->dma.cur) { in nouveau_dma_wait()
122 get = READ_GET(chan, &prev_get, &cnt); in nouveau_dma_wait()
123 if (unlikely(get == -EBUSY)) in nouveau_dma_wait()
125 if (unlikely(get == -EINVAL)) in nouveau_dma_wait()
127 } while (get <= NOUVEAU_DMA_SKIPS); in nouveau_dma_wait()
143 chan->dma.free = get - chan->dma.cur - 1; in nouveau_dma_wait()
/drivers/video/fbdev/core/
A Dfb_fillrect.h120 first = get(pattern); in bitfill()
129 fb_modify_offset(get(pattern), first, 0, dst); in bitfill()
134 fb_write_offset(get(pattern), offset + 0, dst); in bitfill()
136 fb_write_offset(get(pattern), offset + 1, dst); in bitfill()
138 fb_write_offset(get(pattern), offset + 2, dst); in bitfill()
140 fb_write_offset(get(pattern), offset + 3, dst); in bitfill()
144 fb_write_offset(get(pattern), offset++, dst); in bitfill()
174 first &= get(pattern); in bitinvert()
182 fb_invert_offset(get(pattern), offset + 0, dst); in bitinvert()
192 fb_invert_offset(get(pattern), offset++, dst); in bitinvert()
[all …]
/drivers/hwmon/pmbus/
A DKconfig21 If you say yes here you get hardware monitoring support for generic
44 If you say yes here you get hardware monitoring support for Analog
53 If you say yes here you get hardware monitoring support for Analog
74 If you say yes here you get regulator support for Analog Devices
82 If you say yes here you get hardware monitoring support for BEL
109 If you say yes here you get hardware monitoring support for
119 If you say yes here you get hardware monitoring support for
166 If you say yes here you get hardware monitoring support for the
227 If you say yes here you get regulator support for National
416 If you say yes here you get regulator support for MPS MP2975
[all …]
/drivers/crypto/intel/qat/qat_common/
A Dadf_sysfs_rl.c120 *get = data->input.rp_mask; in get_param_u()
123 *get = data->input.cir; in get_param_u()
126 *get = data->input.pir; in get_param_u()
129 *get = data->input.srv; in get_param_u()
163 u64 get; in rp_show() local
218 u64 get; in cir_show() local
220 ret = get_param_u(dev, CIR, &get); in cir_show()
249 u64 get; in pir_show() local
251 ret = get_param_u(dev, PIR, &get); in pir_show()
280 u64 get; in srv_show() local
[all …]
/drivers/rtc/
A DKconfig150 If you say yes here you get support for the
313 If you say yes here you get support for the
432 If you say yes here you get support for the
441 If you say yes here you get support for the
451 If you say yes here you get support for the
461 If you say yes here you get support for the
470 If you say yes here you get support for the
502 If you say yes here you get support for the
815 If you say yes here you get support for the
826 If you say yes here you get support for the
[all …]
/drivers/gpu/drm/nova/
A Duapi.rs26 unsafe { (*self.0.get()).param } in param()
31 unsafe { (*self.0.get()).value = v }; in set_value()
40 unsafe { (*self.0.get()).size } in size()
45 unsafe { (*self.0.get()).handle = handle }; in set_handle()
54 unsafe { (*self.0.get()).handle } in handle()
59 unsafe { (*self.0.get()).size = size }; in set_size()
/drivers/hwmon/
A DKconfig82 If you say yes here you get support for the Analog Devices
285 If you say yes here you get support for the aSC7621
317 If you say yes here you get support for the temperature
329 If you say yes here you get support for the temperature
362 If you say yes here you get support for processor power
987 If you say yes here you get support for LENOVO
1278 If you say yes here you get support for the MAX6620
1303 If you say yes here you get support for the MAX6639
1443 If you say yes here you get support for the National
2135 If you say yes here you get support for STTS751
[all …]
/drivers/s390/char/
A Dtape_char.c396 struct mtget get; in __tapechar_ioctl() local
398 memset(&get, 0, sizeof(get)); in __tapechar_ioctl()
399 get.mt_type = MT_ISUNKNOWN; in __tapechar_ioctl()
401 get.mt_dsreg = in __tapechar_ioctl()
405 get.mt_gstat = 0; in __tapechar_ioctl()
406 get.mt_erreg = 0; in __tapechar_ioctl()
407 get.mt_fileno = 0; in __tapechar_ioctl()
408 get.mt_gstat = device->tape_generic_status; in __tapechar_ioctl()
417 get.mt_gstat |= GMT_BOT(~0); in __tapechar_ioctl()
419 get.mt_blkno = rc; in __tapechar_ioctl()
[all …]
/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
A Dgv100.c37 u32 get = nvkm_rd32(device, buffer->get); in gv100_fault_buffer_process() local
39 if (put == get) in gv100_fault_buffer_process()
43 while (get != put) { in gv100_fault_buffer_process()
44 const u32 base = get * buffer->fault->func->buffer.entry_size; in gv100_fault_buffer_process()
55 if (++get == buffer->entries) in gv100_fault_buffer_process()
56 get = 0; in gv100_fault_buffer_process()
57 nvkm_wr32(device, buffer->get, get); in gv100_fault_buffer_process()
115 buffer->get = 0x100e2c + foff; in gv100_fault_buffer_info()
/drivers/iio/temperature/
A DKconfig34 If you say yes here you get support for the Maxim series of
61 If you say yes here you get support for the Melexis
72 If you say yes here you get support for the Melexis
84 If you say yes here you get support for the Melexis
97 If you say yes here you get support for the Texas Instruments
107 If you say yes here you get support for the Texas Instruments
117 If you say yes here you get support for the Texas Instruments
149 If you say yes here you get support for Maxim MAX30208
159 If you say yes here you get support for MAX31856
169 If you say yes here you get support for MAX31865
[all …]
/drivers/gpu/drm/ci/
A Dkunit.yml2 - apt-get update -qq
5 …- apt-get install -y --no-install-recommends clang-${LLVM_VERSION} lld-${LLVM_VERSION} llvm-${LLVM…
21 - apt-get install -y --no-install-recommends qemu-system-arm
29 - apt-get install -y --no-install-recommends qemu-system-aarch64
37 - apt-get install -y --no-install-recommends qemu-system-x86
A Dbuild.sh12 apt-get update
13 apt-get install -y libssl-dev
16 apt-get install -y python3-lxml
40 apt-get install -y libssl-dev:armhf
/drivers/pcmcia/
A Dpcmcia_cis.c353 struct pcmcia_loop_get *get = priv; in pcmcia_do_get_tuple() local
355 *get->buf = kzalloc(tuple->TupleDataLen, GFP_KERNEL); in pcmcia_do_get_tuple()
356 if (*get->buf) { in pcmcia_do_get_tuple()
357 get->len = tuple->TupleDataLen; in pcmcia_do_get_tuple()
358 memcpy(*get->buf, tuple->TupleData, tuple->TupleDataLen); in pcmcia_do_get_tuple()
377 struct pcmcia_loop_get get = { in pcmcia_get_tuple() local
382 *get.buf = NULL; in pcmcia_get_tuple()
383 pcmcia_loop_tuple(p_dev, code, pcmcia_do_get_tuple, &get); in pcmcia_get_tuple()
385 return get.len; in pcmcia_get_tuple()
/drivers/thermal/ti-soc-thermal/
A DKconfig5 If you say yes here you get support for the Texas Instruments
16 If you say yes here you want to get support for generic thermal
27 If you say yes here you get thermal support for the Texas Instruments
42 If you say yes here you get thermal support for the Texas Instruments
56 If you say yes here you get thermal support for the Texas Instruments
68 If you say yes here you get thermal support for the Texas Instruments
/drivers/gpu/drm/nouveau/nvif/
A Dchan.c125 u32 get = chan->func->push.read_get(chan); in nvif_chan_dma_wait() local
127 if (get <= cur) { in nvif_chan_dma_wait()
134 while (get == 0) { in nvif_chan_dma_wait()
135 get = chan->func->push.read_get(chan); in nvif_chan_dma_wait()
136 if (get == 0) { in nvif_chan_dma_wait()
146 free = get - cur - 1; in nvif_chan_dma_wait()
/drivers/power/supply/
A Dtest_power.c654 .get = param_get_ac_online,
659 .get = param_get_usb_online,
664 .get = param_get_battery_status,
669 .get = param_get_battery_present,
674 .get = param_get_battery_technology,
679 .get = param_get_battery_health,
684 .get = param_get_battery_capacity,
689 .get = param_get_battery_voltage,
694 .get = param_get_battery_charge_counter,
699 .get = param_get_battery_current,
[all …]
/drivers/scsi/isci/
A Dunsolicited_frame_control.c96 uf_control->get = 0; in sci_unsolicited_frame_control_construct()
163 frame_get = uf_control->get & (SCU_MAX_UNSOLICITED_FRAMES - 1); in sci_unsolicited_frame_control_release_frame()
164 frame_cycle = uf_control->get & SCU_MAX_UNSOLICITED_FRAMES; in sci_unsolicited_frame_control_release_frame()
208 uf_control->get = SCU_UFQGP_GEN_BIT(ENABLE_BIT) | frame_cycle | frame_get; in sci_unsolicited_frame_control_release_frame()
/drivers/pps/clients/
A DKconfig11 If you say yes here you get support for a PPS debugging client
21 If you say yes here you get support for a PPS source connected
28 If you say yes here you get support for a PPS source connected
34 If you say yes here you get support for a PPS source using
/drivers/net/wireless/ath/ath5k/
A Dsysfs.c10 #define SIMPLE_SHOW_STORE(name, get, set) \ argument
17 return sysfs_emit(buf, "%d\n", get); \
37 #define SIMPLE_SHOW(name, get) \ argument
44 return sysfs_emit(buf, "%d\n", get); \
/drivers/siox/
A Dsiox-bus-gpio.c45 u8 set = 0, get = 0; in siox_gpio_pushpull() local
52 get <<= 1; in siox_gpio_pushpull()
54 get |= 1; in siox_gpio_pushpull()
66 getbuf[i] = get; in siox_gpio_pushpull()
/drivers/platform/chrome/wilco_ec/
A DKconfig8 If you say Y here, you get support for talking to the ChromeOS
19 If you say Y here, you get support for sending raw commands to
29 If you say Y here, you get support for the EC to send events
38 If you say Y here, you get support to query EC telemetry data from
/drivers/platform/chrome/
A DKconfig10 Say Y here to get to see options for platform support for
80 If you say Y here you get support for the ChromeOS Embedded
93 If you say Y here, you get support for talking to the ChromeOS
102 If you say Y here, you get support for talking to the ChromeOS EC
115 If you say Y here, you get support for talking to the ChromeOS EC
128 If you say Y here, you get support for talking to the ChromeOS EC
137 If you say Y here, you get support for talking to the ChromeOS EC
148 If you say Y here, you get support for talking to the ChromeOS EC
235 This option exposes some sysfs attributes to control and get
255 If you say Y here, you get support for accessing Type C connector
[all …]
/drivers/net/usb/
A Drndis_host.c235 struct rndis_query *get; in rndis_query() member
242 memset(u.get, 0, sizeof *u.get + in_len); in rndis_query()
243 u.get->msg_type = cpu_to_le32(RNDIS_MSG_QUERY); in rndis_query()
244 u.get->msg_len = cpu_to_le32(sizeof *u.get + in_len); in rndis_query()
245 u.get->oid = cpu_to_le32(oid); in rndis_query()
246 u.get->len = cpu_to_le32(in_len); in rndis_query()
247 u.get->offset = cpu_to_le32(20); in rndis_query()
299 struct rndis_query *get; in generic_rndis_bind() member
/drivers/base/
A Dmap.c25 kobj_probe_t *get; member
50 p->get = probe; in kobj_map()
116 probe = p->get; in kobj_lookup()
149 base->get = base_probe; in kobj_map_init()

Completed in 62 milliseconds

12345678910>>...28