Searched defs:PORT_OWNER (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/host/
H A Disp1760-hcd.c84 #define PORT_OWNER (1<<13) /* true: companion hc owns this port */ macro
1748 if (temp & PORT_OWNER) {
1821 port_status |= PORT_OWNER;
2003 if (temp & PORT_OWNER)
2004 dev_err(hcd->self.controller, "PORT_OWNER is set\n");
2039 if (temp & PORT_OWNER)
2069 temp |= PORT_OWNER;
H A Doxu210hp.h150 #define PORT_OWNER (1<<13) /* true: companion hc owns this port */ macro

Completed in 75 milliseconds