Home
last modified time | relevance | path

Searched refs:PORT_C_MASK (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/usb/usbip/
Dvhci_hcd.c161 #define PORT_C_MASK \ macro
199 if ((vhci->port_status[rhport] & PORT_C_MASK)) { in vhci_hub_status()
/linux-4.1.27/drivers/usb/gadget/udc/
Ddummy_hcd.c1863 #define PORT_C_MASK \ macro
1888 if ((dum_hcd->port_status & PORT_C_MASK) != 0) { in dummy_hub_status()
2205 if ((dum_hcd->port_status & PORT_C_MASK) != 0) in dummy_hub_control()
/linux-4.1.27/drivers/usb/host/
Dmax3421-hcd.c82 #define PORT_C_MASK ((USB_PORT_STAT_C_CONNECTION | \ macro
1641 if ((max3421_hcd->port_status & PORT_C_MASK) != 0) { in max3421_hub_status_data()
Du132-hcd.c251 #define PORT_C_MASK ((USB_PORT_STAT_C_CONNECTION | USB_PORT_STAT_C_ENABLE | \ macro