Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/interface/io/
H A Dusbif.h292 #define XENUSB_PIPE_TYPE_INT 1 macro
315 #define xenusb_pipeint(pipe) (xenusb_pipetype(pipe) == XENUSB_PIPE_TYPE_INT)
/openbmc/linux/drivers/usb/host/
H A Dxen-hcd.c628 pipe |= XENUSB_PIPE_TYPE_INT << XENUSB_PIPE_TYPE_SHIFT; in xenhcd_pipe_urb_to_xenusb()