Home
last modified time | relevance | path

Searched refs:pipe_size (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/renesas_usbhs/
Dpipe.c812 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhs_pipe_probe() local
821 info->pipe = kzalloc(sizeof(struct usbhs_pipe) * pipe_size, GFP_KERNEL); in usbhs_pipe_probe()
827 info->size = pipe_size; in usbhs_pipe_probe()
Dmod_gadget.c959 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhs_mod_gadget_probe() local
969 uep = kzalloc(sizeof(struct usbhsg_uep) * pipe_size, GFP_KERNEL); in usbhs_mod_gadget_probe()
994 gpriv->uep_size = pipe_size; in usbhs_mod_gadget_probe()
Dcommon.c531 priv->dparam.pipe_size = in usbhs_probe()
553 priv->dparam.pipe_size = ARRAY_SIZE(usbhsc_default_pipe_type); in usbhs_probe()
Dmod_host.c1417 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhsh_pipe_init_for_host() local
1422 for (i = 0; i < pipe_size; i++) { in usbhsh_pipe_init_for_host()