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.c94 uint16_t step2_resp_size; member
312 step2_resp = kmalloc(private->step2_resp_size, GFP_KERNEL); in fcp_reinit()
481 init.step2_resp_size < 1 || in fcp_ioctl_init()
482 init.step2_resp_size > 255) in fcp_ioctl_init()
486 buf_size = init.step0_resp_size + init.step2_resp_size; in fcp_ioctl_init()
493 private->step2_resp_size = init.step2_resp_size; in fcp_ioctl_init()
1038 NULL, 0, step2_resp, private->step2_resp_size); in fcp_init()