Lines Matching defs:comp
21 struct hda_component *comp;
26 comp = hda_component_from_index(parent, i);
27 if (comp->dev && comp->acpi_notify)
28 comp->acpi_notify(acpi_device_handle(comp->adev), event, comp->dev);
39 struct hda_component *comp;
48 comp = hda_component_from_index(parent, i);
50 comp->acpi_notifications_supported;
88 struct hda_component *comp;
93 comp = hda_component_from_index(parent, i);
94 if (comp->dev && comp->pre_playback_hook)
95 comp->pre_playback_hook(comp->dev, action);
98 comp = hda_component_from_index(parent, i);
99 if (comp->dev && comp->playback_hook)
100 comp->playback_hook(comp->dev, action);
103 comp = hda_component_from_index(parent, i);
104 if (comp->dev && comp->post_playback_hook)
105 comp->post_playback_hook(comp->dev, action);