Home
last modified time | relevance | path

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

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