Searched refs:USB_DEVICE_CALLBACK_LPMSUSP (Results 1 – 4 of 4) sorted by relevance
1061 usb_device_disable_callback(&usb_device, USB_DEVICE_CALLBACK_LPMSUSP); in _usb_device_lpm_suspend()1118 usb_device_register_callback(&usb_device, USB_DEVICE_CALLBACK_LPMSUSP, _usb_device_lpm_suspend); in _usb_on_wakeup()1119 usb_device_enable_callback(&usb_device, USB_DEVICE_CALLBACK_LPMSUSP); in _usb_on_wakeup()1148 usb_device_register_callback(&usb_device, USB_DEVICE_CALLBACK_LPMSUSP, _usb_device_lpm_suspend); in udd_attach()1149 usb_device_enable_callback(&usb_device, USB_DEVICE_CALLBACK_LPMSUSP); in udd_attach()
181 USB_DEVICE_CALLBACK_LPMSUSP, enumerator
1724 if (i == USB_DEVICE_CALLBACK_LPMSUSP) { in _usb_device_interrupt_handler()
Completed in 17 milliseconds