Home
last modified time | relevance | path

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

/linux/sound/usb/
H A Dfcp.c94 uint16_t step0_resp_size; member
317 kmalloc(private->step0_resp_size, GFP_KERNEL); in fcp_reinit()
491 if (init.step0_resp_size < 1 || in fcp_ioctl_init()
492 init.step0_resp_size > 255 || in fcp_ioctl_init()
498 buf_size = init.step0_resp_size + init.step2_resp_size; in fcp_ioctl_init()
505 private->step0_resp_size = init.step0_resp_size; in fcp_ioctl_init()
510 step2_resp = resp + private->step0_resp_size; in fcp_ioctl_init()
1041 step0_resp, private->step0_resp_size); in fcp_init()
1044 if (err != private->step0_resp_size) in fcp_init()
[all...]