Home
last modified time | relevance | path

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

12345678910>>...15

/drivers/gpu/drm/nouveau/
Dnouveau_dma.c117 uint32_t get = nv_ro32(chan->object, 0x88); in nv50_dma_push_wait() local
118 if (get != prev_get) { in nv50_dma_push_wait()
119 prev_get = get; in nv50_dma_push_wait()
129 chan->dma.ib_free = get - chan->dma.ib_put; in nv50_dma_push_wait()
148 int get = READ_GET(chan, &prev_get, &cnt); in nv50_dma_wait() local
149 if (unlikely(get < 0)) { in nv50_dma_wait()
150 if (get == -EINVAL) in nv50_dma_wait()
153 return get; in nv50_dma_wait()
156 if (get <= chan->dma.cur) { in nv50_dma_wait()
163 get = READ_GET(chan, &prev_get, &cnt); in nv50_dma_wait()
[all …]
/drivers/misc/sgi-xp/
Dxpc_sn2.c1681 ch_sn2->local_GP->get = 0; in xpc_teardown_msg_structures_sn2()
1683 ch_sn2->remote_GP.get = 0; in xpc_teardown_msg_structures_sn2()
1685 ch_sn2->w_local_GP.get = 0; in xpc_teardown_msg_structures_sn2()
1687 ch_sn2->w_remote_GP.get = 0; in xpc_teardown_msg_structures_sn2()
1712 s64 get = ch->sn.sn2.w_remote_GP.get - 1; in xpc_notify_senders_sn2() local
1714 while (++get < put && atomic_read(&ch->n_to_notify) > 0) { in xpc_notify_senders_sn2()
1716 notify = &ch->sn.sn2.notify_queue[get % ch->local_nentries]; in xpc_notify_senders_sn2()
1737 (void *)notify, get, ch->partid, ch->number); in xpc_notify_senders_sn2()
1744 (void *)notify, get, ch->partid, ch->number); in xpc_notify_senders_sn2()
1763 s64 get; in xpc_clear_local_msgqueue_flags_sn2() local
[all …]
/drivers/s390/char/
Dtape_char.c400 struct mtget get; in __tapechar_ioctl() local
402 memset(&get, 0, sizeof(get)); in __tapechar_ioctl()
403 get.mt_type = MT_ISUNKNOWN; in __tapechar_ioctl()
404 get.mt_resid = 0 /* device->devstat.rescnt */; in __tapechar_ioctl()
405 get.mt_dsreg = device->tape_state; in __tapechar_ioctl()
407 get.mt_gstat = 0; in __tapechar_ioctl()
408 get.mt_erreg = 0; in __tapechar_ioctl()
409 get.mt_fileno = 0; in __tapechar_ioctl()
410 get.mt_gstat = device->tape_generic_status; in __tapechar_ioctl()
419 get.mt_gstat |= GMT_BOT(~0); in __tapechar_ioctl()
[all …]
/drivers/hwmon/
DKconfig47 If you say yes here you get support for the thermal sensor part
59 If you say yes here you get support for the sensor part of the first
74 If you say yes here you get support for the sensor part of the
88 If you say yes here you get support for the Analog Devices
98 If you say yes here you get support for the Analog Devices
108 If you say yes here you get support for the Analog Devices
118 If you say yes here you get support for the National Semiconductor
134 If you say yes here you get support for Analog Devices ADM1021
146 If you say yes here you get support for Analog Devices ADM1025
157 If you say yes here you get support for Analog Devices ADM1026
[all …]
/drivers/rtc/
DKconfig120 If you say yes here you get support for the
140 If you say yes here you get support for RTC function in Marvell
150 If you say yes here you get support for RTC function in Marvell
159 If you say yes here you get support for various compatible RTC
178 If you say yes here you get support for Dallas Semiconductor
188 If you say yes here you get support for the
198 If you say yes here you get support for Dallas Semiconductor
214 If you say yes here you will get support for the
224 If you say yes here you will get support for the
234 If you say yes here you will get support for the
[all …]
/drivers/hwmon/pmbus/
DKconfig21 If you say yes here you get hardware monitoring support for generic
33 If you say yes here you get hardware monitoring support for Analog
44 If you say yes here you get hardware monitoring support for National
54 If you say yes here you get hardware monitoring support for Linear
64 If you say yes here you get hardware monitoring support for Maxim
74 If you say yes here you get hardware monitoring support for Maxim
84 If you say yes here you get hardware monitoring support for Maxim
94 If you say yes here you get hardware monitoring support for TI
105 If you say yes here you get hardware monitoring support for TI
116 If you say yes here you get hardware monitoring support for Intersil
/drivers/pcmcia/
Dpcmcia_cis.c356 struct pcmcia_loop_get *get = priv; in pcmcia_do_get_tuple() local
358 *get->buf = kzalloc(tuple->TupleDataLen, GFP_KERNEL); in pcmcia_do_get_tuple()
359 if (*get->buf) { in pcmcia_do_get_tuple()
360 get->len = tuple->TupleDataLen; in pcmcia_do_get_tuple()
361 memcpy(*get->buf, tuple->TupleData, tuple->TupleDataLen); in pcmcia_do_get_tuple()
380 struct pcmcia_loop_get get = { in pcmcia_get_tuple() local
385 *get.buf = NULL; in pcmcia_get_tuple()
386 pcmcia_loop_tuple(p_dev, code, pcmcia_do_get_tuple, &get); in pcmcia_get_tuple()
388 return get.len; in pcmcia_get_tuple()
/drivers/power/
Dtest_power.c427 .get = param_get_ac_online,
432 .get = param_get_usb_online,
437 .get = param_get_battery_status,
442 .get = param_get_battery_present,
447 .get = param_get_battery_technology,
452 .get = param_get_battery_health,
457 .get = param_get_battery_capacity,
462 .get = param_get_battery_voltage,
/drivers/scsi/isci/
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/
DKconfig12 If you say yes here you get support for a PPS debugging client
22 If you say yes here you get support for a PPS source connected
29 If you say yes here you get support for a PPS source connected
36 If you say yes here you get support for a PPS source using
/drivers/staging/ti-soc-thermal/
DKconfig6 If you say yes here you get support for the Texas Instruments
18 If you say yes here you want to get support for generic thermal
29 If you say yes here you get thermal support for the Texas Instruments
43 If you say yes here you get thermal support for the Texas Instruments
/drivers/net/wireless/ath/ath5k/
Dsysfs.c9 #define SIMPLE_SHOW_STORE(name, get, set) \ argument
16 return snprintf(buf, PAGE_SIZE, "%d\n", get); \
36 #define SIMPLE_SHOW(name, get) \ argument
43 return snprintf(buf, PAGE_SIZE, "%d\n", get); \
/drivers/net/usb/
Drndis_host.c249 struct rndis_query *get; in rndis_query() member
256 memset(u.get, 0, sizeof *u.get + in_len); in rndis_query()
257 u.get->msg_type = cpu_to_le32(RNDIS_MSG_QUERY); in rndis_query()
258 u.get->msg_len = cpu_to_le32(sizeof *u.get + in_len); in rndis_query()
259 u.get->oid = cpu_to_le32(oid); in rndis_query()
260 u.get->len = cpu_to_le32(in_len); in rndis_query()
261 u.get->offset = cpu_to_le32(20); in rndis_query()
311 struct rndis_query *get; in generic_rndis_bind() member
/drivers/gpio/
Dgpio-ich.c71 int (*get)(struct gpio_chip *chip, unsigned offset); member
241 chip->get = ichx_priv.desc->get ? in ichx_gpiolib_setup()
242 ichx_priv.desc->get : ichx_gpio_get; in ichx_gpiolib_setup()
257 .get = ich6_gpio_get,
276 .get = ich6_gpio_get,
Dgpio-lpc32xx.c442 .get = lpc32xx_gpio_get_value_p012,
458 .get = lpc32xx_gpio_get_value_p012,
474 .get = lpc32xx_gpio_get_value_p012,
489 .get = lpc32xx_gpio_get_value_p3,
505 .get = lpc32xx_gpi_get_value,
520 .get = lpc32xx_gpo_get_value,
Dgpio-ge.c126 gef_gpio_chip->gc.get = gef_gpio_get; in gef_gpio_init()
154 gef_gpio_chip->gc.get = gef_gpio_get; in gef_gpio_init()
182 gef_gpio_chip->gc.get = gef_gpio_get; in gef_gpio_init()
/drivers/base/
Dmap.c25 kobj_probe_t *get; member
51 p->get = probe; in kobj_map()
117 probe = p->get; in kobj_lookup()
150 base->get = base_probe; in kobj_map_init()
/drivers/vme/bridges/
DKconfig7 If you say Y here you get support for the Tundra CA91C142
14 If you say Y here you get support for the Tundra TSI148 VME bridge
/drivers/gpu/drm/nouveau/core/subdev/therm/
Dfan.c56 duty = fan->get(therm); in nouveau_fan_update()
111 return priv->fan->get(therm); in nouveau_therm_fan_get()
138 prev = gpio->get(gpio, 0, priv->fan->tach.func, priv->fan->tach.line); in nouveau_therm_fan_sense()
143 cur = gpio->get(gpio, 0, priv->fan->tach.func, priv->fan->tach.line); in nouveau_therm_fan_sense()
/drivers/xen/xen-pciback/
Dpciback.h105 struct pci_dev *(*get)(struct xen_pcibk_device *pdev, member
135 if (xen_pcibk_backend && xen_pcibk_backend->get) in xen_pcibk_get_pci_dev()
136 return xen_pcibk_backend->get(pdev, domain, bus, devfn); in xen_pcibk_get_pci_dev()
/drivers/iio/light/
DKconfig12 If you say yes here you get support for the Avago ADJD-S311-CR999
22 If you say yes here you get support for the ambient light sensor
39 If you say yes here you get support for the Taos TSL2560,
/drivers/gpu/drm/nouveau/core/engine/fifo/
Dnv04.c404 struct nv04_fifo_priv *priv, u32 chid, u32 get) in nv04_fifo_cache_error() argument
414 ptr = (get & 0x7ff) >> 2; in nv04_fifo_cache_error()
438 nv_wr32(priv, NV03_PFIFO_CACHE1_GET, get + 4); in nv04_fifo_cache_error()
504 uint32_t chid, get; in nv04_fifo_intr() local
509 get = nv_rd32(priv, NV03_PFIFO_CACHE1_GET); in nv04_fifo_intr()
512 nv04_fifo_cache_error(device, priv, chid, get); in nv04_fifo_intr()
531 nv_wr32(priv, NV03_PFIFO_CACHE1_GET, get + 4); in nv04_fifo_intr()
/drivers/staging/iio/Documentation/
Dinkernel.txt47 There are then a number of functions that can be used to get information
51 iio_read_channel_raw() - get a reading
52 iio_get_channel_type() - get the type of channel
/drivers/gpu/host1x/
Dhost1x_bo.h25 struct host1x_bo *(*get)(struct host1x_bo *bo); member
47 return bo->ops->get(bo); in host1x_bo_get()
/drivers/misc/eeprom/
DKconfig7 Enable this driver to get read/write support to most I2C EEPROMs
34 Enable this driver to get read/write support to most SPI EEPROMs,
45 If you say yes here you get read-only access to the EEPROM data
56 If you say yes here you get read-only support for the user EEPROM of

12345678910>>...15