Searched refs:data_subs (Results 1 – 3 of 3) sorted by relevance
241 struct snd_usb_substream *data_subs; in call_retire_callback() local243 data_subs = READ_ONCE(ep->data_subs); in call_retire_callback()244 if (data_subs && ep->retire_data_urb) in call_retire_callback()328 struct snd_usb_substream *data_subs; in prepare_outbound_urb() local334 data_subs = READ_ONCE(ep->data_subs); in prepare_outbound_urb()405 struct snd_usb_substream *data_subs; in notify_xrun() local408 data_subs = READ_ONCE(ep->data_subs); in notify_xrun()409 if (!data_subs) in notify_xrun()411 psubs = data_subs->pcm_substream; in notify_xrun()916 if (data_subs) in snd_usb_endpoint_set_callback()[all …]
41 struct snd_usb_substream *data_subs);
86 struct snd_usb_substream *data_subs; member
Completed in 11 milliseconds