Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/usb/misc/
H A Donboard_usb_hub.c58 bool always_powered_in_suspend; member
106 if (hub->always_powered_in_suspend) in onboard_hub_suspend()
206 return sysfs_emit(buf, "%d\n", hub->always_powered_in_suspend); in always_powered_in_suspend_show()
220 hub->always_powered_in_suspend = val; in always_powered_in_suspend_store()
224 static DEVICE_ATTR_RW(always_powered_in_suspend);

Completed in 1 milliseconds