Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/gadget/udc/
Dmax3420_udc.c174 int remote_wkp, is_selfpowered; member
548 status |= (udc->remote_wkp << USB_DEVICE_REMOTE_WAKEUP); in max3420_getstatus()
592 udc->remote_wkp = 1; in max3420_set_clear_feature()
594 udc->remote_wkp = 0; in max3420_set_clear_feature()
1089 if (udc->remote_wkp) { in max3420_wakeup()
1115 udc->remote_wkp = 0; in max3420_udc_start()
1228 udc->remote_wkp = 0; in max3420_probe()
Dudc-xilinx.c185 u32 remote_wkp; member
1239 if (!udc->remote_wkp) in xudc_wakeup()
1393 udc->remote_wkp = 0; in xudc_start()
1417 udc->remote_wkp = 0; in xudc_stop()
1484 udc->remote_wkp = 0; in xudc_startup_handler()
1608 if (udc->remote_wkp) in xudc_getstatus()
1670 udc->remote_wkp = 1; in xudc_set_clear_feature()
1672 udc->remote_wkp = 0; in xudc_set_clear_feature()