Searched refs:sync_source (Results 1 – 9 of 9) sorted by relevance
199 else if (ep->sync_source) in snd_usb_endpoint_next_packet_size()774 data_ep->sync_source = sync_ep; in snd_usb_endpoint_set_sync()1039 if (ep->sync_source && !ep->implicit_fb_sync) in data_ep_set_params()1041 1U << ep->sync_source->syncinterval); in data_ep_set_params()1085 if (ep->sync_source) in data_ep_set_params()1364 if (ep->sync_source) in snd_usb_endpoint_start()1365 WRITE_ONCE(ep->sync_source->sync_sink, ep); in snd_usb_endpoint_start()1461 if (ep->sync_source) in snd_usb_endpoint_stop()1462 WRITE_ONCE(ep->sync_source->sync_sink, NULL); in snd_usb_endpoint_stop()
83 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
876 if (xive_ops->sync_source) in xive_irq_set_vcpu_affinity()877 xive_ops->sync_source(hw_irq); in xive_irq_set_vcpu_affinity()893 if (xive_ops->sync_source) in xive_irq_set_vcpu_affinity()894 xive_ops->sync_source(hw_irq); in xive_irq_set_vcpu_affinity()
677 .sync_source = xive_spapr_sync_source,
474 .sync_source = xive_native_sync_source,
167 enum sync_source dal_gpio_get_sync_source( in dal_gpio_get_sync_source()