Home
last modified time | relevance | path

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

12345678910>>...48

/linux/drivers/usb/serial/
A DKconfig12 your USB bus.
87 tristate "USB ARK Micro 3116 USB Serial Driver"
125 tristate "USB Digi International AccelePort USB Serial Driver"
145 tristate "USB Cypress M8 USB Serial Driver"
291 tristate "USB Infinity USB Unlimited Phoenix Driver"
346 - USB TWIN
397 tristate "USB Moschip 7840/7820 USB Serial Driver"
403 of standard serial devices to a USB host. The MCS7840 has a USB
485 tristate "USB SPCP8x5 USB To Serial Driver"
619 tristate "USB Quatech Serial Driver for USB 2 devices"
[all …]
/linux/drivers/net/can/usb/
A 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 USB/2 CAN/USB interface"
37 candleLight USB CAN interfaces USB/CAN devices
115 PCAN-USB Pro dual CAN 2.0b channels USB adapter
116 PCAN-USB FD single CAN-FD channel USB adapter
117 PCAN-USB Pro FD dual CAN-FD channels USB adapter
118 PCAN-Chip USB CAN-FD to USB stamp module
[all …]
/linux/drivers/usb/
A DKconfig3 # USB device configuration
30 bool "USB support"
44 config USB config
45 tristate "Support for Host-side USB"
72 side of the USB protocol, see the "USB Gadget" framework instead.
88 PCI and USB modules with the USB module directly controlled by
94 if USB
128 comment "USB port drivers"
130 if USB
145 USB printer driver ("USB Printer support", above) may be used in
[all …]
/linux/drivers/usb/usbip/
A 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
39 USB/IP virtual host controller.
42 int "Number of USB/IP virtual host controllers"
54 depends on USBIP_CORE && USB
57 machine that is sharing the USB devices.
66 This enables the USB/IP virtual USB device controller
[all …]
/linux/drivers/usb/phy/
A DKconfig3 # Physical Layer USB driver configuration
5 menu "USB Physical Layer drivers"
12 # USB Transceiver Drivers
15 tristate "AB8500 USB Transceiver Driver"
34 depends on USB
48 tristate "Keystone USB PHY Driver"
53 interface to interact with USB 2.0 and USB 3.0 PHY that is part
69 tristate "AM335x USB PHY Driver"
130 depends on USB || USB_GADGET
135 This chip is typically used as USB transceiver for USB host, gadget
[all …]
/linux/tools/usb/usbip/
A DREADME8 USB/IP protocol allows to pass USB device from server to client over the
25 to export a USB device created using USB Gadget Subsystem.
32 - USB/IP device drivers
82 Second of shareable entities is USB Gadget created using USB Gadget Subsystem
85 server:# (Create your USB gadget)
113 - Connect the remote USB device.
121 - Detach the USB device.
138 Local USB devices
178 Local USB devices
196 Exportable USB devices
[all …]
/linux/drivers/usb/core/
A DKconfig3 # USB Core configuration
6 bool "USB announce new devices"
18 comment "Miscellaneous USB options"
21 bool "Enable USB persist by default"
50 bool "Dynamic USB minor allocation"
55 of device (like USB printers).
74 depends on USB
94 depends on USB && USB_OTG
101 tristate "USB port LED trigger"
102 depends on USB && LEDS_TRIGGERS
[all …]
/linux/drivers/usb/misc/
A DKconfig3 # USB Miscellaneous driver configuration
5 comment "USB Miscellaneous drivers"
14 USB Audio driver.
28 USB Audio driver.
43 tristate "USB 7-Segment LED Display"
54 computer's USB port.
63 tristate "USB LCD driver support"
66 USB port. The USBLCD is a small USB interface board for
126 worked with a USB PEN Drive inserted into the first USB port of
153 tristate "USB LD driver"
[all …]
/linux/drivers/usb/typec/
A 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
14 something else then USB communication.
19 5V, up to 20V, and current up to 5A over the cable. The USB Power
22 USB Type-C connector, however it is mostly used together with USB
25 USB Type-C and USB Power Delivery Specifications define a set of state
27 Simple USB Type-C PHYs, for example USB Type-C Port Controller
31 The USB Type-C and Power Delivery controllers usually function
79 tristate "Qualcomm PMIC USB Type-C driver"
[all …]
/linux/drivers/usb/gadget/udc/
A DKconfig3 # USB Gadget support on a system involves
18 # USB Peripheral Controller Support
27 menu "USB Peripheral Controller"
252 full speed USB peripheral.
318 It is a USB Highspeed DMA capable USB device controller. Beside ep0
381 supports full, high speed USB 2.0 and super speed USB 3.0
397 for full speed USB devices, IDE, I2C, SIO, plus a USB host (OHCI).
414 to USB device.
416 USB device is a USB peripheral controller which
474 depends on USB=y || (USB=m && USB_GADGET=m)
[all …]
/linux/drivers/extcon/
A DKconfig30 and USB MUX switching by X-Power AXP288 PMIC.
86 tristate "Maxim MAX3355 USB OTG EXTCON Support"
92 function as an USB OTG dual-role device.
123 tristate "Palmas USB EXTCON support"
126 Say Y here to enable support for USB peripheral and USB host
130 tristate "NXP PTN5150 CC LOGIC USB EXTCON support"
134 Say Y here to enable support for USB peripheral and USB host
138 tristate "Qualcomm USB extcon support"
168 tristate "USB GPIO extcon support"
179 using Chrome OS EC based USB Type-C ports.
[all …]
/linux/Documentation/translations/zh_CN/process/
A Dstable-api-nonsense.rst95 举一个例子,内核的USB驱动程序接口在USB子系统的整个生命周期中,至少经历
99 复杂度,提高了所有USB驱动程序的吞吐率,这样几乎所有的USB设备都
101 - 修改了USB核心代码中为USB驱动分配数据包内存的方式,所有的驱动都
102 需要提供更多的参数给USB核心,以修正了很多已经被记录在案的死锁。
105 外的维护旧的USB接口。这导致了一个可能性,新的开发者依然会不小心使用旧的
109 ;旧的,有问题的接口必须一直维护,给Linux USB开发者带来额外的工作。既然
110 所有的Linux USB驱动的作者都是利用自己的时间工作,那么要求他们去做毫无意
/linux/drivers/usb/typec/tcpm/
A 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.
52 Type-C Port Controller Manager to provide USB PD and USB
56 tristate "Intel WhiskeyCove PMIC USB Type-C PHY driver"
62 This driver adds support for USB Type-C on Intel Broxton platforms
63 that have Intel Whiskey Cove PMIC. The driver works with USB Type-C
[all …]
/linux/Documentation/admin-guide/media/
A 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::
21 Older cameras and TV USB devices uses USB Vendor Classes: each vendor
67 dvb-usb-dvbsky DVBSky USB
71 dvb-usb-gp8psk GENPIX 8PSK->USB module
77 dvb-usb-rtl28xxu Realtek RTL28xxU DVB USB
84 em28xx Empia EM28xx USB devices
92 pwc USB Philips Cameras
102 uvcvideo USB Video Class (UVC)
[all …]
A Dem28xx-cardlist.rst16 - USB IDs
26 - Terratec Cinergy 250 USB
30 - Pinnacle PCTV USB 2
34 - Hauppauge WinTV USB 2
38 - MSI VOX USB 2.0
42 - Terratec Cinergy 200 USB
46 - Leadtek Winfast USB II
122 - Hercules Smart TV USB 2.0
146 - Supercomp USB 2.0 TV
310 - Reddo DVB-C USB TV Box
[all …]
/linux/Documentation/translations/zh_TW/process/
A Dstable-api-nonsense.rst98 舉一個例子,內核的USB驅動程序接口在USB子系統的整個生命周期中,至少經歷
102 複雜度,提高了所有USB驅動程序的吞吐率,這樣幾乎所有的USB設備都
104 - 修改了USB核心代碼中爲USB驅動分配數據包內存的方式,所有的驅動都
105 需要提供更多的參數給USB核心,以修正了很多已經被記錄在案的死鎖。
108 外的維護舊的USB接口。這導致了一個可能性,新的開發者依然會不小心使用舊的
112 ;舊的,有問題的接口必須一直維護,給Linux USB開發者帶來額外的工作。既然
113 所有的Linux USB驅動的作者都是利用自己的時間工作,那麼要求他們去做毫無意
/linux/drivers/usb/class/
A 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"
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
45 the USB.org specification for USB Test and Measurement devices
[all …]
/linux/drivers/usb/roles/
A 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/drivers/usb/storage/
A DKconfig3 # USB Storage driver configuration
10 tristate "USB Mass Storage support"
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,
30 bool "USB Mass Storage verbose debug"
39 for Realtek RTS51xx USB card readers.
124 USB CompactFlash reader.
144 USB hard drive's onetouch button.
157 USB interface.
190 tristate "USB Attached SCSI"
[all …]
/linux/drivers/net/usb/
A DKconfig3 # USB Network devices configuration
5 comment "Host-side USB support is needed for USB Network Adapter support"
6 depends on !USB && NET
10 default USB if USB
11 depends on USB && NET
40 ADS USB-10BT
41 ATEN USB Ethernet
47 I-O DATA USB-ET/T
56 SMC 2202USB
144 - Another USB host, when using USB "network" or "data transfer"
[all …]
/linux/drivers/hid/usbhid/
A 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,
48 menu "USB HID Boot Protocol drivers"
49 depends on USB!=n && USB_HID!=y && EXPERT
52 tristate "USB HIDBP Keyboard (simple Boot) support"
53 depends on USB && INPUT
68 tristate "USB HIDBP Mouse (simple Boot) support"
[all …]
/linux/drivers/phy/qualcomm/
A DKconfig6 tristate "Atheros AR71XX/9XXX USB PHY driver"
12 Enable this to support the USB PHY on Atheros AR71XX/9XXX SoCs.
22 tristate "Qualcomm IPQ4019 USB PHY driver"
26 Support for the USB PHY-s on Qualcomm IPQ40xx SoC-s.
49 with controllers such as PCIe, UFS, and USB on Qualcomm chips.
60 USB IPs on MSM SOCs.
63 tristate "Qualcomm USB HS PHY module"
72 tristate "Qualcomm SNPS FEMTO USB HS PHY V2 module"
82 tristate "Qualcomm USB HSIC ULPI PHY module"
100 tristate "Qualcomm USB Super-Speed PHY driver"
[all …]
/linux/drivers/usb/isp1760/
A 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/Documentation/devicetree/bindings/phy/
A Dallwinner,sun8i-a83t-usb-phy.yaml7 title: Allwinner A83t USB PHY Device Tree Bindings
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/Documentation/usb/
A Draw-gadget.rst2 USB Raw Gadget
5 USB Raw Gadget is a gadget driver that gives userspace low-level control over
8 Like any other gadget driver, Raw Gadget implements USB devices via the
9 USB gadget API. Unlike most gadget drivers, Raw Gadget does not implement
10 any concrete USB functions itself but requires userspace to do that.
21 USB gadget layer for userspace. The key differences are:
24 GadgetFS responds to some USB requests internally based on the provided
29 while GadgetFS performs sanity checks on the provided USB descriptors.
31 responses to USB requests.
88 Raw Gadget would not wait until the completion of each USB request.
[all …]

Completed in 42 milliseconds

12345678910>>...48