Searched refs:pipe_size (Results 1 – 4 of 4) sorted by relevance
812 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhs_pipe_probe() local821 info->pipe = kzalloc(sizeof(struct usbhs_pipe) * pipe_size, GFP_KERNEL); in usbhs_pipe_probe()827 info->size = pipe_size; in usbhs_pipe_probe()
959 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhs_mod_gadget_probe() local969 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()
531 priv->dparam.pipe_size = in usbhs_probe()553 priv->dparam.pipe_size = ARRAY_SIZE(usbhsc_default_pipe_type); in usbhs_probe()
1417 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhsh_pipe_init_for_host() local1422 for (i = 0; i < pipe_size; i++) { in usbhsh_pipe_init_for_host()