Home
last modified time | relevance | path

Searched refs:sdw_device (Results 1 – 1 of 1) sorted by relevance

/linux/sound/soc/sof/intel/
H A Dhda.c1136 static bool is_endpoint_present(struct sdw_slave *sdw_device, in is_endpoint_present() argument
1142 if (!sdw_device->sdca_data.interface_revision) { in is_endpoint_present()
1143 dev_warn(&sdw_device->dev, "SDCA properties not found in BIOS\n"); in is_endpoint_present()
1147 for (i = 0; i < sdw_device->sdca_data.num_functions; i++) { in is_endpoint_present()
1151 dev_dbg(&sdw_device->dev, "Endpoint DAI type %d not found\n", dai_type); in is_endpoint_present()
1156 struct sdw_slave *sdw_device, in find_acpi_adr_device() argument
1167 link->mask = BIT(sdw_device->bus->link_id); in find_acpi_adr_device()
1182 if (sdw_device->id.part_id != codec_info_list[i].part_id) in find_acpi_adr_device()
1202 if (!is_endpoint_present(sdw_device, &codec_info_list[i], in find_acpi_adr_device()
1228 dev_err(dev, "part id %#x is not supported\n", sdw_device->id.part_id); in find_acpi_adr_device()
[all …]