Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-platform.c627 struct acpi_device *r_adev; in acpi_coresight_parse_link()
642 r_adev = acpi_fetch_acpi_dev(fields[2].reference.handle); in acpi_coresight_parse_link()
643 if (!r_adev) in acpi_coresight_parse_link()
650 rdev = coresight_find_device_by_fwnode(&r_adev->fwnode); in acpi_coresight_parse_link()
661 conn->dest_fwnode = fwnode_handle_get(&r_adev->fwnode); in acpi_coresight_parse_graph()
606 struct acpi_device *r_adev; acpi_coresight_parse_link() local