Home
last modified time | relevance | path

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

/linux-6.1.9/sound/usb/
Dendpoint.c798 ep->iface_ref = iface_ref_find(chip, ep->iface); in snd_usb_endpoint_open()
799 if (!ep->iface_ref) { in snd_usb_endpoint_open()
838 if (WARN_ON(!ep->iface_ref)) { in snd_usb_endpoint_open()
854 if (!ep->iface_ref->opened++) in snd_usb_endpoint_open()
855 ep->iface_ref->need_setup = true; in snd_usb_endpoint_open()
906 if (ep->iface_ref->altset == altset) in endpoint_set_interface()
920 ep->iface_ref->altset = altset; in endpoint_set_interface()
936 if (!--ep->iface_ref->opened && in snd_usb_endpoint_close()
949 ep->iface_ref = NULL; in snd_usb_endpoint_close()
960 if (ep->iface_ref) in snd_usb_endpoint_suspend()
[all …]
Dcard.h65 struct snd_usb_iface_ref *iface_ref; member