Searched refs:pipe_type (Results 1 – 6 of 6) sorted by relevance
27 u32 pipe_type; /* USB_ENDPOINT_XFER_xxx */ member105 #define usbhs_pipe_type(p) ((p)->pipe_type)106 #define usbhs_pipe_type_is(p, t) ((p)->pipe_type == t)
686 u32 *pipe_type = usbhs_get_dparam(priv, pipe_type); in usbhs_pipe_probe() local691 if (pipe_type[0] != USB_ENDPOINT_XFER_CONTROL) { in usbhs_pipe_probe()711 pipe_type[i] & USB_ENDPOINT_XFERTYPE_MASK; in usbhs_pipe_probe()714 i, usbhsp_pipe_name[pipe_type[i]]); in usbhs_pipe_probe()
1391 u32 *pipe_type = usbhs_get_dparam(priv, pipe_type); in usbhsh_pipe_init_for_host() local1419 dir_in = (pipe_type[i] == old_type); in usbhsh_pipe_init_for_host()1420 old_type = pipe_type[i]; in usbhsh_pipe_init_for_host()1422 if (USB_ENDPOINT_XFER_CONTROL == pipe_type[i]) { in usbhsh_pipe_init_for_host()1427 pipe_type[i], in usbhsh_pipe_init_for_host()
463 if (!priv->dparam.pipe_type) { in usbhs_probe()464 priv->dparam.pipe_type = usbhsc_default_pipe_type; in usbhs_probe()
112 u32 *pipe_type; /* array of USB_ENDPOINT_XFER_xxx (from ep0) */ member
768 .pipe_type = usbhs1_pipe_cfg,