Searched refs:sync_source (Results 1 – 7 of 7) sorted by relevance
230 if (ep->sync_source) in snd_usb_endpoint_next_packet_size()886 data_ep->sync_source = sync_ep; in snd_usb_endpoint_set_sync()1183 if (ep->sync_source && !ep->implicit_fb_sync) in data_ep_set_params()1185 1U << ep->sync_source->syncinterval); in data_ep_set_params()1215 if (ep->sync_source) in data_ep_set_params()1565 if (ep->sync_source) in snd_usb_endpoint_start()1566 WRITE_ONCE(ep->sync_source->sync_sink, ep); in snd_usb_endpoint_start()1689 if (ep->sync_source) in snd_usb_endpoint_stop()1690 WRITE_ONCE(ep->sync_source->sync_sink, NULL); in snd_usb_endpoint_stop()
87 struct snd_usb_endpoint *sync_source; member
89 enum sync_source dal_gpio_get_sync_source(
98 enum sync_source { enum
54 void (*sync_source)(u32 hw_irq); member
484 .sync_source = xive_native_sync_source,
165 enum sync_source dal_gpio_get_sync_source( in dal_gpio_get_sync_source()