Lines Matching defs:dev
7 struct nhlt_acpi_table *intel_nhlt_init(struct device *dev)
15 dev_warn(dev, "NHLT table not found\n");
29 int intel_nhlt_get_dmic_geo(struct device *dev, struct nhlt_acpi_table *nhlt)
43 dev_warn(dev, "Invalid DMIC description table\n");
60 dev_dbg(dev, "found %d format definitions\n",
75 dev_dbg(dev, "max channels found %d\n", max_ch);
77 dev_dbg(dev, "No format information found\n");
99 dev_warn(dev, "%s: undefined DMIC array_type 0x%0x\n",
104 dev_dbg(dev, "Array with %d dmics\n", dmic_geo);
107 dev_dbg(dev, "max channels %d exceed dmic number %d\n",
113 dev_dbg(dev, "dmic number %d max_ch %d\n", dmic_geo, max_ch);