Searched refs:USB_STATE_DEFAULT (Results 1 – 2 of 2) sorted by relevance
92 dev->state = USB_STATE_DEFAULT; in usb_device_reset()360 if (dev == NULL || !dev->attached || dev->state != USB_STATE_DEFAULT) { in usb_find_device()427 assert(dev->state == USB_STATE_DEFAULT); in usb_handle_packet()
68 #define USB_STATE_DEFAULT 3 macro