Home
last modified time | relevance | path

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

/openbmc/linux/sound/usb/
H A Dendpoint.h44 void snd_usb_endpoint_stop(struct snd_usb_endpoint *ep, bool keep_pending);
H A Dendpoint.c1029 static int stop_urbs(struct snd_usb_endpoint *ep, bool force, bool keep_pending) in stop_urbs() argument
1046 if (keep_pending) in stop_urbs()
1669 void snd_usb_endpoint_stop(struct snd_usb_endpoint *ep, bool keep_pending) in snd_usb_endpoint_stop() argument
1684 stop_urbs(ep, false, keep_pending); in snd_usb_endpoint_stop()
H A Dpcm.c250 static bool stop_endpoints(struct snd_usb_substream *subs, bool keep_pending) in stop_endpoints() argument
255 snd_usb_endpoint_stop(subs->sync_endpoint, keep_pending); in stop_endpoints()
259 snd_usb_endpoint_stop(subs->data_endpoint, keep_pending); in stop_endpoints()