Home
last modified time | relevance | path

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

/linux/sound/usb/
H A Dfcp.c95 uint16_t step2_resp_size; member
318 kmalloc(private->step2_resp_size, GFP_KERNEL); in fcp_reinit()
489 init.step2_resp_size < 1 || in fcp_ioctl_init()
490 init.step2_resp_size > 255) in fcp_ioctl_init()
494 buf_size = init.step0_resp_size + init.step2_resp_size; in fcp_ioctl_init()
502 private->step2_resp_size = init.step2_resp_size; in fcp_ioctl_init()
1051 NULL, 0, step2_resp, private->step2_resp_size); in fcp_init()