/freebsd/share/man/man4/ |
H A D | rtwn_usb.4 | 37 .Nd Realtek wireless rtwn network driver USB support 47 .Cd "device usb" 55 driver provides support for USB wireless network devices to the 61 driver supports USB wireless network adapters based on certain 64 .Bl -column -compact "Belkin F7D1102 Surf Wireless Micro" "RTL8188CUS" "USB 2.0" 66 .It "Alfa AWUS036NHR v2" Ta RTL8188RU Ta USB 2.0 67 .It "ASUS USB-AC56" Ta RTL8812AU Ta USB 3.0 68 .It "ASUS USB-N10 NANO" Ta RTL8188CUS Ta USB 2.0 69 .It "ASUS USB-N10 NANO rev B1" Ta RTL8188EUS Ta USB 2.0 70 .It "Asus USB-N13, rev. B1" Ta RTL8192CU Ta USB 2.0 [all …]
|
H A D | rum.4 | 24 .Nd Ralink Technology USB IEEE 802.11a/b/g wireless network driver 33 .Cd "device usb" 48 driver supports USB 2.0 and PCI Express Mini Card wireless adapters 51 Ralink PCI Express Mini Card adapters show up as normal USB 2.0 85 driver supports USB 2.0 wireless 91 .It "3Com Aolynk WUB320g" Ta USB 92 .It "Abocom WUG2700 Ta" Ta USB 93 .It "Airlink101 AWLL5025" Ta USB 94 .It "ASUS WL-167g ver 2" Ta USB 95 .It "Belkin F5D7050 ver 3" Ta USB [all …]
|
H A D | usb_template.4 | 34 .Nd "USB device side templates" 53 module implements various USB templates that are needed when 54 programming an USB device side driver. 56 A USB template consists of an USB device descriptor, one or more USB 57 configuration descriptors, one or more USB interface descriptors, one 58 or more USB endpoint descriptors, USB strings and additional USB 62 .Va hw.usb.template 69 .Va hw.usb.template 70 sysctl triggers reenumeration by the USB host; changes to other sysctls 76 .It Dv 0 Ta USB Mass Storage, see [all …]
|
H A D | ural.4 | 33 .Cd "device usb" 48 driver supports USB 2.0 wireless adapters based on the RT2500USB chipset. 71 driver supports USB 2.0 wireless adapters based on the Ralink Technology 76 .It "AMIT WL532U" Ta USB 77 .It "ASUS WL-167g" Ta USB 78 .It "Belkin F5D7050 v2000" Ta USB 79 .It "Buffalo WLI-U2-KG54-AI" Ta USB 80 .It "CNet CWD-854" Ta USB 81 .It "Compex WLU54G 2A1100" Ta USB 82 .It "Conceptronic C54RU" Ta USB [all …]
|
H A D | uplcom.4 | 35 .Nd USB support for Prolific PL-2303/2303X/2303HX serial adapters driver 41 .Cd "device usb" 56 PL-2303, PL-2303X and PL-2303HX USB-to-RS232 Bridge chips. 69 ADLINK ND-6530 USB-Serial Adapter 73 Alcor AU9720 USB-RS232 Serial Adapter 97 HAL Corporation Crossam2+USB IR commander 99 Hama USB RS-232 Serial Adapter 107 I/O DATA USB-RSAQ, USB-RSAQ2, USB-RSAQ3 and USB-RSAQ5 131 PLANEX USB-RS232 URS-03 133 Prolific Generic USB-Serial Adapters [all …]
|
H A D | xhci.4 | 30 .Nd USB eXtensible Host Controller driver 38 .Tn USB 41 .Tn USB 43 .Tn USB 49 .Tn USB 50 connection speeds from 5.0Gbps and above when using USB 3.x 58 subclass 3 (USB) and programming interface 48 (XHCI). 66 .It Va hw.usb.xhci.debug 70 .It Va hw.usb.xhci.dcepquirk 73 .It Va hw.usb.xhci.ctlquirk [all …]
|
/freebsd/sys/dev/usb/controller/ |
H A D | uhci_pci.c | 63 #include <dev/usb/usb.h> 64 #include <dev/usb/usbdi.h> 66 #include <dev/usb/usb_core.h> 67 #include <dev/usb/usb_busdma.h> 68 #include <dev/usb/usb_process.h> 69 #include <dev/usb/usb_util.h> 70 #include <dev/usb/usb_debug.h> 72 #include <dev/usb/usb_controller.h> 73 #include <dev/usb/usb_bus.h> 74 #include <dev/usb/usb_pci.h> [all …]
|
H A D | ehci_pci.c | 35 * USB Enhanced Host Controller Driver, a.k.a. USB 2.0 controller. 38 * http://developer.intel.com/technology/usb/download/ehci-r10.pdf 39 * and the USB 2.0 spec at 40 * http://www.usb.org/developers/docs/usb_20.zip 67 #include <dev/usb/usb.h> 68 #include <dev/usb/usbdi.h> 70 #include <dev/usb/usb_core.h> 71 #include <dev/usb/usb_busdma.h> 72 #include <dev/usb/usb_process.h> 73 #include <dev/usb/usb_util.h> [all …]
|
H A D | xhci_pci.c | 48 #include <dev/usb/usb.h> 49 #include <dev/usb/usbdi.h> 51 #include <dev/usb/usb_core.h> 52 #include <dev/usb/usb_busdma.h> 53 #include <dev/usb/usb_process.h> 54 #include <dev/usb/usb_util.h> 56 #include <dev/usb/usb_controller.h> 57 #include <dev/usb/usb_bus.h> 58 #include <dev/usb/usb_pci.h> 59 #include <dev/usb/controller/xhci.h> [all …]
|
H A D | ohci_pci.c | 35 * USB Open Host Controller driver. 37 * OHCI spec: http://www.intel.com/design/usb/ohci11d.pdf 64 #include <dev/usb/usb.h> 65 #include <dev/usb/usbdi.h> 67 #include <dev/usb/usb_core.h> 68 #include <dev/usb/usb_busdma.h> 69 #include <dev/usb/usb_process.h> 70 #include <dev/usb/usb_util.h> 72 #include <dev/usb/usb_controller.h> 73 #include <dev/usb/usb_bus.h> [all …]
|
/freebsd/lib/libusb/ |
H A D | libusb20.3 | 33 .Nd "USB access library" 231 USB through the USB file system interface. 241 .Sh USB TRANSFER OPERATIONS 245 will release all kernel resources associated with an USB 259 associated with an USB 303 will return a pointer to the allocated USB transfer according to the 314 will return the completion time of an USB transfer in 316 This function is most useful for isochronous USB transfers when doing echo 322 will return the actual number of USB frames after an USB 329 transferred USB frames for the given USB transfer. [all …]
|
/freebsd/share/man/man9/ |
H A D | usbdi.9 | 113 The Universal Serial Bus (USB) driver programming interface provides 115 controlling and communicating with USB peripherals. 117 .Nm usb 118 module supports both USB Host and USB Device side mode. 119 .Sh USB TRANSFER MANAGEMENT FUNCTIONS 120 The USB standard defines four types of USB transfers. 130 This function will allocate memory for and initialise an array of USB 141 is a pointer to an array of USB transfer pointers that are initialized 142 to NULL, and then pointed to allocated USB transfers. 144 is a pointer to an array of USB config structures. [all …]
|
/freebsd/sys/dev/usb/serial/ |
H A D | uipaq.c | 66 #include <dev/usb/usb.h> 67 #include <dev/usb/usbdi.h> 68 #include <dev/usb/usbdi_util.h> 69 #include <dev/usb/usb_cdc.h> 73 #include <dev/usb/usb_debug.h> 74 #include <dev/usb/usb_process.h> 76 #include <dev/usb/serial/usb_serial.h> 159 /* Socket USB Sync */ 161 /* USB Sync 0301 */ 163 /* USB Sync 0302 */ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | chipidea,usb2-imx.yaml | 4 $id: http://devicetree.org/schemas/usb/chipidea,usb2-imx.yaml# 7 title: NXP USB2 ChipIdea USB controller 16 - fsl,imx27-usb 19 - fsl,imx23-usb 20 - fsl,imx25-usb 21 - fsl,imx28-usb 22 - fsl,imx35-usb 23 - fsl,imx50-usb 24 - fsl,imx51-usb 25 - fsl,imx53-usb [all …]
|
H A D | dwc2.yaml | 4 $id: http://devicetree.org/schemas/usb/dwc2.yaml# 7 title: DesignWare HS OTG USB 2.0 controller 13 - $ref: usb-drd.yaml# 14 - $ref: usb-hcd.yaml# 19 - const: brcm,bcm2835-usb 20 - const: hisilicon,hi6220-usb 29 - const: rockchip,rk3066-usb 33 - rockchip,px30-usb 34 - rockchip,rk3036-usb 35 - rockchip,rk3128-usb [all …]
|
H A D | am33xx-usb.txt | 3 - compatible: ti,am33xx-usb 8 at least a control module node, USB node and a PHY node. The second USB 13 - compatible: ti,am335x-usb-ctrl-module 14 - reg: offset and length of the "USB control registers" in the "Control 15 Module" block. A second offset and length for the USB wake up control 17 - reg-names: "phy_ctrl" for the "USB control registers" and "wakeup" for 18 the USB wake up control register. 20 USB PHY 22 compatible: ti,am335x-usb-phy 23 reg: offset and length of the "USB PHY" register space [all …]
|
/freebsd/stand/kshim/ |
H A D | bsd_global.h | 34 #include <dev/usb/usb_freebsd_loader.h> 35 #include <dev/usb/usb_endian.h> 36 #include <dev/usb/usb.h> 37 #include <dev/usb/usbdi.h> 38 #include <dev/usb/usb_core.h> 39 #include <dev/usb/usb_debug.h> 40 #include <dev/usb/usb_process.h> 41 #include <dev/usb/usb_busdma.h> 42 #include <dev/usb/usb_dynamic.h> 43 #include <dev/usb/usb_transfer.h> [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/connector/ |
H A D | usb-connector.yaml | 4 $id: http://devicetree.org/schemas/connector/usb-connector.yaml# 7 title: USB Connector 13 A USB connector node represents a physical USB connector. It should be a child 14 of a USB interface controller or a separate node when it is attached to both 15 MUX and USB interface controller. 21 - usb-a-connector 22 - usb-b-connector 23 - usb-c-connector 26 - const: gpio-usb [all...] |
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | rcar-gen2-phy.txt | 1 * Renesas R-Car generation 2 USB PHY 4 2 USB PHY contains. 7 - compatible: "renesas,usb-phy-r8a7742" if the device is a part of R8A7742 SoC. 8 "renesas,usb-phy-r8a7743" if the device is a part of R8A7743 SoC. 9 "renesas,usb-phy-r8a7744" if the device is a part of R8A7744 SoC. 10 "renesas,usb-phy-r8a7745" if the device is a part of R8A7745 SoC. 11 "renesas,usb-phy-r8a77470" if the device is a part of R8A77470 SoC. 12 "renesas,usb-phy-r8a7790" if the device is a part of R8A7790 SoC. 13 "renesas,usb-phy-r8a7791" if the device is a part of R8A7791 SoC. 14 "renesas,usb-phy-r8a7794" if the device is a part of R8A7794 SoC. [all …]
|
H A D | renesas,rcar-gen2-usb-phy.yaml | 4 $id: http://devicetree.org/schemas/phy/renesas,rcar-gen2-usb-phy.yaml# 7 title: Renesas R-Car Gen2 USB PHY 16 - renesas,usb-phy-r8a7742 # RZ/G1H 17 - renesas,usb-phy-r8a7743 # RZ/G1M 18 - renesas,usb-phy-r8a7744 # RZ/G1N 19 - renesas,usb-phy-r8a7745 # RZ/G1E 20 - renesas,usb-phy-r8a77470 # RZ/G1C 21 - renesas,usb-phy-r8a7790 # R-Car H2 22 - renesas,usb-phy-r8a7791 # R-Car M2-W 23 - renesas,usb-phy-r8a7794 # R-Car E2 [all …]
|
H A D | nvidia,tegra194-xusb-padctl.yaml | 22 super-speed USB. Other lanes are for various types of low-speed, full-speed 23 or high-speed USB (such as UTMI, ULPI and HSIC). The XUSB pad controller 27 In addition to per-lane configuration, USB 3.0 ports may require additional 37 "port" is typically used to denote the physical USB receptacle. The device 39 abstraction of the signals that are routed to a USB receptacle (i.e. a PHY 40 for the USB signal, the VBUS power supply, the USB 2.0 companion port for 41 USB 3.0 receptacles, ...). 71 avdd-usb-supply: 72 description: USB I/Os, VBUS, ID, REXT, D+/D- power supply. Must 75 vclamp-usb-supply: [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | renesas,usb-dmac.yaml | 4 $id: http://devicetree.org/schemas/dma/renesas,usb-dmac.yaml# 7 title: Renesas USB DMA Controller 19 - renesas,r8a7742-usb-dmac # RZ/G1H 20 - renesas,r8a7743-usb-dmac # RZ/G1M 21 - renesas,r8a7744-usb-dmac # RZ/G1N 22 - renesas,r8a7745-usb-dmac # RZ/G1E 23 - renesas,r8a77470-usb-dmac # RZ/G1C 24 - renesas,r8a774a1-usb-dmac # RZ/G2M 25 - renesas,r8a774b1-usb-dmac # RZ/G2N 26 - renesas,r8a774c0-usb-dmac # RZ/G2E [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | microchip,lan95xx.yaml | 7 title: Microchip SMSC9500/LAN9530/LAN9730 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 Etherne [all...] |
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | usb.c | 16 MODULE_PARM_DESC(disable_usb_sg, "Disable usb scatter-gather support"); 26 lockdep_assert_held(&dev->usb.usb_ctrl_mtx); in __mt76u_vendor_request() 55 mutex_lock(&dev->usb.usb_ctrl_mtx); in mt76u_vendor_request() 59 mutex_unlock(&dev->usb.usb_ctrl_mtx); in mt76u_vendor_request() 67 struct mt76_usb *usb = &dev->usb; in ___mt76u_rr() local 72 addr, usb->data, sizeof(__le32)); in ___mt76u_rr() 74 data = get_unaligned_le32(usb->data); in ___mt76u_rr() 105 mutex_lock(&dev->usb.usb_ctrl_mtx); in mt76u_rr() 107 mutex_unlock(&dev->usb.usb_ctrl_mtx); in mt76u_rr() 115 struct mt76_usb *usb = &dev->usb; in ___mt76u_wr() local [all …]
|
/freebsd/usr.sbin/bluetooth/rtlbtfw/ |
H A D | rtlbtfw.conf | 7 match "system" "USB"; 21 match "system" "USB"; 31 match "system" "USB"; 41 match "system" "USB"; 51 match "system" "USB"; 59 match "system" "USB"; 67 match "system" "USB"; 75 match "system" "USB"; 85 match "system" "USB"; 93 match "system" "USB"; [all …]
|