Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_gadget_ep0.c71 result[0] |= musb->may_wakeup << USB_DEVICE_REMOTE_WAKEUP; in service_tx_status_request()
231 != USB_DEVICE_REMOTE_WAKEUP) in service_zero_data_request()
307 case USB_DEVICE_REMOTE_WAKEUP: in service_zero_data_request()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H 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()
H A Dat91_udc.c931 tmp |= (1 << USB_DEVICE_REMOTE_WAKEUP); in handle_setup()
939 if (w_value != USB_DEVICE_REMOTE_WAKEUP) in handle_setup()
947 if (w_value != USB_DEVICE_REMOTE_WAKEUP) in handle_setup()
H A Ddwc2_udc_otg_xfer_dma.c1175 case USB_DEVICE_REMOTE_WAKEUP: in dwc2_udc_clear_feature()
1239 case USB_DEVICE_REMOTE_WAKEUP: in dwc2_udc_set_feature()
/rk3399_rockchip-uboot/drivers/usb/cdns3/
H A Dep0.c260 usb_status |= BIT(USB_DEVICE_REMOTE_WAKEUP); in cdns3_req_ep0_get_status()
311 case USB_DEVICE_REMOTE_WAKEUP: in cdns3_ep0_feature_handle_device()
/rk3399_rockchip-uboot/include/linux/usb/
H A Dch9.h121 #define USB_DEVICE_REMOTE_WAKEUP 1 /* dev may initiate wakeup */ macro
/rk3399_rockchip-uboot/include/
H A Dusbdevice.h343 #define USB_DEVICE_REMOTE_WAKEUP 0x01 macro
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dep0.c407 case USB_DEVICE_REMOTE_WAKEUP: in dwc3_ep0_handle_feature()