Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/udc/
Domap_udc.h49 # define UDC_PULLUP_EN (1 << 0) macro
Domap_udc.c1198 w |= UDC_PULLUP_EN; in pullup_enable()
1223 w &= ~UDC_PULLUP_EN; in pullup_disable()
2343 (tmp & UDC_PULLUP_EN) ? " PULLUP" : ""); in proc_udc_show()
2347 if (!(tmp & UDC_PULLUP_EN)) { in proc_udc_show()