Lines Matching full:cdc
34 int hda_component_manager_bind_acpi_notifications(struct hda_codec *cdc, in hda_component_manager_bind_acpi_notifications() argument
58 codec_warn(cdc, "Failed to install notify handler: %d\n", ret); in hda_component_manager_bind_acpi_notifications()
62 codec_dbg(cdc, "Notify handler installed\n"); in hda_component_manager_bind_acpi_notifications()
69 void hda_component_manager_unbind_acpi_notifications(struct hda_codec *cdc, in hda_component_manager_unbind_acpi_notifications() argument
82 codec_warn(cdc, "Failed to uninstall notify handler: %d\n", ret); in hda_component_manager_unbind_acpi_notifications()
138 int hda_component_manager_bind(struct hda_codec *cdc, in hda_component_manager_bind() argument
147 ret = component_bind_all(hda_codec_dev(cdc), parent); in hda_component_manager_bind()
154 int hda_component_manager_init(struct hda_codec *cdc, in hda_component_manager_init() argument
160 struct device *dev = hda_codec_dev(cdc); in hda_component_manager_init()
166 codec_err(cdc, "Component binding already created (SSID: %x)\n", in hda_component_manager_init()
167 cdc->core.subsystem_id); in hda_component_manager_init()
170 parent->codec = cdc; in hda_component_manager_init()
188 codec_err(cdc, "Fail to register component aggregator %d\n", ret); in hda_component_manager_init()