Home
last modified time | relevance | path

Searched refs:USB (Results 1 – 25 of 1121) sorted by relevance

12345678910>>...45

/linux-6.1.9/Documentation/devicetree/bindings/net/
Dmicrochip,lan95xx.yaml7 title: The device tree bindings for the USB Ethernet controllers
13 Device tree properties for hard wired SMSC95xx compatible USB Ethernet
23 - usb424,9500 # SMSC9500 USB Ethernet Device
24 - usb424,9505 # SMSC9505 USB Ethernet Device
25 - usb424,9530 # SMSC LAN9530 USB Ethernet Device
26 - usb424,9730 # SMSC LAN9730 USB Ethernet Device
27 - usb424,9900 # SMSC9500 USB Ethernet Device (SAL10)
28 - usb424,9901 # SMSC9505 USB Ethernet Device (SAL10)
29 - usb424,9902 # SMSC9500A USB Ethernet Device (SAL10)
30 - usb424,9903 # SMSC9505A USB Ethernet Device (SAL10)
[all …]
/linux-6.1.9/drivers/usb/serial/
DKconfig3 # USB Serial device configuration
7 tristate "USB Serial Converter support"
10 Say Y here if you have a USB device that provides normal serial
12 your USB bus.
24 bool "USB Serial Console device support"
27 If you say Y here, it will be possible to use a USB to serial
41 kernel will automatically use the first USB to serial converter
47 bool "USB Generic Serial Driver"
49 Say Y here if you want to use the generic USB serial driver. Please
51 using this driver. It is recommended that the "USB Serial converter
[all …]
/linux-6.1.9/drivers/net/can/usb/
DKconfig2 menu "CAN USB interfaces"
3 depends on USB
12 tristate "EMS CPC-USB/ARM7 CAN/USB interface"
14 This driver is for the one channel CPC-USB/ARM7 CAN/USB interface
18 tristate "esd electronics gmbh CAN/USB interfaces"
20 This driver adds supports for several CAN/USB interfaces
24 - esd CAN-USB/2
25 - esd CAN-USB/Micro
31 tristate "ETAS ES58X CAN/USB interfaces"
44 candleLight USB CAN interfaces USB/CAN devices
[all …]
/linux-6.1.9/drivers/usb/
DKconfig3 # USB device configuration
30 bool "USB support"
34 This option adds core support for Universal Serial Bus (USB).
44 config USB config
45 tristate "Support for Host-side USB"
51 Universal Serial Bus (USB) is a specification for a serial bus
54 and allows for hot swapping. Up to 127 USB peripherals can be
55 connected to a single USB host in a tree structure.
57 The USB host is the root of the tree, the peripherals are the
58 leaves and the inner nodes are special USB devices called hubs.
[all …]
/linux-6.1.9/drivers/usb/usbip/
DKconfig4 tristate "USB/IP support"
9 This enables pushing USB packets over IP to allow remote
10 machines direct access to USB devices. It provides the
11 USB/IP core that is required by both drivers.
23 depends on USBIP_CORE && USB
25 This enables the USB/IP virtual host controller driver,
32 int "Number of ports per USB/IP virtual host controller"
37 To increase number of ports available for USB/IP virtual
39 USB/IP virtual host controller.
42 int "Number of USB/IP virtual host controllers"
[all …]
/linux-6.1.9/drivers/usb/phy/
DKconfig3 # Physical Layer USB driver configuration
5 menu "USB Physical Layer drivers"
12 # USB Transceiver Drivers
15 tristate "AB8500 USB Transceiver Driver"
19 Enable this to support the USB OTG transceiver in AB8500 chip.
24 tristate "Freescale USB OTG Transceiver Driver"
29 Enable this to support Freescale USB OTG transceiver.
35 depends on USB
40 USB-On-The-Go transceiver working with the OMAP OTG controller.
41 The ISP1301 is a full speed USB transceiver which is used in
[all …]
/linux-6.1.9/tools/usb/usbip/
DREADME8 USB/IP protocol allows to pass USB device from server to client over the
9 network. Server is a machine which provides (shares) a USB device. Client is
10 a machine which uses USB device provided by server over the network.
11 The USB device may be either physical device connected to a server or
12 software entity created on a server using USB gadget subsystem.
16 A client side kernel module which provides a virtual USB Host Controller
17 and allows to import a USB device from a remote machine.
20 A server side module which provides a USB device driver which can be
21 bound to a physical USB device to make it exportable.
24 A server side module which provides a virtual USB Device Controller and allows
[all …]
/linux-6.1.9/Documentation/translations/zh_CN/process/
Dstable-api-nonsense.rst95 举一个例子,内核的USB驱动程序接口在USB子系统的整个生命周期中,至少经历
99 复杂度,提高了所有USB驱动程序的吞吐率,这样几乎所有的USB设备都
101 - 修改了USB核心代码中为USB驱动分配数据包内存的方式,所有的驱动都
102 需要提供更多的参数给USB核心,以修正了很多已经被记录在案的死锁。
105 外的维护旧的USB接口。这导致了一个可能性,新的开发者依然会不小心使用旧的
109 ;旧的,有问题的接口必须一直维护,给Linux USB开发者带来额外的工作。既然
110 所有的Linux USB驱动的作者都是利用自己的时间工作,那么要求他们去做毫无意
/linux-6.1.9/drivers/usb/typec/tcpm/
DKconfig4 tristate "USB Type-C Port Controller Manager"
5 depends on USB
9 The Type-C Port Controller Manager provides a USB PD and USB Type-C
27 Type-C Port Controller Manager to provide USB PD and USB
35 USB Type-C. It works with Type-C Port Controller Manager
36 to provide USB PD and USB Type-C functionalities.
43 USB Type-C. It works with Type-C Port Controller Manager
44 to provide USB PD and USB Type-C functionalities.
63 Type-C Port Controller Manager to provide USB PD and USB
67 tristate "Intel WhiskeyCove PMIC USB Type-C PHY driver"
[all …]
/linux-6.1.9/drivers/usb/core/
DKconfig3 # USB Core configuration
6 bool "USB announce new devices"
8 Say Y here if you want the USB core to always announce the
10 strings for every new USB device to the syslog. This option is
18 comment "Miscellaneous USB options"
21 bool "Enable USB persist by default"
24 Say N here if you don't want USB power session persistence
25 enabled by default. If you say N it will make suspended USB
36 bool "Limit USB device initialization to only a few retries"
38 When a new USB device is detected, the kernel tries very hard
[all …]
/linux-6.1.9/Documentation/translations/zh_TW/process/
Dstable-api-nonsense.rst98 舉一個例子,內核的USB驅動程序接口在USB子系統的整個生命周期中,至少經歷
102 複雜度,提高了所有USB驅動程序的吞吐率,這樣幾乎所有的USB設備都
104 - 修改了USB核心代碼中爲USB驅動分配數據包內存的方式,所有的驅動都
105 需要提供更多的參數給USB核心,以修正了很多已經被記錄在案的死鎖。
108 外的維護舊的USB接口。這導致了一個可能性,新的開發者依然會不小心使用舊的
112 ;舊的,有問題的接口必須一直維護,給Linux USB開發者帶來額外的工作。既然
113 所有的Linux USB驅動的作者都是利用自己的時間工作,那麼要求他們去做毫無意
/linux-6.1.9/drivers/usb/roles/
DKconfig4 tristate "USB Role Switch Support"
6 USB Role Switch is a device that can select the USB role - host or
7 device - for a USB port (connector). In most cases dual-role capable
8 USB controller will also represent the switch, but on some platforms
10 the USB connector between separate USB host and device controllers.
12 Say Y here if your USB connectors support both device and host roles.
19 tristate "Intel XHCI USB Role Switch"
22 Driver for the internal USB role switch for switching the USB data
/linux-6.1.9/drivers/usb/misc/
DKconfig3 # USB Miscellaneous driver configuration
5 comment "USB Miscellaneous drivers"
8 tristate "EMI 6|2m USB Audio interface support"
10 This driver loads firmware to Emagic EMI 6|2m low latency USB
14 USB Audio driver.
22 tristate "EMI 2|6 USB Audio interface support"
24 This driver loads firmware to Emagic EMI 2|6 low latency USB
28 USB Audio driver.
43 tristate "USB 7-Segment LED Display"
45 Say Y here if you have a USB 7-Segment Display by Delcom
[all …]
/linux-6.1.9/drivers/extcon/
DKconfig11 host USB ports. Many of 30-pin connectors including PDMI are
29 Say Y here to enable support for USB peripheral detection
30 and USB MUX switching by X-Power AXP288 PMIC.
39 FSA9480 microUSB switch and accessory detector chip. The FSA9480 is a USB
41 I2C and enables USB data, stereo and mono audio, video, microphone
55 Say Y here to enable extcon support for USB OTG ports controlled by
84 Maxim MAX14577/77836. The MAX14577/77836 MUIC is a USB port accessory
88 tristate "Maxim MAX3355 USB OTG EXTCON Support"
91 If you say yes here you get support for the USB OTG role detection by
93 enable a system with an integrated USB OTG dual-role transceiver to
[all …]
/linux-6.1.9/drivers/usb/class/
DKconfig3 # USB Class driver configuration
5 comment "USB Device Class drivers"
8 tristate "USB Modem (CDC ACM) support"
11 This driver supports USB modems and ISDN adapters which support the
23 tristate "USB Printer support"
25 Say Y here if you want to connect a USB printer to your computer's
26 USB port.
32 tristate "USB Wireless Device Management support"
42 tristate "USB Test and Measurement Class support"
44 Say Y here if you want to connect a USB device that follows
[all …]
/linux-6.1.9/drivers/usb/gadget/udc/
DKconfig3 # USB Gadget support on a system involves
14 # both kinds of controller can also support "USB On-the-Go" (CONFIG_USB_OTG).
18 # USB Peripheral Controller Support
27 menu "USB Peripheral Controller"
34 tristate "Atmel AT91 USB Device Port"
39 full speed USB Device Port with support for five configurable
47 tristate "LPC32XX USB Peripheral Controller"
52 This option selects the USB device controller in the LPC32xx SoC.
62 USBA is the integrated high-speed USB Device controller on some
85 high speed USB Device Port with support for four fixed endpoints
[all …]
/linux-6.1.9/Documentation/admin-guide/media/
Dusb-cardlist.rst3 USB drivers
6 The USB boards are identified by an identification called USB ID.
8 The ``lsusb`` command allows identifying the USB IDs::
18 via USB Video Class. Those cameras are automatically supported by the
21 Older cameras and TV USB devices uses USB Vendor Classes: each vendor
25 While this is not as common as on PCI, sometimes the same USB ID is used
30 The current supported USB cards (not including staging drivers) are
37 for cameras not supported by the USB Video Class (UVC) driver,
45 b2c2-flexcop-usb Technisat/B2C2 Air/Sky/Cable2PC USB
47 cx231xx Conexant cx231xx USB video capture
[all …]
/linux-6.1.9/drivers/usb/typec/
DKconfig4 tristate "USB Type-C Support"
6 USB Type-C Specification defines a cable and connector for USB where
10 specific Configuration Channel (CC) which goes through the USB Type-C
12 Accessory Modes - Analog Audio and Debug - and if USB Power Delivery
14 something else then USB communication.
16 USB Power Delivery Specification defines a protocol that can be used
18 partners. USB Power Delivery allows higher voltages then the normal
19 5V, up to 20V, and current up to 5A over the cable. The USB Power
21 Modes when they are supported. USB Power Delivery does not depend on
22 USB Type-C connector, however it is mostly used together with USB
[all …]
/linux-6.1.9/drivers/usb/storage/
DKconfig3 # USB Storage driver configuration
10 tristate "USB Mass Storage support"
13 Say Y here if you want to connect USB mass storage devices to your
14 computer's USB port. This is the driver you need for USB
15 floppy drives, USB hard disks, USB tape drives, USB CD-ROMs,
16 USB flash devices, and memory sticks, along with
22 (BLK_DEV_SD) for most USB storage devices.
30 bool "USB Mass Storage verbose debug"
32 Say Y here in order to have the USB Mass Storage code generate
39 for Realtek RTS51xx USB card readers.
[all …]
/linux-6.1.9/drivers/hid/usbhid/
DKconfig2 menu "USB HID support"
3 depends on USB
6 tristate "USB HID transport layer"
8 depends on USB && INPUT
11 Say Y here if you want to connect USB keyboards,
13 to your computer via USB, as well as Uninterruptible Power Supply
25 comment "Input core support is needed for USB HID input layer or HIDBP support"
39 Say Y here if you want to support HID devices (from the USB
48 menu "USB HID Boot Protocol drivers"
49 depends on USB!=n && USB_HID!=y && EXPERT
[all …]
/linux-6.1.9/drivers/net/usb/
DKconfig3 # USB Network devices configuration
5 comment "Host-side USB support is needed for USB Network Adapter support"
6 depends on !USB && NET
9 tristate "USB Network Adapters"
10 default USB if USB
11 depends on USB && NET
16 tristate "USB CATC NetMate-based Ethernet device support"
19 Say Y if you want to use one of the following 10Mbps USB Ethernet
35 tristate "USB KLSI KL5USB101-based ethernet device support"
38 USB Ethernet adapters based on the KLSI KL5KUSB101B chipset:
[all …]
/linux-6.1.9/Documentation/devicetree/bindings/phy/
Dallwinner,sun8i-h3-usb-phy.yaml7 title: Allwinner H3 USB PHY
40 - description: USB OTG PHY bus clock
41 - description: USB Host 0 PHY bus clock
42 - description: USB Host 1 PHY bus clock
43 - description: USB Host 2 PHY bus clock
54 - description: USB OTG reset
55 - description: USB Host 1 Controller reset
56 - description: USB Host 2 Controller reset
57 - description: USB Host 3 Controller reset
68 description: GPIO to the USB OTG ID pin
[all …]
Dallwinner,sun8i-a83t-usb-phy.yaml7 title: Allwinner A83t USB PHY
34 - description: USB OTG PHY bus clock
35 - description: USB Host 0 PHY bus clock
36 - description: USB Host 1 PHY bus clock
37 - description: USB HSIC 12MHz clock
48 - description: USB OTG reset
49 - description: USB Host 1 Controller reset
50 - description: USB Host 2 Controller reset
60 description: GPIO to the USB OTG ID pin
64 description: GPIO to the USB OTG VBUS detect pin
[all …]
/linux-6.1.9/drivers/usb/isp1760/
DKconfig5 depends on USB || USB_GADGET
8 Say Y or M here if your system as an ISP1760/1763 USB host controller
9 or an ISP1761 USB dual-role controller.
12 This USB controller is usually attached to a non-DMA-Master
30 default USB_ISP1760_DUAL_ROLE if (USB && USB_GADGET)
31 default USB_ISP1760_HOST_ROLE if (USB && !USB_GADGET)
32 default USB_ISP1760_GADGET_ROLE if (!USB && USB_GADGET)
36 depends on USB=y || USB=USB_ISP1760
52 depends on USB=y || USB=USB_ISP1760
/linux-6.1.9/drivers/phy/qualcomm/
DKconfig6 tristate "Atheros AR71XX/9XXX USB PHY driver"
12 Enable this to support the USB PHY on Atheros AR71XX/9XXX SoCs.
32 tristate "Qualcomm IPQ4019 USB PHY driver"
36 Support for the USB PHY-s on Qualcomm IPQ40xx SoC-s.
59 with controllers such as PCIe, UFS, and USB on Qualcomm chips.
67 Enable this to support the HighSpeed QUSB2 PHY transceiver for USB
70 USB IPs on MSM SOCs.
73 tristate "Qualcomm USB HS PHY module"
78 Support for the USB high-speed ULPI compliant phy on Qualcomm
82 tristate "Qualcomm SNPS FEMTO USB HS PHY V2 module"
[all …]

12345678910>>...45