Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/
H A Dgr_udc.h98 #define GR_STATUS_VB BIT(15) macro
H A Dgr_udc.c1192 if (status & GR_STATUS_VB) in gr_enable_vbus_detect()
1323 if (!powstate && (status & GR_STATUS_VB)) { in gr_handle_state_changes()
1330 if (powstate && !(status & GR_STATUS_VB)) { in gr_handle_state_changes()