Home
last modified time | relevance | path

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

/Linux-v5.15/sound/usb/
Dendpoint.c710 ep->iface_ref = iface_ref_find(chip, ep->iface); in snd_usb_endpoint_open()
711 if (!ep->iface_ref) { in snd_usb_endpoint_open()
739 if (WARN_ON(!ep->iface_ref)) { in snd_usb_endpoint_open()
755 if (!ep->iface_ref->opened++) in snd_usb_endpoint_open()
756 ep->iface_ref->need_setup = true; in snd_usb_endpoint_open()
828 if (!--ep->iface_ref->opened) in snd_usb_endpoint_close()
836 ep->iface_ref = NULL; in snd_usb_endpoint_close()
846 if (ep->iface_ref) in snd_usb_endpoint_suspend()
847 ep->iface_ref->need_setup = true; in snd_usb_endpoint_suspend()
1271 if (WARN_ON(!ep->iface_ref)) in snd_usb_endpoint_configure()
[all …]
Dcard.h64 struct snd_usb_iface_ref *iface_ref; member