/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_dma.c | 114 uint32_t get = nvif_rd32(&chan->user, 0x88); in nv50_dma_push_wait() local 115 if (get != prev_get) { in nv50_dma_push_wait() 116 prev_get = get; in nv50_dma_push_wait() 126 chan->dma.ib_free = get - chan->dma.ib_put; in nv50_dma_push_wait() 145 int get = READ_GET(chan, &prev_get, &cnt); in nv50_dma_wait() local 146 if (unlikely(get < 0)) { in nv50_dma_wait() 147 if (get == -EINVAL) in nv50_dma_wait() 150 return get; in nv50_dma_wait() 153 if (get <= chan->dma.cur) { in nv50_dma_wait() 160 get = READ_GET(chan, &prev_get, &cnt); in nv50_dma_wait() [all …]
|
/Linux-v4.19/drivers/gpio/ |
D | gpio-raspberrypi-exp.c | 57 struct gpio_get_config get; in rpi_exp_gpio_get_polarity() local 62 get.gpio = off + RPI_EXP_GPIO_BASE; /* GPIO to update */ in rpi_exp_gpio_get_polarity() 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() 135 struct gpio_get_config get; in rpi_exp_gpio_get_direction() local 140 get.gpio = off + RPI_EXP_GPIO_BASE; /* GPIO to update */ in rpi_exp_gpio_get_direction() 143 &get, sizeof(get)); in rpi_exp_gpio_get_direction() 144 if (ret || get.gpio != 0) { in rpi_exp_gpio_get_direction() [all …]
|
/Linux-v4.19/arch/arm/mach-omap2/ |
D | sram243x.S | 51 ldr r2, omap243x_sdi_cm_clksel2_pll @ get address of dpllout reg 61 ldr r10, [r11] @ get current val 64 mvn r9, #0x4 @ mask to get clear bit2 72 add r11, r11, #0x4 @ get addr of status reg 73 ldr r10, [r11] @ get locked value 111 ldr r4, omap243x_sdi_prcm_voltctrl @ get addr of volt ctrl. 112 ldr r5, [r4] @ get value. 113 ldr r6, prcm_mask_val @ get value of mask 117 mov r3, #0x4000 @ get val for force 121 ldr r3, omap243x_sdi_timer_32ksynct_cr @ get addr of counter [all …]
|
D | sram242x.S | 51 ldr r2, omap242x_sdi_cm_clksel2_pll @ get address of dpllout reg 61 ldr r10, [r11] @ get current val 64 mvn r9, #0x4 @ mask to get clear bit2 72 add r11, r11, #0x4 @ get addr of status reg 73 ldr r10, [r11] @ get locked value 111 ldr r4, omap242x_sdi_prcm_voltctrl @ get addr of volt ctrl. 112 ldr r5, [r4] @ get value. 113 ldr r6, prcm_mask_val @ get value of mask 117 mov r3, #0x4000 @ get val for force 121 ldr r3, omap242x_sdi_timer_32ksynct_cr @ get addr of counter [all …]
|
/Linux-v4.19/tools/testing/selftests/net/ |
D | fib_tests.sh | 97 $IP route get fibmatch 198.51.100.2 &> /dev/null 99 $IP -6 route get fibmatch 2001:db8:1::2 &> /dev/null 107 $IP route get fibmatch 198.51.100.2 &> /dev/null 109 $IP -6 route get fibmatch 2001:db8:1::2 &> /dev/null 138 $IP route get fibmatch 203.0.113.1 &> /dev/null 140 $IP -6 route get fibmatch 2001:db8:3::1 &> /dev/null 148 $IP route get fibmatch 203.0.113.1 &> /dev/null 151 $IP -6 route get fibmatch 2001:db8:3::1 &> /dev/null 160 $IP -6 route get fibmatch 2001:db8:3::1 &> /dev/null 180 $IP route get fibmatch 198.51.100.2 &> /dev/null [all …]
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | video_function_calls.rst | 21 video-get-status 22 video-get-frame-count 23 video-get-pts 24 video-get-event 27 video-get-size 32 video-get-capabilities
|
D | ca_function_calls.rst | 15 ca-get-cap 16 ca-get-slot-info 17 ca-get-descr-info 18 ca-get-msg
|
/Linux-v4.19/include/trace/events/ |
D | gpio.h | 38 TP_PROTO(unsigned gpio, int get, int value), 40 TP_ARGS(gpio, get, value), 44 __field(int, get) 50 __entry->get = get; 55 __entry->get ? "get" : "set", __entry->value)
|
/Linux-v4.19/net/netfilter/ |
D | nf_sockopt.c | 63 int val, int get) in nf_sockopt_find() argument 73 if (get) { in nf_sockopt_find() 94 char __user *opt, int *len, int get) in nf_sockopt() argument 99 ops = nf_sockopt_find(sk, pf, val, get); in nf_sockopt() 103 if (get) in nf_sockopt() 104 ret = ops->get(sk, val, opt, len); in nf_sockopt() 128 char __user *opt, int *len, int get) in compat_nf_sockopt() argument 133 ops = nf_sockopt_find(sk, pf, val, get); in compat_nf_sockopt() 137 if (get) { in compat_nf_sockopt() 141 ret = ops->get(sk, val, opt, len); in compat_nf_sockopt()
|
/Linux-v4.19/Documentation/media/uapi/rc/ |
D | lirc-func.rst | 14 lirc-get-features 15 lirc-get-send-mode 16 lirc-get-rec-mode 17 lirc-get-rec-resolution 19 lirc-get-timeout
|
/Linux-v4.19/drivers/s390/char/ |
D | tape_char.c | 401 struct mtget get; in __tapechar_ioctl() local 403 memset(&get, 0, sizeof(get)); in __tapechar_ioctl() 404 get.mt_type = MT_ISUNKNOWN; in __tapechar_ioctl() 405 get.mt_resid = 0 /* device->devstat.rescnt */; in __tapechar_ioctl() 406 get.mt_dsreg = in __tapechar_ioctl() 410 get.mt_gstat = 0; in __tapechar_ioctl() 411 get.mt_erreg = 0; in __tapechar_ioctl() 412 get.mt_fileno = 0; in __tapechar_ioctl() 413 get.mt_gstat = device->tape_generic_status; in __tapechar_ioctl() 422 get.mt_gstat |= GMT_BOT(~0); in __tapechar_ioctl() [all …]
|
/Linux-v4.19/drivers/hwmon/ |
D | Kconfig | 44 If you say yes here you get support for the thermal sensor part 56 If you say yes here you get support for the sensor part of the first 71 If you say yes here you get support for the sensor part of the 85 If you say yes here you get support for the Analog Devices 95 If you say yes here you get support for the Analog Devices 105 If you say yes here you get support for the Analog Devices 115 If you say yes here you get support for Analog Devices ADM1021 127 If you say yes here you get support for Analog Devices ADM1025 138 If you say yes here you get support for Analog Devices ADM1026 148 If you say yes here you get support for Analog Devices ADM1029 [all …]
|
/Linux-v4.19/drivers/misc/sgi-xp/ |
D | xpc_sn2.c | 1678 ch_sn2->local_GP->get = 0; in xpc_teardown_msg_structures_sn2() 1680 ch_sn2->remote_GP.get = 0; in xpc_teardown_msg_structures_sn2() 1682 ch_sn2->w_local_GP.get = 0; in xpc_teardown_msg_structures_sn2() 1684 ch_sn2->w_remote_GP.get = 0; in xpc_teardown_msg_structures_sn2() 1709 s64 get = ch->sn.sn2.w_remote_GP.get - 1; in xpc_notify_senders_sn2() local 1711 while (++get < put && atomic_read(&ch->n_to_notify) > 0) { in xpc_notify_senders_sn2() 1713 notify = &ch->sn.sn2.notify_queue[get % ch->local_nentries]; in xpc_notify_senders_sn2() 1734 (void *)notify, get, ch->partid, ch->number); in xpc_notify_senders_sn2() 1741 (void *)notify, get, ch->partid, ch->number); in xpc_notify_senders_sn2() 1760 s64 get; in xpc_clear_local_msgqueue_flags_sn2() local [all …]
|
/Linux-v4.19/drivers/hwmon/pmbus/ |
D | Kconfig | 21 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 the IBM 54 If you say yes here you get hardware monitoring support for the 64 If you say yes here you get hardware monitoring support for National 74 If you say yes here you get hardware monitoring support for Linear 85 If you say yes here you get regulator support for Linear 92 If you say yes here you get hardware monitoring support for Linear 102 If you say yes here you get hardware monitoring support for Maxim 112 If you say yes here you get hardware monitoring support for Maxim [all …]
|
/Linux-v4.19/fs/nfsd/ |
D | fault_inject.c | 22 u64 (*get)(void); member 39 val = op->get(); in fault_inject_read() 100 .get = nfsd_inject_print_clients, 106 .get = nfsd_inject_print_locks, 112 .get = nfsd_inject_print_openowners, 118 .get = nfsd_inject_print_delegations, 124 .get = nfsd_inject_print_delegations,
|
/Linux-v4.19/drivers/rtc/ |
D | Kconfig | 143 If you say yes here you get support for the 162 If you say yes here you get support for RTC function in Marvell 172 If you say yes here you get support for RTC function in Marvell 182 If you say yes here you get support for the Abracon 191 If you say yes here you get support for Abracon AB080X and AB180X 202 If you say yes here you get support for the real-time clock found 213 If you say yes here you get support for the wake-timer found on 223 If you say yes here you get support for the RTC of ams AS3722 PMIC 232 If you say yes here you get support for various compatible RTC 264 If you say yes here you get support for Dallas Semiconductor [all …]
|
/Linux-v4.19/sound/pci/ice1712/ |
D | aureon.c | 1411 .get = wm_master_mute_get, 1420 .get = wm_master_vol_get, 1428 .get = wm_mute_get, 1438 .get = wm_vol_get, 1447 .get = wm_mute_get, 1457 .get = wm_vol_get, 1466 .get = wm_mute_get, 1476 .get = wm_vol_get, 1485 .get = wm_mute_get, 1495 .get = wm_vol_get, [all …]
|
/Linux-v4.19/Documentation/sphinx/ |
D | kernel_include.py | 98 encoding = self.options.get( 101 tab_width = self.options.get( 116 startline = self.options.get('start-line', None) 117 endline = self.options.get('end-line', None) 129 after_text = self.options.get('start-after', None) 137 before_text = self.options.get('end-before', None) 155 classes=self.options.get('class', []))
|
/Linux-v4.19/drivers/staging/vc04_services/bcm2835-audio/ |
D | bcm2835-ctl.c | 147 .get = snd_bcm2835_ctl_get, 159 .get = snd_bcm2835_ctl_get, 170 .get = snd_bcm2835_ctl_get, 289 .get = snd_bcm2835_spdif_default_get, 297 .get = snd_bcm2835_spdif_mask_get, 305 .get = snd_bcm2835_spdif_stream_get, 340 .get = snd_bcm2835_ctl_get, 352 .get = snd_bcm2835_ctl_get, 383 .get = snd_bcm2835_ctl_get, 395 .get = snd_bcm2835_ctl_get,
|
/Linux-v4.19/drivers/thermal/ti-soc-thermal/ |
D | Kconfig | 4 If you say yes here you get support for the Texas Instruments 15 If you say yes here you want to get support for generic thermal 26 If you say yes here you get thermal support for the Texas Instruments 41 If you say yes here you get thermal support for the Texas Instruments 55 If you say yes here you get thermal support for the Texas Instruments 67 If you say yes here you get thermal support for the Texas Instruments
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/fault/ |
D | gv100.c | 34 u32 get = nvkm_rd32(device, 0x100e2c + foff); in gv100_fault_buffer_process() local 36 if (put == get) in gv100_fault_buffer_process() 40 while (get != put) { in gv100_fault_buffer_process() 41 const u32 base = get * buffer->fault->func->buffer.entry_size; in gv100_fault_buffer_process() 52 if (++get == buffer->entries) in gv100_fault_buffer_process() 53 get = 0; in gv100_fault_buffer_process() 54 nvkm_wr32(device, 0x100e2c + foff, get); in gv100_fault_buffer_process()
|
/Linux-v4.19/drivers/iio/temperature/ |
D | Kconfig | 12 If you say yes here you get support for the Maxim series of 40 If you say yes here you get support for the Melexis 51 If you say yes here you get support for the Melexis 62 If you say yes here you get support for the Texas Instruments 72 If you say yes here you get support for the Texas Instruments 83 If you say yes here you get support for the Measurement Specialties 94 If you say yes here you get support for the Measurement Specialties
|
/Linux-v4.19/sound/pci/oxygen/ |
D | oxygen_mixer.c | 745 .get = ac97_switch_get, \ 756 .get = ac97_volume_get, \ 772 .get = dac_volume_get, 779 .get = dac_mute_get, 786 .get = upmix_get, 796 .get = spdif_switch_get, 804 .get = spdif_default_get, 813 .get = spdif_mask_get, 822 .get = spdif_pcm_get, 834 .get = spdif_input_mask_get, [all …]
|
/Linux-v4.19/include/sound/ |
D | soc.h | 61 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw,\ 66 .info = snd_soc_info_volsw_range, .get = snd_soc_get_volsw_range, \ 77 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw,\ 86 .get = snd_soc_get_volsw_sx,\ 98 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \ 105 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw, \ 112 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw, \ 120 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \ 127 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \ 135 .info = snd_soc_info_volsw, .get = snd_soc_get_volsw, \ [all …]
|
/Linux-v4.19/sound/firewire/bebob/ |
D | bebob_focusrite.c | 264 .get = &saffirepro_both_clk_freq_get, 271 .get = &saffirepro_both_clk_src_get, 282 .get = &saffirepro_both_clk_src_get, 291 .get = &snd_bebob_stream_get_rate, 297 .get = &saffire_both_clk_src_get, 303 .get = &saffire_meter_get, 314 .get = &saffire_meter_get,
|