Home
last modified time | relevance | path

Searched refs:Port (Results 1 – 25 of 52) sorted by relevance

123

/drivers/usb/serial/
Dio_ionsp.h124 #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); \
DKconfig97 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/
DKconfig4 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/
DKconfig3 # 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/
Dmpi_ioc.h752 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
Dmpi_history.txt243 * 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 …]
Dmpi_init.h266 U8 Port; /* 00h */ member
382 U8 Port; /* 00h */ member
Dmpi_tool.h213 MPI_TB_FC_MANAGE_PID_AI Port; member
/drivers/usb/typec/
DKconfig27 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/
DKconfig43 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/
DKconfig6 tristate "Rockchip Display Port PHY Driver"
10 Enable this to support the Rockchip Display Port PHY.
/drivers/fpga/
DKconfig158 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/
DKconfig6 tristate "Exynos SoC series Display Port PHY driver"
12 Support for Display Port PHY found on Samsung Exynos SoCs.
/drivers/media/pci/sta2x11/
DKconfig12 Say Y for support for STA2X11 VIP (Video Input Port) capture
/drivers/phy/ti/
DKconfig112 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/
DKconfig22 initializes the J721E Display Port and sets up the
/drivers/net/can/softing/
DKconfig9 Those cards typically use Dual Port RAM to communicate
/drivers/dma/ti/
DKconfig11 The Communications Port Programming Interface (CPPI) 4.1 DMA engine
/drivers/media/rc/
DKconfig442 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/
Dinit.c930 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/
Dmpi2_ioc.h701 U8 Port; /*0x01 */ member
906 U8 Port; /*0x01 */ member
928 U8 Port; /*0x01 */ member
/drivers/usb/gadget/udc/
DKconfig34 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/
DKconfig7 AGP (Accelerated Graphics Port) is a bus system mainly used to
/drivers/usb/
DKconfig152 slower than on a PCI/ISA Parallel Port, so timing critical
/drivers/net/ethernet/ti/
DKconfig105 Communications Port Programming Interface (CPPI) port (port 0).

123