Home
last modified time | relevance | path

Searched refs:XENUSB_PIPE_DIR (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/xen/interface/io/
H A Dusbif.h284 #define XENUSB_PIPE_DIR 0x00000080 macro
303 #define xenusb_pipein(pipe) ((pipe) & XENUSB_PIPE_DIR)
/openbmc/linux/drivers/usb/host/
H A Dxen-hcd.c622 pipe |= XENUSB_PIPE_DIR; in xenhcd_pipe_urb_to_xenusb()