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
1141 for (i = 0; i < sdw_device->sdca_data.num_functions; i++) { in is_endpoint_present()
1145 dev_dbg(&sdw_device->dev, "Endpoint DAI type %d not found\n", dai_type); in is_endpoint_present()
1150 struct sdw_slave *sdw_device, in find_acpi_adr_device() argument
1161 link->mask = BIT(sdw_device->bus->link_id); in find_acpi_adr_device()
1176 if (sdw_device->id.part_id != codec_info_list[i].part_id) in find_acpi_adr_device()
1196 if (!is_endpoint_present(sdw_device, &codec_info_list[i], in find_acpi_adr_device()
1222 dev_err(dev, "part id %#x is not supported\n", sdw_device->id.part_id); in find_acpi_adr_device()
1226 adr_dev[index].adr = ((u64)sdw_device->id.class_id & 0xFF) | in find_acpi_adr_device()
1227 ((u64)sdw_device->id.part_id & 0xFFFF) << 8 | in find_acpi_adr_device()
[all …]