Home
last modified time | relevance | path

Searched refs:UDC_PULLUP_EN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Domap_udc.h50 # define UDC_PULLUP_EN (1 << 0) macro
H 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()
2628 /* UDC_PULLUP_EN gates the chip clock */ in omap_udc_setup()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Domap_udc.h50 # define UDC_PULLUP_EN (1 << 0) macro
H A Domap_udc.c1199 w |= UDC_PULLUP_EN; in pullup_enable()
1224 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()
2630 /* UDC_PULLUP_EN gates the chip clock */ in omap_udc_setup()

Completed in 8 milliseconds