Home
last modified time | relevance | path

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

/linux/drivers/media/test-drivers/vimc/
A Dvimc-streamer.c53 while (stream->pipe_size) { in vimc_streamer_pipeline_terminate()
54 stream->pipe_size--; in vimc_streamer_pipeline_terminate()
55 ved = stream->ved_pipeline[stream->pipe_size]; in vimc_streamer_pipeline_terminate()
56 stream->ved_pipeline[stream->pipe_size] = NULL; in vimc_streamer_pipeline_terminate()
87 stream->pipe_size = 0; in vimc_streamer_pipeline_init()
88 while (stream->pipe_size < VIMC_STREAMER_PIPELINE_MAX_SIZE) { in vimc_streamer_pipeline_init()
93 stream->ved_pipeline[stream->pipe_size++] = ved; in vimc_streamer_pipeline_init()
161 for (i = stream->pipe_size - 1; i >= 0; i--) { in vimc_streamer_thread()
A Dvimc-streamer.h37 unsigned int pipe_size; member
/linux/tools/virtio/virtio-trace/
A Dtrace-agent-rw.c35 rw_ti->pipe_size = PIPE_INIT; in rw_thread_info_new()
41 bool stdout_flag, unsigned long pipe_size, in rw_thread_init() argument
76 if (fcntl(*data_pipe, F_SETPIPE_SZ, pipe_size) < 0) { in rw_thread_init()
83 rw_ti->pipe_size = pipe_size; in rw_thread_init()
128 ts->pipe_size, SPLICE_F_MOVE | SPLICE_F_MORE); in rw_thread_main()
A Dtrace-agent.h19 unsigned long pipe_size; member
41 unsigned long pipe_size; member
59 bool stdout_flag, unsigned long pipe_size,
A Dtrace-agent.c58 s->pipe_size = PIPE_INIT; in agent_info_new()
173 s->pipe_size, s->rw_ti[cpu]); in agent_info_init()
201 s->pipe_size = size; in parse_args()
/linux/drivers/usb/renesas_usbhs/
A Dpipe.c814 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhs_pipe_probe() local
823 info->pipe = kcalloc(pipe_size, sizeof(struct usbhs_pipe), in usbhs_pipe_probe()
828 info->size = pipe_size; in usbhs_pipe_probe()
A Dcommon.c276 u16 pipe_mask = (u16)GENMASK(usbhs_get_dparam(priv, pipe_size), 0); in usbhs_xxxsts_clear()
651 priv->dparam.pipe_size = ARRAY_SIZE(usbhsc_new_pipe); in usbhs_probe()
654 priv->dparam.pipe_size = ARRAY_SIZE(usbhsc_default_pipe); in usbhs_probe()
A Dmod_gadget.c1083 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhs_mod_gadget_probe() local
1091 uep = kcalloc(pipe_size, sizeof(struct usbhsg_uep), GFP_KERNEL); in usbhs_mod_gadget_probe()
1119 gpriv->uep_size = pipe_size; in usbhs_mod_gadget_probe()
A Dmod_host.c1405 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhsh_pipe_init_for_host() local
1410 for (i = 0; i < pipe_size; i++) { in usbhsh_pipe_init_for_host()
/linux/include/linux/usb/
A Drenesas_usbhs.h126 int pipe_size; /* pipe_configs array size */ member

Completed in 18 milliseconds