Home
last modified time | relevance | path

Searched full:usb (Results 1 – 25 of 6245) sorted by relevance

12345678910>>...250

/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H 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::
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 …]
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A 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.
14 Please read <file:Documentation/usb/usb-serial.rst> for more
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
[all …]
H A Dipaq.c3 * USB Compaq iPAQ driver
18 #include <linux/usb.h>
19 #include <linux/usb/serial.h>
24 #define DRIVER_DESC "USB PocketPC PDA driver"
37 { USB_DEVICE(0x0104, 0x00BE) }, /* Socket USB Sync */
38 { USB_DEVICE(0x03F0, 0x1016) }, /* HP USB Sync */
39 { USB_DEVICE(0x03F0, 0x1116) }, /* HP USB Sync 1611 */
40 { USB_DEVICE(0x03F0, 0x1216) }, /* HP USB Sync 1612 */
41 { USB_DEVICE(0x03F0, 0x2016) }, /* HP USB Sync 1620 */
42 { USB_DEVICE(0x03F0, 0x2116) }, /* HP USB Sync 1621 */
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A DMakefile2 dvb-usb-objs += dvb-usb-firmware.o dvb-usb-init.o dvb-usb-urb.o dvb-usb-i2c.o
3 dvb-usb-objs += dvb-usb-dvb.o dvb-usb-remote.o usb-urb.o
4 obj-$(CONFIG_DVB_USB) += dvb-usb.o
6 dvb-usb-vp7045-objs := vp7045.o vp7045-fe.o
7 obj-$(CONFIG_DVB_USB_VP7045) += dvb-usb-vp7045.o
9 dvb-usb-vp702x-objs := vp702x.o vp702x-fe.o
10 obj-$(CONFIG_DVB_USB_VP702X) += dvb-usb-vp702x.o
12 dvb-usb-gp8psk-objs := gp8psk.o
13 obj-$(CONFIG_DVB_USB_GP8PSK) += dvb-usb-gp8psk.o
15 dvb-usb-dtt200u-objs := dtt200u.o dtt200u-fe.o
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/
H A DKconfig3 # USB device configuration
30 bool "USB support"
34 This option adds core support for Universal Serial Bus (USB).
39 source "drivers/usb/common/Kconfig"
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
[all …]
/OK3568_Linux_fs/u-boot/drivers/usb/
H A DKconfig1 menuconfig USB config
2 bool "USB support"
4 Universal Serial Bus (USB) is a specification for a serial bus
7 and allows for hot swapping. Up to 127 USB peripherals can be
8 connected to a single USB host in a tree structure.
10 The USB host is the root of the tree, the peripherals are the
11 leaves and the inner nodes are special USB devices called hubs.
12 Most PCs now have USB host ports, used to connect peripherals
16 Say Y here if your device has an USB port, either host, peripheral or
19 For an USB host port, you then need to say Y to at least one of the
[all …]
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dusb-uclass.su
H A DKconfig2 # USB Host Controller Drivers
4 comment "USB Host Controller Drivers"
10 bool "xHCI HCD (USB 3.0) support"
13 The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0
22 USB controller based on the DesignWare USB3 IP Core.
30 USB controller based on the DesignWare USB3 IP Core.
33 bool "MVEBU USB 3.0 support"
38 Choose this option to add support for USB 3.0 driver on mvebu
43 bool "Support for PCI-based xHCI USB controller"
50 bool "Renesas RCar USB 3.0 support"
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dfhci-sched.c3 * Freescale QUICC Engine USB Host Controller Driver
22 #include <linux/usb.h>
23 #include <linux/usb/hcd.h>
28 static void recycle_frame(struct fhci_usb *usb, struct packet *pkt) in recycle_frame() argument
36 cq_put(&usb->ep0->empty_frame_Q, pkt); in recycle_frame()
40 void fhci_transaction_confirm(struct fhci_usb *usb, struct packet *pkt) in fhci_transaction_confirm() argument
48 td = fhci_remove_td_from_frame(usb->actual_frame); in fhci_transaction_confirm()
56 cq_put(&usb->ep0->dummy_packets_Q, pkt->data); in fhci_transaction_confirm()
59 recycle_frame(usb, pkt); in fhci_transaction_confirm()
68 td_next->start_frame = usb->actual_frame->frame_num; in fhci_transaction_confirm()
[all …]
H A DKconfig3 # USB Host Controller Drivers
5 comment "USB Host Controller Drivers"
12 host/peripheral/OTG USB controllers.
21 tristate "xHCI HCD (USB 3.0) support"
24 The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0
113 tristate "Broadcom STB USB support"
130 tristate "EHCI HCD (USB 2.0) support"
133 The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0
135 If your USB host controller supports USB 2.0, you will likely want to
139 or UHCI) to handle USB 1.1 devices connected to root hub ports. Ports
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/
H A DKconfig8 if USB && MEDIA_SUPPORT
11 bool "Media USB Adapters"
13 Enable media drivers for USB bus.
20 source "drivers/media/usb/uvc/Kconfig"
21 source "drivers/media/usb/gspca/Kconfig"
22 source "drivers/media/usb/pwc/Kconfig"
23 source "drivers/media/usb/cpia2/Kconfig"
24 source "drivers/media/usb/zr364xx/Kconfig"
25 source "drivers/media/usb/stkwebcam/Kconfig"
26 source "drivers/media/usb/s2255/Kconfig"
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/octeon-usb/
H A Docteon-hcd.c48 #include <linux/usb.h>
51 #include <linux/usb/hcd.h>
61 * enum cvmx_usb_speed - the possible USB device speeds
74 * enum cvmx_usb_transfer - the possible USB transfer types
76 * @CVMX_USB_TRANSFER_CONTROL: USB transfer type control for hub and status
78 * @CVMX_USB_TRANSFER_ISOCHRONOUS: USB transfer type isochronous for low
80 * @CVMX_USB_TRANSFER_BULK: USB transfer type bulk for large low priority
82 * @CVMX_USB_TRANSFER_INTERRUPT: USB transfer type interrupt for high priority
113 * @CVMX_USB_STATUS_STALL: The transaction received a USB STALL response
136 * struct cvmx_usb_port_status - the USB port status information
[all …]
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.usb8 USB Support
11 The USB support is implemented on the base of the UHCI Host
14 Currently supported are USB Hubs, USB Keyboards, USB Floppys, USB
15 flash sticks and USB network adaptors.
21 The USB (at least the USB UHCI) needs a frame list (4k), transfer
24 frame pointer. This may cause to crash the OS during boot. So the USB
25 _MUST_ be stopped during OS boot. This is the reason, why the USB is
26 NOT automatically started during start-up. If someone needs the USB
30 For USB keyboards this can be done by a script which is automatically
32 USB keyboard another script is necessary, which first disables the
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_usb.c2 /* ZD1211 USB-WLAN driver for Linux
16 #include <linux/usb.h>
93 MODULE_DESCRIPTION("USB driver for devices with the ZD1211 chip.");
97 MODULE_DEVICE_TABLE(usb, usb_ids);
102 static bool check_read_regs(struct zd_usb *usb, struct usb_req_read_regs *req,
105 /* USB device initialization */
141 /* USB request blocks need "kmalloced" buffers. in upload_code()
163 "USB control request for firmware upload" in upload_code()
215 static char *get_fw_name(struct zd_usb *usb, char *buffer, size_t size, in get_fw_name() argument
219 usb->is_zd1211b ? in get_fw_name()
[all …]
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dgadget.su
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dg_dnl.su
H A Df_fastboot.su
H A Df_mass_storage.su
/OK3568_Linux_fs/kernel/drivers/clk/at91/
H A Dclk-usb.c46 struct at91sam9x5_clk_usb *usb = to_at91sam9x5_clk_usb(hw); in at91sam9x5_clk_usb_recalc_rate() local
50 regmap_read(usb->regmap, AT91_PMC_USB, &usbr); in at91sam9x5_clk_usb_recalc_rate()
112 struct at91sam9x5_clk_usb *usb = to_at91sam9x5_clk_usb(hw); in at91sam9x5_clk_usb_set_parent() local
114 if (index >= usb->num_parents) in at91sam9x5_clk_usb_set_parent()
117 regmap_update_bits(usb->regmap, AT91_PMC_USB, usb->usbs_mask, index); in at91sam9x5_clk_usb_set_parent()
124 struct at91sam9x5_clk_usb *usb = to_at91sam9x5_clk_usb(hw); in at91sam9x5_clk_usb_get_parent() local
127 regmap_read(usb->regmap, AT91_PMC_USB, &usbr); in at91sam9x5_clk_usb_get_parent()
129 return usbr & usb->usbs_mask; in at91sam9x5_clk_usb_get_parent()
135 struct at91sam9x5_clk_usb *usb = to_at91sam9x5_clk_usb(hw); in at91sam9x5_clk_usb_set_rate() local
145 regmap_update_bits(usb->regmap, AT91_PMC_USB, AT91_PMC_OHCIUSBDIV, in at91sam9x5_clk_usb_set_rate()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A 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
85 high speed USB Device Port with support for four fixed endpoints
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-usb1 What: /sys/bus/usb/devices/INTERFACE/authorized
9 by writing INTERFACE to /sys/bus/usb/drivers_probe
15 What: /sys/bus/usb/devices/usbX/interface_authorized_default
22 What: /sys/bus/usb/device/.../authorized
29 USB devices are authorized.
31 Certified Wireless USB devices are not authorized
35 What: /sys/bus/usb/device/.../wusb_cdid
40 For Certified Wireless USB devices only.
44 What: /sys/bus/usb/device/.../wusb_ck
49 For Certified Wireless USB devices only.
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A 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.
34 depends on USB
39 USB-On-The-Go transceiver working with the OMAP OTG controller.
40 The ISP1301 is a full speed USB transceiver which is used in
[all …]
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/usb/
H A Ddwc2.txt1 Platform DesignWare HS OTG USB 2.0 controller
6 - brcm,bcm2835-usb: The DWC2 USB controller instance in the BCM2835 SoC.
7 - hisilicon,hi6220-usb: The DWC2 USB controller instance in the hi6220 SoC.
8 - rockchip,rk3066-usb: The DWC2 USB controller instance in the rk3066 Soc;
9 - "rockchip,px30-usb", "rockchip,rk3066-usb", "snps,dwc2": for px30 Soc;
10 - "rockchip,rk3188-usb", "rockchip,rk3066-usb", "snps,dwc2": for rk3188 Soc;
11 - "rockchip,rk3288-usb", "rockchip,rk3066-usb", "snps,dwc2": for rk3288 Soc;
12 - "lantiq,arx100-usb": The DWC2 USB controller instance in Lantiq ARX SoCs;
13 - "lantiq,xrx200-usb": The DWC2 USB controller instance in Lantiq XRX SoCs;
14 - "amlogic,meson8-usb": The DWC2 USB controller instance in Amlogic Meson8 SoCs;
[all …]

12345678910>>...250