Home
last modified time | relevance | path

Searched refs:rest_bytes (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/usb/
H A Dcard.c237 int rest_bytes; in snd_usb_create_streams() local
247 rest_bytes = (void *)(host_iface->extra + in snd_usb_create_streams()
251 if (rest_bytes <= 0) { in snd_usb_create_streams()
256 if (rest_bytes < sizeof(*h1)) { in snd_usb_create_streams()
266 if (rest_bytes < h1->bLength) { in snd_usb_create_streams()
/kernel/linux/linux-6.6/sound/usb/
H A Dcard.c242 int rest_bytes; in snd_usb_create_streams() local
252 rest_bytes = (void *)(host_iface->extra + in snd_usb_create_streams()
256 if (rest_bytes <= 0) { in snd_usb_create_streams()
261 if (rest_bytes < sizeof(*h1)) { in snd_usb_create_streams()
271 if (rest_bytes < h1->bLength) { in snd_usb_create_streams()

Completed in 3 milliseconds