/drivers/pinctrl/mvebu/ |
D | pinctrl-kirkwood.c | 19 #define V(f6180, f6190, f6192, f6281, f6282, dx4122, dx1135) \ macro 25 VARIANT_MV88F6180 = V(1, 0, 0, 0, 0, 0, 0), 26 VARIANT_MV88F6190 = V(0, 1, 0, 0, 0, 0, 0), 27 VARIANT_MV88F6192 = V(0, 0, 1, 0, 0, 0, 0), 28 VARIANT_MV88F6281 = V(0, 0, 0, 1, 0, 0, 0), 29 VARIANT_MV88F6282 = V(0, 0, 0, 0, 1, 0, 0), 30 VARIANT_MV98DX4122 = V(0, 0, 0, 0, 0, 1, 0), 31 VARIANT_MV98DX1135 = V(0, 0, 0, 0, 0, 0, 1), 36 MPP_VAR_FUNCTION(0x0, "gpio", NULL, V(1, 1, 1, 1, 1, 1, 1)), 37 MPP_VAR_FUNCTION(0x1, "nand", "io2", V(1, 1, 1, 1, 1, 1, 1)), [all …]
|
D | pinctrl-orion.c | 64 #define V(f5181, f5182, f5281) \ macro 68 V_5181 = V(1, 0, 0), 69 V_5182 = V(0, 1, 0), 70 V_5281 = V(0, 0, 1), 71 V_ALL = V(1, 1, 1),
|
/drivers/media/dvb-frontends/ |
D | mb86a16.c | 758 static int swp_freq_calcuation(struct mb86a16_state *state, int i, int v, int *V, int vmax, int vm… in swp_freq_calcuation() argument 766 (*(V + 30 + v) >= 0) && in swp_freq_calcuation() 767 (*(V + 30 + v - 1) >= 0) && in swp_freq_calcuation() 768 (*(V + 30 + v - 1) > *(V + 30 + v)) && in swp_freq_calcuation() 769 (*(V + 30 + v - 1) > SIGMIN)) { in swp_freq_calcuation() 772 *SIG1 = *(V + 30 + v - 1); in swp_freq_calcuation() 774 (*(V + 30 + v) >= 0) && in swp_freq_calcuation() 775 (*(V + 30 + v - 1) >= 0) && in swp_freq_calcuation() 776 (*(V + 30 + v) > *(V + 30 + v - 1)) && in swp_freq_calcuation() 777 (*(V + 30 + v) > SIGMIN)) { in swp_freq_calcuation() [all …]
|
/drivers/staging/comedi/drivers/tests/ |
D | ni_routes_test.c | 30 #define V(x) ((x) | 0x80) macro 119 [x1] = V(x1), [x2] = V(x2), [x3] = V(x3), [x4] = V(x4), \ 120 [x5] = V(x5), [x6] = V(x6), [x7] = V(x7), [x8] = V(x8), \ 121 [x9] = V(x9), 136 [B(NI_RGOUT0)] = {[B(rgout0_src0)] = V(0), 137 [B(rgout0_src1)] = V(1)}, 138 [B(NI_RTSI_BRD(0))] = {[B(brd0_src0)] = V(0), 139 [B(brd0_src1)] = V(1)}, 140 [B(NI_RTSI_BRD(1))] = {[B(brd1_src0)] = V(0), 141 [B(brd1_src1)] = V(1)}, [all …]
|
/drivers/hv/ |
D | Kconfig | 3 menu "Microsoft Hyper-V guest support" 6 tristate "Microsoft Hyper-V client drivers" 11 Select this option to run Linux as a Hyper-V client operating 18 tristate "Microsoft Hyper-V Utilities driver" 21 Select this option to enable the Hyper-V Utilities. 24 tristate "Microsoft Hyper-V Balloon driver" 27 Select this option to enable Hyper-V Balloon driver.
|
/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_dcb.c | 16 #define QLC_DCB_GET_MAP(V) (1 << V) argument 24 #define QLC_DCB_TSA_SUPPORT(V) (V & 0x1) argument 25 #define QLC_DCB_ETS_SUPPORT(V) ((V >> 1) & 0x1) argument 26 #define QLC_DCB_VERSION_SUPPORT(V) ((V >> 2) & 0xf) argument 27 #define QLC_DCB_MAX_NUM_TC(V) ((V >> 20) & 0xf) argument 28 #define QLC_DCB_MAX_NUM_ETS_TC(V) ((V >> 24) & 0xf) argument 29 #define QLC_DCB_MAX_NUM_PFC_TC(V) ((V >> 28) & 0xf) argument
|
/drivers/net/hyperv/ |
D | Kconfig | 3 tristate "Microsoft Hyper-V virtual network driver" 7 Select this option to enable the Hyper-V virtual network driver.
|
/drivers/staging/comedi/drivers/ni_routing/ |
D | ni_route_values.h | 40 #define V(x) (((x) & 0x7f) | 0x80) macro 44 #define I(x) V(x)
|
/drivers/net/wan/ |
D | Kconfig | 46 base-band modems, or any other device with the X.21, V.24, V.35 or 47 V.36 interface) to your Linux box. The cards can work as the 64 tristate "LanMedia Corp. SSI/V.35, T1/E1, HSSI, T3 boards" 71 V.24, V.35 or V.36 interface) to your Linux box. 255 Support for the FarSync T-Series X.21 (and V.35/V.24) cards by 259 8Mb/s (128K on V.24) using synchronous PPP, Cisco HDLC, raw HDLC,
|
/drivers/gpu/drm/i915/ |
D | i915_vma.h | 462 #define for_each_ggtt_vma(V, OBJ) \ argument 463 list_for_each_entry(V, &(OBJ)->vma.list, obj_link) \ 464 for_each_until(!i915_vma_is_ggtt(V))
|
/drivers/staging/greybus/tools/ |
D | Makefile | 2 ifeq ($(strip $(V)), 1)
|
/drivers/usb/typec/ |
D | Kconfig | 19 5V, up to 20V, and current up to 5A over the cable. The USB Power
|
/drivers/tty/hvc/ |
D | Kconfig | 91 bool "RISC-V SBI console support" 95 This enables support for console output via RISC-V SBI calls, which
|
/drivers/fpga/ |
D | Kconfig | 52 FPGA manager driver support for Arria-V, Cyclone-V, Stratix-V,
|
/drivers/char/ |
D | hpet.c | 56 #define write_counter(V, MC) writeq(V, MC) argument 59 #define write_counter(V, MC) writel(V, MC) argument
|
/drivers/iio/adc/ |
D | qcom-pm8xxx-xoadc.c | 240 XOADC_CHAN(125V, 0x00, 0x0d, IIO_VOLTAGE, 1, 1, SCALE_DEFAULT, AMUX_RSV1), 264 XOADC_CHAN(125V, 0x00, 0x0d, IIO_VOLTAGE, 1, 1, SCALE_DEFAULT, AMUX_RSV1), 299 XOADC_CHAN(125V, 0x00, 0x0d, IIO_VOLTAGE, 1, 1, SCALE_DEFAULT, AMUX_RSV1), 324 XOADC_CHAN(125V, 0x00, 0x0d, IIO_VOLTAGE, 1, 1, SCALE_DEFAULT, AMUX_RSV1),
|
D | at91-sama5d2_adc.c | 126 #define AT91_SAMA5D2_EMR_OSR(V) ((V) << 16) argument 133 #define AT91_SAMA5D2_EMR_ASTE(V) ((V) << 20) argument
|
/drivers/staging/iio/Documentation/dac/ |
D | max517 | 41 On power-up, the device is in 0V-output state.
|
/drivers/pci/controller/ |
D | Kconfig | 285 tristate "Hyper-V PCI Interface" 288 The Hyper-V PCI Interface is a helper driver allows other drivers to 289 have a common interface with the Hyper-V PCI frontend driver.
|
/drivers/media/usb/usbvision/ |
D | usbvision-core.c | 688 static unsigned char *Y, *U, *V; in usbvision_parse_compress() local 747 …V = usbvision->intra_frame_buffer + image_size / 4 * 5 + (frame->frmwidth / 2) * (frame->curline /… in usbvision_parse_compress() 768 usbvision_decompress(usbvision, strip_data, V, &block_pos, &block_type_pos, idx_end / 2); in usbvision_parse_compress() 780 *f++ = idx & 0x01 ? U[idx / 2] : V[idx / 2]; in usbvision_parse_compress() 786 *v++ = V[idx >> 1]; in usbvision_parse_compress() 793 *v++ = V[idx >> 1]; in usbvision_parse_compress() 796 YUV_TO_RGB_BY_THE_BOOK(Y[idx], U[idx / 2], V[idx / 2], rv, gv, bv); in usbvision_parse_compress()
|
/drivers/virt/vboxguest/ |
D | vmmdev.h | 40 } V; member
|
/drivers/char/pcmcia/ |
D | Kconfig | 15 selectable for RS-232, V.35, RS-449, RS-530, and X.21
|
/drivers/uio/ |
D | Kconfig | 160 tristate "Generic driver for Hyper-V VMBus" 164 Hyper-V VMBus device. It is useful to provide direct access
|
/drivers/regulator/ |
D | Kconfig | 311 input voltage supply of 2.5V to 5.5V. The output voltage is 518 modes ranging from 0.77V to 1.40V by 0.01V steps. 838 programmed from 4.5V to 20V. 858 input switches when vdda supply is below 2.7V.
|
/drivers/gpio/ |
D | gpio-tegra186.c | 580 TEGRA186_AON_GPIO_PORT( V, 0x0800, 8, 0), 624 TEGRA194_MAIN_GPIO_PORT( V, 0x1000, 8, 1),
|