Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/
A Domap_udc.h50 # define UDC_PULLUP_EN (1 << 0) macro
A Domap_udc.c1194 w |= UDC_PULLUP_EN; in pullup_enable()
1219 w &= ~UDC_PULLUP_EN; in pullup_disable()
2340 (tmp & UDC_PULLUP_EN) ? " PULLUP" : ""); in proc_udc_show()
2344 if (!(tmp & UDC_PULLUP_EN)) { in proc_udc_show()

Completed in 8 milliseconds