Home
last modified time | relevance | path

Searched refs:early_stop (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/core/
H A Dport.c26 return sysfs_emit(buf, "%s\n", port_dev->early_stop ? "yes" : "no"); in early_stop_show()
39 port_dev->early_stop = 1; in early_stop_store()
41 port_dev->early_stop = 0; in early_stop_store()
45 static DEVICE_ATTR_RW(early_stop);
H A Dhub.h95 * @early_stop: whether port initialization will be stopped earlier.
112 unsigned int early_stop:1; member
H A Dhub.c3109 * marked with early_stop attribute would stop enumeration or ignore events.
3112 * This function didn't change anything if early_stop is not set, and it will
3113 * prevent all connection attempts when early_stop is set and the attempts of
3120 if (port_dev->early_stop) { in hub_port_stop_enumerate()
5728 /* skip port actions if ignore_event and early_stop are true */
5729 if (port_dev->ignore_event && port_dev->early_stop)

Completed in 11 milliseconds