/drivers/usb/serial/ |
D | io_ionsp.h | 124 #define IOSP_BUILD_DATA_HDR1(Port, Len) ((__u8) (((Port) | ((__u8) (((__u16) (Len)) >> 5) & 0x78))… argument 125 #define IOSP_BUILD_DATA_HDR2(Port, Len) ((__u8) (Len)) argument 131 #define IOSP_BUILD_CMD_HDR1(Port, Cmd) ((__u8) (IOSP_CMD_STAT_BIT | (Port) | ((__u8) ((Cmd) << 3))… argument 193 #define MAKE_CMD_WRITE_REG(ppBuf, pLen, Port, Reg, Val) \ argument 195 (*(ppBuf))[0] = IOSP_BUILD_CMD_HDR1((Port), \ 203 #define MAKE_CMD_EXT_CMD(ppBuf, pLen, Port, ExtCmd, Param) \ argument 205 (*(ppBuf))[0] = IOSP_BUILD_CMD_HDR1((Port), IOSP_EXT_CMD); \
|
D | Kconfig | 97 tristate "USB Belkin and Peracom Single Port Serial Driver" 107 tristate "USB Winchiphead CH341 Single Port Serial Driver" 171 tristate "USB FTDI Single Port Serial Driver" 251 tristate "USB Fintek F81232 Single Port Serial Driver" 302 tristate "USB Keyspan PDA / Xircom Single Port Serial Driver" 359 tristate "USB MCT Single Port Serial Driver" 418 [2 Port] 419 - UPort 1250 : 2 Port RS-232/422/485 USB to Serial Hub 420 - UPort 1250I : 2 Port RS-232/422/485 USB to Serial Hub with 423 [4 Port] [all …]
|
/drivers/usb/typec/tcpm/ |
D | Kconfig | 4 tristate "USB Type-C Port Controller Manager" 9 The Type-C Port Controller Manager provides a USB PD and USB Type-C 10 state machine for use with Type-C Port Controllers. 15 tristate "Type-C Port Controller Interface driver" 19 Type-C Port Controller driver for TCPCI-compliant controller. 27 Type-C Port Controller Manager to provide USB PD and USB 35 USB Type-C. It works with Type-C Port Controller Manager 42 with Type-C Port Controller Manager. 52 Type-C Port Controller Manager to provide USB PD and USB 63 Port Controller Manager to provide USB PD and Type-C functionalities.
|
/drivers/pci/pcie/ |
D | Kconfig | 3 # PCI Express Port Bus Configuration 6 bool "PCI Express Port Bus support" 8 This enables PCI Express Port Bus support. Users can then enable 10 Management Events, and Downstream Port Containment. 29 This enables PCI Express Root Port Advanced Error Reporting 31 Port will be handled by PCI Express AER driver. 38 This enables PCI Express Root Port Advanced Error Reporting 118 bool "PCI Express Downstream Port Containment support" 121 This enables PCI Express Downstream Port Containment (DPC) 141 in the Downstream Port Containment Related Enhancements ECN to
|
/drivers/message/fusion/lsi/ |
D | mpi_ioc.h | 752 U8 Port; /* 05h */ member 769 U8 Port; /* 05h */ member 784 U8 Port; /* 05h */ member 796 U8 Port; /* 01h */ member 807 U8 Port; /* 01h */ member 866 U8 Port; /* 04h */ member 893 U8 Port; /* 01h */ member 912 U8 Port; /* 01h */ member
|
D | mpi_history.txt | 243 * Port Page 2, FC Port Page 4, FC Port Page 5 251 * SCSI Port Page 2 Device Settings modified. 252 * New fields added to FC Port Page 0 and some flags 254 * Removed impedance flash from FC Port Page 1. 255 * Added FC Port pages 6 and 7. 274 * Modified defines for Scsi Port Page 2. 298 * Increased size of ALPA array in FC Port Page 2 by one 403 * 12-09-04 01.05.05 Added Target Mode Large CDB Enable to FC Port Page 1 405 * Added Auto Port Config flag define for SAS IOUNIT 438 * Added Port Enable Delay settings to BIOS Page 1. [all …]
|
D | mpi_init.h | 266 U8 Port; /* 00h */ member 382 U8 Port; /* 00h */ member
|
D | mpi_tool.h | 213 MPI_TB_FC_MANAGE_PID_AI Port; member
|
/drivers/usb/typec/ |
D | Kconfig | 27 Simple USB Type-C PHYs, for example USB Type-C Port Controller 28 Interface Specification compliant "Port Controllers" need the state 56 tristate "TI HD3SS3220 Type-C DRP Port controller driver" 60 Say Y or M here if your system has TI HD3SS3220 Type-C DRP Port
|
/drivers/nfc/ |
D | Kconfig | 43 tristate "Sony NFC Port-100 Series USB device support" 47 This adds support for Sony Port-100 chip based USB devices such as the
|
/drivers/phy/rockchip/ |
D | Kconfig | 6 tristate "Rockchip Display Port PHY Driver" 10 Enable this to support the Rockchip Display Port PHY.
|
/drivers/fpga/ |
D | Kconfig | 158 devices (e.g. FPGA Management Engine, Port and Accelerator 198 implements AFU and Port management features. A User AFU connects 199 to the FPGA infrastructure via a Port. There may be more than one 200 Port/AFU per DFL based FPGA device.
|
/drivers/phy/samsung/ |
D | Kconfig | 6 tristate "Exynos SoC series Display Port PHY driver" 12 Support for Display Port PHY found on Samsung Exynos SoCs.
|
/drivers/media/pci/sta2x11/ |
D | Kconfig | 12 Say Y for support for STA2X11 VIP (Video Input Port) capture
|
/drivers/phy/ti/ |
D | Kconfig | 112 This driver supports configuring of the TI CPSW Port mode depending on 113 the Ethernet PHY connected to the CPSW Port.
|
/drivers/gpu/drm/bridge/cadence/ |
D | Kconfig | 22 initializes the J721E Display Port and sets up the
|
/drivers/net/can/softing/ |
D | Kconfig | 9 Those cards typically use Dual Port RAM to communicate
|
/drivers/dma/ti/ |
D | Kconfig | 11 The Communications Port Programming Interface (CPPI) 4.1 DMA engine
|
/drivers/media/rc/ |
D | Kconfig | 442 tristate "Homebrew Serial Port Receiver" 444 Say Y if you want to use Homebrew Serial Port Receivers and 451 bool "Serial Port Transmitter" 454 Serial Port Transmitter support
|
/drivers/video/fbdev/sis/ |
D | init.c | 930 SiS_SetRegANDOR(SISIOADDRESS Port, u8 Index, u8 DataAND, u8 DataOR) in SiS_SetRegANDOR() argument 934 temp = SiS_GetReg(Port, Index); in SiS_SetRegANDOR() 936 SiS_SetReg(Port, Index, temp); in SiS_SetRegANDOR() 940 SiS_SetRegAND(SISIOADDRESS Port, u8 Index, u8 DataAND) in SiS_SetRegAND() argument 944 temp = SiS_GetReg(Port, Index); in SiS_SetRegAND() 946 SiS_SetReg(Port, Index, temp); in SiS_SetRegAND() 950 SiS_SetRegOR(SISIOADDRESS Port, u8 Index, u8 DataOR) in SiS_SetRegOR() argument 954 temp = SiS_GetReg(Port, Index); in SiS_SetRegOR() 956 SiS_SetReg(Port, Index, temp); in SiS_SetRegOR()
|
/drivers/scsi/mpt3sas/mpi/ |
D | mpi2_ioc.h | 701 U8 Port; /*0x01 */ member 906 U8 Port; /*0x01 */ member 928 U8 Port; /*0x01 */ member
|
/drivers/usb/gadget/udc/ |
D | Kconfig | 34 tristate "Atmel AT91 USB Device Port" 39 full speed USB Device Port with support for five configurable 85 high speed USB Device Port with support for four fixed endpoints
|
/drivers/char/agp/ |
D | Kconfig | 7 AGP (Accelerated Graphics Port) is a bus system mainly used to
|
/drivers/usb/ |
D | Kconfig | 152 slower than on a PCI/ISA Parallel Port, so timing critical
|
/drivers/net/ethernet/ti/ |
D | Kconfig | 105 Communications Port Programming Interface (CPPI) port (port 0).
|