Searched refs:pipe_size (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/tools/virtio/virtio-trace/ |
D | trace-agent-rw.c | 37 rw_ti->pipe_size = PIPE_INIT; in rw_thread_info_new() 43 bool stdout_flag, unsigned long pipe_size, in rw_thread_init() argument 78 if (fcntl(*data_pipe, F_SETPIPE_SZ, pipe_size) < 0) { in rw_thread_init() 85 rw_ti->pipe_size = pipe_size; in rw_thread_init() 130 ts->pipe_size, SPLICE_F_MOVE | SPLICE_F_MORE); in rw_thread_main()
|
D | trace-agent.h | 18 unsigned long pipe_size; member 40 unsigned long pipe_size; member 58 bool stdout_flag, unsigned long pipe_size,
|
D | trace-agent.c | 60 s->pipe_size = PIPE_INIT; in agent_info_new() 175 s->pipe_size, s->rw_ti[cpu]); in agent_info_init() 203 s->pipe_size = size; in parse_args()
|
/linux-4.4.14/include/linux/usb/ |
D | renesas_usbhs.h | 113 int pipe_size; /* pipe_type array size */ member
|
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
D | pipe.c | 855 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhs_pipe_probe() local 864 info->pipe = kzalloc(sizeof(struct usbhs_pipe) * pipe_size, GFP_KERNEL); in usbhs_pipe_probe() 870 info->size = pipe_size; in usbhs_pipe_probe()
|
D | common.c | 283 u16 pipe_mask = (u16)GENMASK(usbhs_get_dparam(priv, pipe_size), 0); in usbhs_xxxsts_clear() 569 priv->dparam.pipe_size = in usbhs_probe() 591 priv->dparam.pipe_size = ARRAY_SIZE(usbhsc_default_pipe_type); in usbhs_probe()
|
D | mod_gadget.c | 1049 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhs_mod_gadget_probe() local 1059 uep = kzalloc(sizeof(struct usbhsg_uep) * pipe_size, GFP_KERNEL); in usbhs_mod_gadget_probe() 1088 gpriv->uep_size = pipe_size; in usbhs_mod_gadget_probe()
|
D | mod_host.c | 1418 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhsh_pipe_init_for_host() local 1423 for (i = 0; i < pipe_size; i++) { in usbhsh_pipe_init_for_host()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_pm.c | 2766 unsigned int pipe_size, ddb_size; in skl_ddb_get_pipe_allocation_limits() local 2793 pipe_size = ddb_size / config->num_pipes_active; in skl_ddb_get_pipe_allocation_limits() 2795 alloc->end = alloc->start + pipe_size; in skl_ddb_get_pipe_allocation_limits()
|