| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | raw-gadget.rst | 20 descriptors. However note, that the UDC driver might respond to some 27 3. Raw Gadget provides a way to select a UDC device/driver to bind to, 28 while GadgetFS currently binds to the first available UDC. 31 capabilities allowing a user to write UDC-agnostic gadgets. 52 Note, that some UDC drivers have fixed addresses assigned to endpoints, and 54 Nevertheles, Raw Gadget provides a UDC-agnostic way to write USB gadgets. 57 endpoints that the UDC driver has. Based on that information, the user must 58 chose UDC endpoints that will be used for the gadget being emulated, and
|
| H A D | gadget_configfs.rst | 14 A USB Linux Gadget is a device which has a UDC (USB Device Controller) and can 192 ./UDC 205 In order to enable the gadget it must be bound to a UDC (USB Device 208 $ echo <udc name> > UDC 213 $ echo s3c-hsotg > UDC 221 $ echo "" > UDC 370 gadget's UDC attribute is written to, which means binding the gadget 371 to the UDC. The code in drivers/usb/gadget/configfs.c iterates over
|
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_uvcc/ |
| H A D | aicamera.sh | 76 echo none > /sys/kernel/config/usb_gadget/rockchip/UDC 80 UDC=`ls /sys/class/udc/| awk '{print $1}'` 81 echo $UDC > /sys/bus/platform/drivers/dwc3/unbind 82 echo $UDC > /sys/bus/platform/drivers/dwc3/bind
|
| H A D | usb_config.sh | 108 UDC=`ls /sys/class/udc/| awk '{print $1}'` 109 if [ "$UDC"x = "fcc00000.dwc3"x ]; then 126 if [ "$UDC"x = "fcc00000.dwc3"x ]; then 360 UDC=`ls /sys/class/udc/| awk '{print $1}'` 361 echo $UDC > /sys/kernel/config/usb_gadget/rockchip/UDC
|
| H A D | RkLunch-suspend.sh | 18 echo none > /sys/kernel/config/usb_gadget/rockchip/UDC
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | pxa-usb.txt | 32 UDC 38 - interrupts: single interrupt generated by the UDC IP 39 - clocks: input clock of the UDC IP (see clock-bindings.txt)
|
| H A D | lpc32xx-udc.txt | 1 * NXP LPC32xx SoC USB Device Controller (UDC) 13 the UDC controller for connecting to the USB physical layer
|
| H A D | iproc-udc.txt | 4 iProc family (Northstar2, Cygnus) of SoCs'. The UDC is based 12 - reg: Offset and length of UDC register set
|
| H A D | brcm,bcm3384-usb.txt | 10 - Sharing PHYs with the USBD (UDC) hardware
|
| H A D | ohci-nxp.txt | 9 the UDC controller for connecting to the USB physical layer
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/ |
| H A D | gadget-start | 12 echo ${configured_udc} > /sys/kernel/config/usb_gadget/"$i"/UDC 14 ls /sys/class/udc/ > /sys/kernel/config/usb_gadget/"$i"/UDC
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | configfs-usb-gadget | 16 UDC bind a gadget to UDC/unbind a gadget; 17 write UDC's name found in /sys/class/udc/*
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A D | writing_musb_glue_layer.rst | 11 provides support for embedded USB Device Controllers (UDC) that do not 15 Instead, these embedded UDC rely on the USB On-the-Go (OTG) 251 pr_err("HS UDC: no transceiver configured\n"); 435 Device Controller (UDC): 472 describes the UDC transceiver with a name and id number. 484 The ``jz4740_udc_resources`` resource structure (line 7) defines the UDC 487 The first array (line 9 to 11) defines the UDC registers base memory 492 defines the UDC IRQ registers addresses. Since there is only one IRQ 493 register available for the JZ4740 UDC, start and end point at the same 500 describes the UDC itself. [all …]
|
| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools-conf-configfs/ |
| H A D | android-gadget-start | 7 ls /sys/class/udc/ > /sys/kernel/config/usb_gadget/adb/UDC
|
| H A D | android-gadget-cleanup | 9 echo "" > UDC || true
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf-configfs/ |
| H A D | android-gadget-start | 7 ls /sys/class/udc/ | xargs echo -n > /sys/kernel/config/usb_gadget/adb/UDC
|
| H A D | android-gadget-cleanup | 9 echo -n "" > UDC || true
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/android-tools/files/ |
| H A D | android-gadget-start | 12 xargs echo -n > /sys/kernel/config/usb_gadget/adb/UDC
|
| H A D | android-gadget-cleanup | 7 echo -n "" > UDC || true
|
| /OK3568_Linux_fs/kernel/tools/usb/usbip/vudc/ |
| H A D | vudc_server_example.sh | 76 echo "usbip-vudc.0" > UDC
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/ |
| H A D | Kconfig | 3 tristate "Aspeed vHub UDC driver"
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | intel-ixp42x.dtsi | 15 * This is the USB Device Mode (UDC) controller, which is used
|
| H A D | intel-ixp45x-ixp46x.dtsi | 17 * This is the USB Device Mode (UDC) controller, which is used
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | Kconfig | 269 This will be enabled when PCI or Platform driver for this UDC is 284 AHB subsystem USB2.0 Device Controller (UDC). 313 tristate "AMD5536 UDC" 317 The AMD5536 UDC is part of the AMD Geode CS5536, an x86 southbridge. 320 The UDC port supports OTG operation, and may be used as a host port 323 This UDC is based on Synopsys USB device controller IP and selects 407 tristate "Intel QUARK X1000/EG20T PCH/LAPIS Semiconductor IOH(ML7213/ML7831) UDC"
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | Kconfig | 71 bool "Broadcom UDC OTG PHY" 73 Enable the Broadcom UDC OTG physical device interface. 118 # Selected by UDC drivers that support high-speed operation.
|