Home
last modified time | relevance | path

Searched refs:ED_OUT (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dohci-dbg.c321 switch (tmp & (ED_IN|ED_OUT)) { in ohci_dump_ed()
322 case ED_OUT: type = "-OUT"; break; in ohci_dump_ed()
Dohci.h34 #define ED_OUT (0x01 << 11) macro
Dohci-q.c448 info |= is_out ? ED_OUT : ED_IN; in ed_get()