Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/chipidea/
Dudc.c1597 static int ci_udc_stop(struct usb_gadget *gadget);
1610 .udc_stop = ci_udc_stop,
1752 static int ci_udc_stop(struct usb_gadget *gadget) in ci_udc_stop() function