Home
last modified time | relevance | path

Searched refs:stream_event (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/tests/
H A Ddrm_dp_mst_helper_test.c402 .u.enc_status.stream_event = 3,
/linux/sound/soc/
H A Dsoc-component.c140 if (component->driver->stream_event) in snd_soc_component_stream_event()
141 ret = component->driver->stream_event(component, event); in snd_soc_component_stream_event()
/linux/include/sound/
H A Dsoc-component.h111 int (*stream_event)(struct snd_soc_component *component, int event); member
/linux/sound/soc/generic/
H A Dtest-component.c577 cdriv->stream_event = test_component_stream_event; in test_driver_probe()