Home
last modified time | relevance | path

Searched refs:superspeed (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/driver-api/usb/
H A Dpower-management.rst655 another hub. The expectation is that all superspeed ports have a
662 peer ports are simply the hi-speed and superspeed interface pins that
666 While a superspeed port is powered off a device may downgrade its
671 before their superspeed peer is permitted to power-off. The implication is
672 that the setting ``pm_qos_no_power_off`` to zero on a superspeed port may
675 if it wants to guarantee that a superspeed port will power-off.
677 2. Port resume is sequenced to force a superspeed port to power-on prior to its
/linux/include/linux/usb/
H A Dcomposite.h331 unsigned superspeed:1; member
/linux/drivers/usb/gadget/
H A Dcomposite.c350 if (!config->superspeed && function->ss_descriptors) in usb_add_function()
351 config->superspeed = true; in usb_add_function()
658 if (!c->superspeed) in config_desc()
702 if (!c->superspeed) in count_configs()
1149 config->superspeed ? " super" : "", in usb_add_config()
H A Dconfigfs.c1606 c->superspeed = 0; in purge_configs_funcs()