Lines Matching defs:cdc
33 int hda_component_manager_bind_acpi_notifications(struct hda_codec *cdc,
57 codec_warn(cdc, "Failed to install notify handler: %d\n", ret);
61 codec_dbg(cdc, "Notify handler installed\n");
68 void hda_component_manager_unbind_acpi_notifications(struct hda_codec *cdc,
81 codec_warn(cdc, "Failed to uninstall notify handler: %d\n", ret);
136 int hda_component_manager_bind(struct hda_codec *cdc,
143 return component_bind_all(hda_codec_dev(cdc), parent);
147 int hda_component_manager_init(struct hda_codec *cdc,
153 struct device *dev = hda_codec_dev(cdc);
159 codec_err(cdc, "Component binding already created (SSID: %x)\n",
160 cdc->core.subsystem_id);
163 parent->codec = cdc;
178 codec_err(cdc, "Fail to add component %ld\n", PTR_ERR(match));
185 codec_err(cdc, "Fail to register component aggregator %d\n", ret);