Searched refs:UDC (Results 1 – 25 of 28) sorted by relevance
12
/linux-6.6.21/Documentation/usb/ |
D | raw-gadget.rst | 25 descriptors. Note that the UDC driver might respond to some requests on 33 3. Raw Gadget provides a way to select a UDC device/driver to bind to, 34 while GadgetFS currently binds to the first available UDC. This allows 38 capabilities. This allows the user to write UDC-agnostic gadgets. 60 Note that some UDC drivers have fixed addresses assigned to endpoints, and 62 Nevertheless, Raw Gadget provides a UDC-agnostic way to write USB gadgets. 65 endpoints that the UDC driver has. Based on that, userspace must choose UDC
|
D | gadget_configfs.rst | 14 A USB Linux Gadget is a device which has a UDC (USB Device Controller) and can 202 ./UDC 215 In order to enable the gadget it must be bound to a UDC (USB Device 218 $ echo <udc name> > UDC 223 $ echo s3c-hsotg > UDC 231 $ echo "" > UDC 380 gadget's UDC attribute is written to, which means binding the gadget 381 to the UDC. The code in drivers/usb/gadget/configfs.c iterates over
|
/linux-6.6.21/Documentation/devicetree/bindings/usb/ |
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)
|
D | lpc32xx-udc.txt | 1 * NXP LPC32xx SoC USB Device Controller (UDC) 13 the UDC controller for connecting to the USB physical layer
|
D | iproc-udc.txt | 4 iProc family (Northstar2, Cygnus) of SoCs'. The UDC is based 12 - reg: Offset and length of UDC register set
|
D | renesas,rzn1-usbf.yaml | 11 controller (UDC).
|
D | generic-ohci.yaml | 133 The associated ISP1301 device. Necessary for the UDC controller for
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | configfs-usb-gadget | 16 UDC bind a gadget to UDC/unbind a gadget; 17 write UDC's name found in /sys/class/udc/*
|
/linux-6.6.21/tools/usb/usbip/vudc/ |
D | vudc_server_example.sh | 76 echo "usbip-vudc.0" > UDC
|
/linux-6.6.21/drivers/usb/gadget/udc/aspeed-vhub/ |
D | Kconfig | 3 tristate "Aspeed vHub UDC driver"
|
/linux-6.6.21/Documentation/driver-api/usb/ |
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 …]
|
D | gadget.rst | 85 2280 USB 2.0 high speed controller, the SA-11x0 or PXA-25x UDC
|
/linux-6.6.21/arch/arm/boot/dts/intel/ixp/ |
D | intel-ixp42x.dtsi | 24 * This is the USB Device Mode (UDC) controller, which is used
|
D | intel-ixp45x-ixp46x.dtsi | 28 * This is the USB Device Mode (UDC) controller, which is used
|
/linux-6.6.21/drivers/usb/gadget/udc/ |
D | Kconfig | 254 This will be enabled when PCI or Platform driver for this UDC is 269 AHB subsystem USB2.0 Device Controller (UDC). 298 tristate "AMD5536 UDC" 302 The AMD5536 UDC is part of the AMD Geode CS5536, an x86 southbridge. 305 The UDC port supports OTG operation, and may be used as a host port 308 This UDC is based on Synopsys USB device controller IP and selects 392 tristate "Intel QUARK X1000/EG20T PCH/LAPIS Semiconductor IOH(ML7213/ML7831) UDC" 452 tristate "Aspeed UDC driver support"
|
/linux-6.6.21/arch/arm/mach-pxa/ |
D | pxa27x-udc.h | 8 #error You cannot include both PXA25x and PXA27x UDC support
|
/linux-6.6.21/tools/usb/usbip/ |
D | README | 96 - Assign your new gadget to USB/IP UDC 99 server:# echo "usbip-vudc.0" > UDC
|
/linux-6.6.21/drivers/clk/pxa/ |
D | clk-pxa3xx.c | 239 PXA3XX_PBUS_CKEN("pxa27x-udc", NULL, UDC, 1, 4, 1, 13, 5),
|
/linux-6.6.21/Documentation/sound/designs/ |
D | midi-2.0.rst | 392 In addition, for using a gadget driver, you need a working UDC driver. 395 purpose. There are other UDC drivers depending on the platform, and 450 % echo dummy_udc.0 > UDC 453 system. You can find the UDC instances in `/sys/class/udc` and pass
|
/linux-6.6.21/drivers/scsi/sym53c8xx_2/ |
D | sym_defs.h | 253 #define UDC 0x04 /* sta: unexpected disconnect */ macro
|
D | sym_hipd.c | 1852 OUTW(np, nc_sien , STO|HTH|MA|SGE|UDC|RST|PAR); 2891 if (!(sist & (STO|GEN|HTH|SGE|UDC|SBMC|RST)) && 2925 else if (sist & UDC) sym_int_udc (np);
|
/linux-6.6.21/drivers/scsi/ |
D | ncr53c8xx.h | 776 #define UDC 0x04 /* sta: unexpected disconnect */ macro
|
D | ncr53c8xx.c | 5165 OUTW (nc_sien , STO|HTH|MA|SGE|UDC|RST|PAR); in ncr_init() 5783 if (!(sist & (STO|GEN|HTH|SGE|UDC|RST)) && in ncr_exception() 5880 if (sist & UDC) { in ncr_exception()
|
/linux-6.6.21/Documentation/scsi/ |
D | sym53c8xx_2.rst | 787 Bit 0x04 UDC Unexpected Disconnection 798 On a faulty SCSI BUS, any error condition among SGE (0x08), UDC (0x04) and
|
/linux-6.6.21/drivers/usb/gadget/ |
D | configfs.c | 360 CONFIGFS_ATTR(gadget_dev_desc_, UDC);
|
12