Home
last modified time | relevance | path

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

/u-boot/drivers/usb/musb-new/
A Dmusb_gadget_ep0.c74 result[0] |= musb->may_wakeup << USB_DEVICE_REMOTE_WAKEUP; in service_tx_status_request()
234 != USB_DEVICE_REMOTE_WAKEUP) in service_zero_data_request()
310 case USB_DEVICE_REMOTE_WAKEUP: in service_zero_data_request()
/u-boot/drivers/usb/gadget/
A Datmel_usba_udc.c487 if (udc->devstatus & (1 << USB_DEVICE_REMOTE_WAKEUP)) { in usba_udc_wakeup()
695 if (crq->wValue == cpu_to_le16(USB_DEVICE_REMOTE_WAKEUP)) in feature_is_dev_remote_wakeup()
756 &= ~(1 << USB_DEVICE_REMOTE_WAKEUP); in handle_ep0_setup()
790 udc->devstatus |= 1 << USB_DEVICE_REMOTE_WAKEUP; in handle_ep0_setup()
A Dmax3420_udc.c506 status |= (udc->remote_wkp << USB_DEVICE_REMOTE_WAKEUP); in max3420_getstatus()
538 if (udc->setup.wValue != USB_DEVICE_REMOTE_WAKEUP) in max3420_set_clear_feature()
A Dat91_udc.c933 tmp |= (1 << USB_DEVICE_REMOTE_WAKEUP); in handle_setup()
941 if (w_value != USB_DEVICE_REMOTE_WAKEUP) in handle_setup()
949 if (w_value != USB_DEVICE_REMOTE_WAKEUP) in handle_setup()
A Ddwc2_udc_otg_xfer_dma.c1177 case USB_DEVICE_REMOTE_WAKEUP: in dwc2_udc_clear_feature()
1241 case USB_DEVICE_REMOTE_WAKEUP: in dwc2_udc_set_feature()
/u-boot/drivers/usb/cdns3/
A Dep0.c265 usb_status |= BIT(USB_DEVICE_REMOTE_WAKEUP); in cdns3_req_ep0_get_status()
316 case USB_DEVICE_REMOTE_WAKEUP: in cdns3_ep0_feature_handle_device()
/u-boot/include/
A Dusbdevice.h337 #define USB_DEVICE_REMOTE_WAKEUP 0x01 macro
/u-boot/drivers/usb/mtu3/
A Dmtu3_gadget_ep0.c239 result[0] |= mtu->may_wakeup << USB_DEVICE_REMOTE_WAKEUP; in ep0_get_status()
353 case USB_DEVICE_REMOTE_WAKEUP: in ep0_handle_feature_dev()
/u-boot/include/linux/usb/
A Dch9.h121 #define USB_DEVICE_REMOTE_WAKEUP 1 /* dev may initiate wakeup */ macro
/u-boot/drivers/usb/dwc3/
A Dep0.c410 case USB_DEVICE_REMOTE_WAKEUP: in dwc3_ep0_handle_feature()

Completed in 22 milliseconds