Home
last modified time | relevance | path

Searched refs:pipe_type (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/usb/renesas_usbhs/
Dpipe.h27 u32 pipe_type; /* USB_ENDPOINT_XFER_xxx */ member
105 #define usbhs_pipe_type(p) ((p)->pipe_type)
106 #define usbhs_pipe_type_is(p, t) ((p)->pipe_type == t)
Dpipe.c686 u32 *pipe_type = usbhs_get_dparam(priv, pipe_type); in usbhs_pipe_probe() local
691 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()
Dmod_host.c1391 u32 *pipe_type = usbhs_get_dparam(priv, pipe_type); in usbhsh_pipe_init_for_host() local
1419 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()
Dcommon.c463 if (!priv->dparam.pipe_type) { in usbhs_probe()
464 priv->dparam.pipe_type = usbhsc_default_pipe_type; in usbhs_probe()
/linux-3.4.99/include/linux/usb/
Drenesas_usbhs.h112 u32 *pipe_type; /* array of USB_ENDPOINT_XFER_xxx (from ep0) */ member
/linux-3.4.99/arch/arm/mach-shmobile/
Dboard-mackerel.c768 .pipe_type = usbhs1_pipe_cfg,