Home
last modified time | relevance | path

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

/linux-6.15/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()
1044 NULL, 0, step2_resp, private->step2_resp_size); in fcp_init()
/linux-6.15/include/uapi/sound/
H A Dfcp.h84 __u16 step2_resp_size; member