Lines Matching defs:component
238 static int test_component_probe(struct snd_soc_component *component) in test_component_probe()
245 static void test_component_remove(struct snd_soc_component *component) in test_component_remove()
250 static int test_component_suspend(struct snd_soc_component *component) in test_component_suspend()
257 static int test_component_resume(struct snd_soc_component *component) in test_component_resume()
265 static int test_component_pcm_construct(struct snd_soc_component *component, in test_component_pcm_construct()
279 static void test_component_pcm_destruct(struct snd_soc_component *component, in test_component_pcm_destruct()
285 static int test_component_set_sysclk(struct snd_soc_component *component, in test_component_set_sysclk()
293 static int test_component_set_pll(struct snd_soc_component *component, int pll_id, in test_component_set_pll()
301 static int test_component_set_jack(struct snd_soc_component *component, in test_component_set_jack()
309 static void test_component_seq_notifier(struct snd_soc_component *component, in test_component_seq_notifier()
315 static int test_component_stream_event(struct snd_soc_component *component, int event) in test_component_stream_event()
322 static int test_component_set_bias_level(struct snd_soc_component *component, in test_component_set_bias_level()
343 static int test_component_open(struct snd_soc_component *component, in test_component_open()
357 static int test_component_close(struct snd_soc_component *component, in test_component_close()
365 static int test_component_ioctl(struct snd_soc_component *component, in test_component_ioctl()
374 static int test_component_hw_params(struct snd_soc_component *component, in test_component_hw_params()
383 static int test_component_hw_free(struct snd_soc_component *component, in test_component_hw_free()
391 static int test_component_prepare(struct snd_soc_component *component, in test_component_prepare()
419 static int test_component_trigger(struct snd_soc_component *component, in test_component_trigger()
439 static int test_component_sync_stop(struct snd_soc_component *component, in test_component_sync_stop()
447 static snd_pcm_uframes_t test_component_pointer(struct snd_soc_component *component, in test_component_pointer()
465 static int test_component_get_time_info(struct snd_soc_component *component, in test_component_get_time_info()