Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/udc/
Dmax3420_udc.c174 int remote_wkp, is_selfpowered; member
546 status |= (udc->remote_wkp << USB_DEVICE_REMOTE_WAKEUP); in max3420_getstatus()
590 udc->remote_wkp = 1; in max3420_set_clear_feature()
592 udc->remote_wkp = 0; in max3420_set_clear_feature()
1091 if (udc->remote_wkp) { in max3420_wakeup()
1116 udc->remote_wkp = 0; in max3420_udc_start()
1227 udc->remote_wkp = 0; in max3420_probe()
Dudc-xilinx.c187 u32 remote_wkp; member
1245 if (!udc->remote_wkp) in xudc_wakeup()
1399 udc->remote_wkp = 0; in xudc_start()
1423 udc->remote_wkp = 0; in xudc_stop()
1490 udc->remote_wkp = 0; in xudc_startup_handler()
1614 if (udc->remote_wkp) in xudc_getstatus()
1678 udc->remote_wkp = 1; in xudc_set_clear_feature()
1680 udc->remote_wkp = 0; in xudc_set_clear_feature()