Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dnet2280.h182 #define ROOT_PORT_RESET_INTERRUPT 4 macro
/linux/drivers/usb/gadget/udc/
H A Dnet2280.c3366 tmp = BIT(VBUS_INTERRUPT) | BIT(ROOT_PORT_RESET_INTERRUPT); in handle_stat1_irqs()
3370 * Root Port Reset is indicated by ROOT_PORT_RESET_INTERRUPT set and in handle_stat1_irqs()
3371 * both HIGH_SPEED and FULL_SPEED clear (as ROOT_PORT_RESET_INTERRUPT in handle_stat1_irqs()
3390 } else if ((stat & BIT(ROOT_PORT_RESET_INTERRUPT)) && in handle_stat1_irqs()