Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/acpi/
Dacpi_lpss.c513 static int match_hid_uid(struct device *dev, const void *data) in match_hid_uid() function
533 dev = bus_find_device(&platform_bus_type, NULL, &data, match_hid_uid); in acpi_lpss_find_device()
537 return bus_find_device(&pci_bus_type, NULL, &data, match_hid_uid); in acpi_lpss_find_device()
/Linux-v5.4/drivers/iommu/
Damd_iommu.c127 static inline int match_hid_uid(struct device *dev, in match_hid_uid() function
164 if (!match_hid_uid(dev, p)) { in get_acpihid_device_id()