Home
last modified time | relevance | path

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

/Linux-v4.19/sound/usb/
Dcard.c226 struct usb_host_interface *host_iface; in snd_usb_create_streams() local
231 host_iface = &usb_ifnum_to_if(dev, ctrlif)->altsetting[0]; in snd_usb_create_streams()
232 altsd = get_iface_desc(host_iface); in snd_usb_create_streams()
246 h1 = snd_usb_find_csint_desc(host_iface->extra, in snd_usb_create_streams()
247 host_iface->extralen, in snd_usb_create_streams()
254 rest_bytes = (void *)(host_iface->extra + in snd_usb_create_streams()
255 host_iface->extralen) - (void *)h1; in snd_usb_create_streams()