Home
last modified time | relevance | path

Searched defs:PIPEDIR (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/gadget/udc/
H A Dnet2272.c131 #define PIPEDIR(bAddress) (usb_pipein(bAddress) ? "in" : "out") macro
/openbmc/linux/drivers/usb/host/
H A Disp116x.h514 #define PIPEDIR(pipe) ({ usb_pipein(pipe) ? "in" : "out"; }) macro