Lines Matching defs:component
247 static int test_component_probe(struct snd_soc_component *component) in test_component_probe()
254 static void test_component_remove(struct snd_soc_component *component) in test_component_remove()
259 static int test_component_suspend(struct snd_soc_component *component) in test_component_suspend()
266 static int test_component_resume(struct snd_soc_component *component) in test_component_resume()
274 static int test_component_pcm_construct(struct snd_soc_component *component, in test_component_pcm_construct()
288 static void test_component_pcm_destruct(struct snd_soc_component *component, in test_component_pcm_destruct()
294 static int test_component_set_sysclk(struct snd_soc_component *component, in test_component_set_sysclk()
302 static int test_component_set_pll(struct snd_soc_component *component, int pll_id, in test_component_set_pll()
310 static int test_component_set_jack(struct snd_soc_component *component, in test_component_set_jack()
318 static void test_component_seq_notifier(struct snd_soc_component *component, in test_component_seq_notifier()
324 static int test_component_stream_event(struct snd_soc_component *component, int event) in test_component_stream_event()
331 static int test_component_set_bias_level(struct snd_soc_component *component, in test_component_set_bias_level()
352 static int test_component_open(struct snd_soc_component *component, in test_component_open()
366 static int test_component_close(struct snd_soc_component *component, in test_component_close()
374 static int test_component_ioctl(struct snd_soc_component *component, in test_component_ioctl()
383 static int test_component_hw_params(struct snd_soc_component *component, in test_component_hw_params()
392 static int test_component_hw_free(struct snd_soc_component *component, in test_component_hw_free()
400 static int test_component_prepare(struct snd_soc_component *component, in test_component_prepare()
428 static int test_component_trigger(struct snd_soc_component *component, in test_component_trigger()
448 static int test_component_sync_stop(struct snd_soc_component *component, in test_component_sync_stop()
456 static snd_pcm_uframes_t test_component_pointer(struct snd_soc_component *component, in test_component_pointer()
474 static int test_component_get_time_info(struct snd_soc_component *component, in test_component_get_time_info()