Searched refs:early_stop (Results 1 – 4 of 4) sorted by relevance
26 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);
112 unsigned int early_stop:1; member
3137 * marked with early_stop attribute would stop enumeration or ignore events.3140 * This function didn't change anything if early_stop is not set, and it will3141 * prevent all connection attempts when early_stop is set and the attempts of3148 if (port_dev->early_stop) { in hub_port_stop_enumerate() 5761 /* skip port actions if ignore_event and early_stop are true */ in port_event() 5762 if (port_dev->ignore_event && port_dev->early_stop) in port_event()
250 What: /sys/bus/usb/devices/.../<hub_interface>/port<X>/early_stop258 which is marked with early_stop has failed to initialize, it will ignore