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

/drivers/usb/renesas_usbhs/
H A Dpipe.c687 int pipe_size = usbhs_get_dparam(priv, pipe_size); local
696 info->pipe = kzalloc(sizeof(struct usbhs_pipe) * pipe_size, GFP_KERNEL);
702 info->size = pipe_size;
H A Dmod_gadget.c949 int pipe_size = usbhs_get_dparam(priv, pipe_size); local
959 uep = kzalloc(sizeof(struct usbhsg_uep) * pipe_size, GFP_KERNEL);
984 gpriv->uep_size = pipe_size;
H A Dmod_host.c1392 int pipe_size = usbhs_get_dparam(priv, pipe_size); local
1397 for (i = 0; i < pipe_size; i++) {
H A Dcommon.c466 priv->dparam.pipe_size = ARRAY_SIZE(usbhsc_default_pipe_type);

Completed in 41 milliseconds