Searched full:fullspeed (Results 1 – 25 of 42) sorted by relevance
12
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/ |
| D | usb.txt | 9 - fsl,fullspeed-clock : specifies the full speed USB clock source: 28 fsl,fullspeed-clock = "clk21";
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/ |
| D | usb.txt | 9 - fsl,fullspeed-clock : specifies the full speed USB clock source: 28 fsl,fullspeed-clock = "clk21";
|
| /kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
| D | amd5536udc.h | 258 /* EP0in fullspeed txfifo = 128 bytes*/ 269 /* EPin fullspeed data fifo size = 128 bytes DOUBLE BUFFERING */ 287 /* EP0in fullspeed max packet size = 64 bytes */ 289 /* EP0out fullspeed max packet size = 64 bytes */ 616 MODULE_PARM_DESC(use_fullspeed, "true for fullspeed only");
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
| D | amd5536udc.h | 258 /* EP0in fullspeed txfifo = 128 bytes*/ 269 /* EPin fullspeed data fifo size = 128 bytes DOUBLE BUFFERING */ 287 /* EP0in fullspeed max packet size = 64 bytes */ 289 /* EP0out fullspeed max packet size = 64 bytes */ 617 MODULE_PARM_DESC(use_fullspeed, "true for fullspeed only");
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/ |
| D | maxim,max3420-udc.yaml | 13 The controller provices USB2.0 compliant FullSpeed peripheral
|
| D | nvidia,tegra234-xusb.yaml | 46 - description: XUSB FullSpeed clock source
|
| D | nvidia,tegra186-xusb.yaml | 42 - description: XUSB FullSpeed clock source
|
| D | nvidia,tegra194-xusb.yaml | 42 - description: XUSB FullSpeed clock source
|
| D | nvidia,tegra-xudc.yaml | 10 The Tegra XUDC controller supports both USB 2.0 HighSpeed/FullSpeed and
|
| D | nvidia,tegra210-xusb.yaml | 46 - description: XUSB FullSpeed clock source
|
| D | nvidia,tegra124-xusb.yaml | 54 - description: XUSB FullSpeed clock source
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
| D | maxim,max3420-udc.yaml | 13 The controller provices USB2.0 compliant FullSpeed peripheral
|
| D | nvidia,tegra-xudc.yaml | 10 The Tegra XUDC controller supports both USB 2.0 HighSpeed/FullSpeed and
|
| /kernel/linux/linux-6.6/drivers/usb/host/ |
| D | Kconfig | 181 periodic low/fullspeed transfers possible. 183 If you have multiple periodic low/fullspeed devices connected to a
|
| D | fhci-hcd.c | 687 sprop = of_get_property(node, "fsl,fullspeed-clock", NULL); in of_fhci_probe() 691 dev_err(dev, "wrong fullspeed-clock\n"); in of_fhci_probe()
|
| /kernel/linux/linux-5.10/drivers/usb/host/ |
| D | Kconfig | 172 periodic low/fullspeed transfers possible. 174 If you have multiple periodic low/fullspeed devices connected to a
|
| D | fhci-hcd.c | 704 sprop = of_get_property(node, "fsl,fullspeed-clock", NULL); in of_fhci_probe() 708 dev_err(dev, "wrong fullspeed-clock\n"); in of_fhci_probe()
|
| /kernel/linux/linux-5.10/drivers/usb/gadget/ |
| D | composite.c | 336 if (!config->fullspeed && function->fs_descriptors) in usb_add_function() 337 config->fullspeed = true; in usb_add_function() 603 if (!c->fullspeed) in config_desc() 645 if (!c->fullspeed) in count_configs() 1011 config->fullspeed in usb_add_config()
|
| /kernel/linux/linux-6.6/drivers/usb/gadget/ |
| D | composite.c | 346 if (!config->fullspeed && function->fs_descriptors) in usb_add_function() 347 config->fullspeed = true; in usb_add_function() 666 if (!c->fullspeed) in config_desc() 708 if (!c->fullspeed) in count_configs() 1151 config->fullspeed in usb_add_config()
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/dts/ |
| D | mpc836x_rdk.dts | 236 fsl,fullspeed-clock = "clk21";
|
| D | mpc836x_mds.dts | 345 fsl,fullspeed-clock = "clk21";
|
| /kernel/linux/linux-6.6/arch/powerpc/boot/dts/ |
| D | mpc836x_rdk.dts | 236 fsl,fullspeed-clock = "clk21";
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/dts/fsl/ |
| D | mpc8569mds.dts | 242 fsl,fullspeed-clock = "clk5";
|
| /kernel/linux/linux-6.6/arch/powerpc/boot/dts/fsl/ |
| D | mpc8569mds.dts | 242 fsl,fullspeed-clock = "clk5";
|
| /kernel/linux/linux-6.6/include/linux/usb/ |
| D | composite.h | 325 unsigned fullspeed:1; member
|
12