Home
last modified time | relevance | path

Searched refs:sync_source (Results 1 – 7 of 7) sorted by relevance

/linux/sound/usb/
H A Dendpoint.c232 if (ep->sync_source) in snd_usb_endpoint_next_packet_size()
897 data_ep->sync_source = sync_ep;
1189 if (ep->sync_source && !ep->implicit_fb_sync) in data_ep_set_params()
1191 1U << ep->sync_source->syncinterval); in data_ep_set_params()
1221 if (ep->sync_source) in data_ep_set_params()
1569 if (ep->sync_source) in snd_usb_endpoint_start()
1570 WRITE_ONCE(ep->sync_source->sync_sink, ep); in snd_usb_endpoint_start()
1693 if (ep->sync_source) in snd_usb_endpoint_stop()
1694 WRITE_ONCE(ep->sync_source->sync_sink, NULL); in snd_usb_endpoint_stop()
H A Dcard.h86 struct snd_usb_endpoint *sync_source; member
/linux/drivers/gpu/drm/amd/display/include/
H A Dgpio_interface.h89 enum sync_source dal_gpio_get_sync_source(
H A Dgrph_object_defs.h98 enum sync_source { enum
/linux/arch/powerpc/sysdev/xive/
H A Dxive-internal.h54 void (*sync_source)(u32 hw_irq); member
H A Dnative.c484 .sync_source = xive_native_sync_source,
/linux/drivers/gpu/drm/amd/display/dc/gpio/
H A Dgpio_base.c165 enum sync_source dal_gpio_get_sync_source( in dal_gpio_get_sync_source()