Home
last modified time | relevance | path

Searched full:fullspeed (Results 1 – 23 of 23) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
Dusb.txt9 - fsl,fullspeed-clock : specifies the full speed USB clock source:
28 fsl,fullspeed-clock = "clk21";
/linux-6.12.1/drivers/usb/gadget/udc/
Damd5536udc.h258 /* 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");
Dbcm63xx_udc.c70 MODULE_PARM_DESC(use_fullspeed, "true for fullspeed only");
/linux-6.12.1/Documentation/devicetree/bindings/usb/
Dmaxim,max3420-udc.yaml13 The controller provices USB2.0 compliant FullSpeed peripheral
Dnvidia,tegra234-xusb.yaml46 - description: XUSB FullSpeed clock source
Dnvidia,tegra194-xusb.yaml42 - description: XUSB FullSpeed clock source
Dnvidia,tegra-xudc.yaml10 The Tegra XUDC controller supports both USB 2.0 HighSpeed/FullSpeed and
Dnvidia,tegra186-xusb.yaml42 - description: XUSB FullSpeed clock source
Dnvidia,tegra210-xusb.yaml46 - description: XUSB FullSpeed clock source
Dnvidia,tegra124-xusb.yaml54 - description: XUSB FullSpeed clock source
/linux-6.12.1/drivers/usb/host/
DKconfig181 periodic low/fullspeed transfers possible.
183 If you have multiple periodic low/fullspeed devices connected to a
Dfhci-hcd.c687 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()
Dehci-sched.c319 /* carryover low/fullspeed bandwidth that crosses uframe boundries */
339 * The uframe parameter is when the fullspeed/lowspeed transfer
1410 /* The tt's fullspeed bus bandwidth must be available. in sitd_slot_ok()
Dsl811-hcd.c320 /* could set up the first fullspeed periodic in start()
359 /* erratum 2: AFTERSOF only works for fullspeed */ in start()
/linux-6.12.1/drivers/usb/gadget/
Dcomposite.c346 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()
1150 config->fullspeed in usb_add_config()
Dconfigfs.c1600 c->fullspeed = 0; in purge_configs_funcs()
/linux-6.12.1/arch/powerpc/boot/dts/
Dmpc836x_rdk.dts236 fsl,fullspeed-clock = "clk21";
/linux-6.12.1/arch/powerpc/boot/dts/fsl/
Dmpc8569mds.dts242 fsl,fullspeed-clock = "clk5";
/linux-6.12.1/include/linux/usb/
Dcomposite.h333 unsigned fullspeed:1; member
/linux-6.12.1/drivers/hid/usbhid/
Dhid-core.c1103 /* Some vendors give fullspeed interval on highspeed devides */ in usbhid_start()
1107 pr_info("%s: Fixing fullspeed to highspeed interval: %d -> %d\n", in usbhid_start()
/linux-6.12.1/drivers/usb/dwc3/
Dgadget.c637 * must be set to 0 when operating in fullspeed. Internally the in dwc3_gadget_set_ep_config()
1739 * In DWC_usb31 version 1.70a-ea06 and prior, for highspeed and fullspeed
/linux-6.12.1/drivers/power/supply/
Dab8500_charger.c141 AB8500_BM_USB_STATE_RESET_FS, /* FullSpeed/LowSpeed Reset */
/linux-6.12.1/drivers/platform/x86/
Dthinkpad_acpi.c8243 * or FULLSPEED mode bits and just ignore them */ in fan_set_level()
9026 * handle FULLSPEED out of paranoia. in fan_resume()
9028 * So, we can safely only restore FULLSPEED or 7, anything in fan_resume()