Searched refs:hda_component_from_index (Results 1 – 5 of 5) sorted by relevance
/linux/sound/pci/hda/ |
H A D | hda_component.c | 26 comp = hda_component_from_index(parent, i); in hda_component_acpi_device_notify() 49 comp = hda_component_from_index(parent, i); in hda_component_manager_bind_acpi_notifications() 94 comp = hda_component_from_index(parent, i); in hda_component_manager_playback_hook() 99 comp = hda_component_from_index(parent, i); in hda_component_manager_playback_hook() 104 comp = hda_component_from_index(parent, i); in hda_component_manager_playback_hook()
|
H A D | hda_component.h | 83 static inline struct hda_component *hda_component_from_index(struct hda_component_parent *parent, in hda_component_from_index() function
|
H A D | tas2781_hda_i2c.c | 714 comp = hda_component_from_index(parent, tas_hda->priv->index); in tas2781_hda_bind() 756 comp = hda_component_from_index(parent, tas_hda->priv->index); in tas2781_hda_unbind()
|
H A D | cs35l56_hda.c | 712 comp = hda_component_from_index(parent, cs35l56->index); in cs35l56_hda_bind() 756 comp = hda_component_from_index(parent, cs35l56->index); in cs35l56_hda_unbind()
|
H A D | cs35l41_hda.c | 1414 comp = hda_component_from_index(parent, cs35l41->index); in cs35l41_hda_bind() 1485 comp = hda_component_from_index(parent, cs35l41->index); in cs35l41_hda_unbind()
|