Home
last modified time | relevance | path

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

/linux-6.15/sound/usb/
H A Dfcp.c93 uint16_t step0_resp_size; member
309 step0_resp = kmalloc(private->step0_resp_size, GFP_KERNEL); in fcp_reinit()
479 if (init.step0_resp_size < 1 || in fcp_ioctl_init()
480 init.step0_resp_size > 255 || in fcp_ioctl_init()
486 buf_size = init.step0_resp_size + init.step2_resp_size; in fcp_ioctl_init()
492 private->step0_resp_size = init.step0_resp_size; in fcp_ioctl_init()
497 step2_resp = resp + private->step0_resp_size; in fcp_ioctl_init()
1028 step0_resp, private->step0_resp_size); in fcp_init()
/linux-6.15/include/uapi/sound/
H A Dfcp.h83 __u16 step0_resp_size; member