Home
last modified time | relevance | path

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

/linux/drivers/usb/core/
H A Ddriver.c1418 bool offload_active = false; in usb_suspend_both() local
1427 offload_active = true; in usb_suspend_both()
1441 if (offload_active && intf->needs_remote_wakeup) { in usb_suspend_both()
1456 if (!offload_active) in usb_suspend_both()
1502 if (!offload_active) { in usb_suspend_both()
1542 bool offload_active = false; in usb_resume_both() local
1550 offload_active = usb_offload_check(udev); in usb_resume_both()
1554 if (!offload_active) in usb_resume_both()
1571 if (offload_active && intf->needs_remote_wakeup) { in usb_resume_both()