Home
last modified time | relevance | path

Searched refs:acpi_guid_matches (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-platform.c368 * acpi_guid_matches - Checks if the given object is a GUID object and
371 static inline bool acpi_guid_matches(const union acpi_object *obj, in acpi_guid_matches() function
380 return acpi_guid_matches(obj, &acpi_graph_uuid); in is_acpi_dsd_graph_guid()
385 return acpi_guid_matches(obj, &coresight_graph_uuid); in is_acpi_coresight_graph_guid()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-platform.c342 * acpi_guid_matches - Checks if the given object is a GUID object and
345 static inline bool acpi_guid_matches(const union acpi_object *obj, in acpi_guid_matches() function
354 return acpi_guid_matches(obj, &acpi_graph_uuid); in is_acpi_dsd_graph_guid()
359 return acpi_guid_matches(obj, &coresight_graph_uuid); in is_acpi_coresight_graph_guid()

Completed in 3 milliseconds