| /Linux-v5.4/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-v5.4/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-v5.4/arch/arm/mach-omap2/ |
| D | sram243x.S | 37 ldr r2, omap243x_sdi_cm_clksel2_pll @ get address of dpllout reg 47 ldr r10, [r11] @ get current val 50 mvn r9, #0x4 @ mask to get clear bit2 58 add r11, r11, #0x4 @ get addr of status reg 59 ldr r10, [r11] @ get locked value 97 ldr r4, omap243x_sdi_prcm_voltctrl @ get addr of volt ctrl. 98 ldr r5, [r4] @ get value. 99 ldr r6, prcm_mask_val @ get value of mask 103 mov r3, #0x4000 @ get val for force 107 ldr r3, omap243x_sdi_timer_32ksynct_cr @ get addr of counter [all …]
|
| D | sram242x.S | 37 ldr r2, omap242x_sdi_cm_clksel2_pll @ get address of dpllout reg 47 ldr r10, [r11] @ get current val 50 mvn r9, #0x4 @ mask to get clear bit2 58 add r11, r11, #0x4 @ get addr of status reg 59 ldr r10, [r11] @ get locked value 97 ldr r4, omap242x_sdi_prcm_voltctrl @ get addr of volt ctrl. 98 ldr r5, [r4] @ get value. 99 ldr r6, prcm_mask_val @ get value of mask 103 mov r3, #0x4000 @ get val for force 107 ldr r3, omap242x_sdi_timer_32ksynct_cr @ get addr of counter [all …]
|
| /Linux-v5.4/tools/testing/selftests/net/ |
| D | fib_tests.sh | 105 $IP route get fibmatch 198.51.100.2 &> /dev/null 107 $IP -6 route get fibmatch 2001:db8:1::2 &> /dev/null 115 $IP route get fibmatch 198.51.100.2 &> /dev/null 117 $IP -6 route get fibmatch 2001:db8:1::2 &> /dev/null 146 $IP route get fibmatch 203.0.113.1 &> /dev/null 148 $IP -6 route get fibmatch 2001:db8:3::1 &> /dev/null 156 $IP route get fibmatch 203.0.113.1 &> /dev/null 159 $IP -6 route get fibmatch 2001:db8:3::1 &> /dev/null 168 $IP -6 route get fibmatch 2001:db8:3::1 &> /dev/null 188 $IP route get fibmatch 198.51.100.2 &> /dev/null [all …]
|
| /Linux-v5.4/include/trace/events/ |
| D | gpio.h | 34 TP_PROTO(unsigned gpio, int get, int value), 36 TP_ARGS(gpio, get, value), 40 __field(int, get) 46 __entry->get = get; 51 __entry->get ? "get" : "set", __entry->value)
|
| /Linux-v5.4/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-v5.4/drivers/hwmon/pmbus/ |
| D | Kconfig | 21 If you say yes here you get hardware monitoring support for generic 32 If you say yes here you get hardware monitoring support for Analog 43 If you say yes here you get hardware monitoring support for the IBM 52 If you say yes here you get hardware monitoring support for the INSPUR 61 If you say yes here you get hardware monitoring support for the 70 If you say yes here you get hardware monitoring support for Infineon 79 If you say yes here you get hardware monitoring support for the 88 If you say yes here you get hardware monitoring support for Intersil 97 If you say yes here you get hardware monitoring support for National 106 If you say yes here you get hardware monitoring support for Linear [all …]
|
| /Linux-v5.4/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-v5.4/Documentation/media/uapi/dvb/ |
| D | video_function_calls.rst | 28 video-get-status 29 video-get-frame-count 30 video-get-pts 31 video-get-event 34 video-get-size 39 video-get-capabilities
|
| D | ca_function_calls.rst | 22 ca-get-cap 23 ca-get-slot-info 24 ca-get-descr-info 25 ca-get-msg
|
| /Linux-v5.4/drivers/hwmon/ |
| D | Kconfig | 45 If you say yes here you get support for the thermal sensor part 57 If you say yes here you get support for the sensor part of the first 72 If you say yes here you get support for the sensor part of the 86 If you say yes here you get support for the Analog Devices 96 If you say yes here you get support for the Analog Devices 106 If you say yes here you get support for the Analog Devices 116 If you say yes here you get support for Analog Devices ADM1021 128 If you say yes here you get support for Analog Devices ADM1025 139 If you say yes here you get support for Analog Devices ADM1026 149 If you say yes here you get support for Analog Devices ADM1029 [all …]
|
| /Linux-v5.4/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-v5.4/drivers/rtc/ |
| D | Kconfig | 144 If you say yes here you get support for the 163 If you say yes here you get support for RTC function in Marvell 173 If you say yes here you get support for RTC function in Marvell 183 If you say yes here you get support for the Abracon 193 If you say yes here you get support for the Abracon 203 If you say yes here you get support for Abracon AB080X and AB180X 214 If you say yes here you get support for the real-time clock found 225 If you say yes here you get support for the wake-timer found on 235 If you say yes here you get support for the RTC of ams AS3722 PMIC 244 If you say yes here you get support for various compatible RTC [all …]
|
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/fault/ |
| D | gv100.c | 35 u32 get = nvkm_rd32(device, buffer->get); in gv100_fault_buffer_process() local 37 if (put == get) in gv100_fault_buffer_process() 41 while (get != put) { in gv100_fault_buffer_process() 42 const u32 base = get * buffer->fault->func->buffer.entry_size; in gv100_fault_buffer_process() 53 if (++get == buffer->entries) in gv100_fault_buffer_process() 54 get = 0; in gv100_fault_buffer_process() 55 nvkm_wr32(device, buffer->get, get); in gv100_fault_buffer_process() 113 buffer->get = 0x100e2c + foff; in gv100_fault_buffer_info()
|
| /Linux-v5.4/Documentation/media/uapi/rc/ |
| D | lirc-func.rst | 21 lirc-get-features 22 lirc-get-send-mode 23 lirc-get-rec-mode 24 lirc-get-rec-resolution 26 lirc-get-timeout
|
| /Linux-v5.4/sound/pci/ice1712/ |
| D | aureon.c | 1397 .get = wm_master_mute_get, 1406 .get = wm_master_vol_get, 1414 .get = wm_mute_get, 1424 .get = wm_vol_get, 1433 .get = wm_mute_get, 1443 .get = wm_vol_get, 1452 .get = wm_mute_get, 1462 .get = wm_vol_get, 1471 .get = wm_mute_get, 1481 .get = wm_vol_get, [all …]
|
| /Linux-v5.4/drivers/staging/vc04_services/bcm2835-audio/ |
| D | bcm2835-ctl.c | 107 .get = snd_bcm2835_ctl_get, 117 .get = snd_bcm2835_ctl_get, 126 .get = snd_bcm2835_ctl_get, 198 .get = snd_bcm2835_spdif_default_get, 206 .get = snd_bcm2835_spdif_mask_get, 244 .get = snd_bcm2835_ctl_get, 256 .get = snd_bcm2835_ctl_get, 278 .get = snd_bcm2835_ctl_get, 290 .get = snd_bcm2835_ctl_get,
|
| /Linux-v5.4/tools/testing/selftests/ptp/ |
| D | phc.sh | 36 phc_ctl $DEV get &> /dev/null 94 res=$(phc_ctl $DEV set 0 wait 120.5 get 2> /dev/null \ 105 res=$(phc_ctl $DEV set 0 adj 10 get 2> /dev/null \ 117 res=$(phc_ctl $DEV freq 10000000 set 0 wait 100.5 get 2> /dev/null \
|
| /Linux-v5.4/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-v5.4/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-v5.4/drivers/iio/temperature/ |
| D | Kconfig | 13 If you say yes here you get support for the Maxim series of 41 If you say yes here you get support for the Melexis 52 If you say yes here you get support for the Melexis 63 If you say yes here you get support for the Texas Instruments 73 If you say yes here you get support for the Texas Instruments 84 If you say yes here you get support for the Measurement Specialties 95 If you say yes here you get support for the Measurement Specialties 105 If you say yes here you get support for MAX31856
|
| /Linux-v5.4/arch/arm/lib/ |
| D | backtrace-clang.S | 122 1001: ldr sv_pc, [frame, #4] @ get saved 'pc' 123 1002: ldr sv_fp, [frame, #0] @ get saved fp 143 1003: ldr sv_lr, [sv_fp, #4] @ get saved lr from next frame 145 ldr r0, [sv_lr, #-4] @ get call instruction
|
| /Linux-v5.4/sound/pci/oxygen/ |
| D | oxygen_mixer.c | 733 .get = ac97_switch_get, \ 744 .get = ac97_volume_get, \ 760 .get = dac_volume_get, 767 .get = dac_mute_get, 774 .get = upmix_get, 784 .get = spdif_switch_get, 792 .get = spdif_default_get, 801 .get = spdif_mask_get, 810 .get = spdif_pcm_get, 822 .get = spdif_input_mask_get, [all …]
|
| /Linux-v5.4/drivers/thermal/ti-soc-thermal/ |
| D | Kconfig | 5 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
|