Searched refs:pipe_type (Results 1 - 4 of 4) sorted by relevance

/drivers/usb/renesas_usbhs/
H A Dpipe.h27 u32 pipe_type; /* USB_ENDPOINT_XFER_xxx */ member in struct:usbhs_pipe
105 #define usbhs_pipe_type(p) ((p)->pipe_type)
106 #define usbhs_pipe_type_is(p, t) ((p)->pipe_type == t)
H A Dpipe.c686 u32 *pipe_type = usbhs_get_dparam(priv, pipe_type); local
691 if (pipe_type[0] != USB_ENDPOINT_XFER_CONTROL) {
711 pipe_type[i] & USB_ENDPOINT_XFERTYPE_MASK;
714 i, usbhsp_pipe_name[pipe_type[i]]);
H A Dmod_host.c1391 u32 *pipe_type = usbhs_get_dparam(priv, pipe_type); local
1419 dir_in = (pipe_type[i] == old_type);
1420 old_type = pipe_type[i];
1422 if (USB_ENDPOINT_XFER_CONTROL == pipe_type[i]) {
1427 pipe_type[i],
H A Dcommon.c463 if (!priv->dparam.pipe_type) {
464 priv->dparam.pipe_type = usbhsc_default_pipe_type;

Completed in 51 milliseconds