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