Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/acpi/
H A Dacpi_lpss.c522 static int match_hid_uid(struct device *dev, const void *data) in match_hid_uid() function
542 dev = bus_find_device(&platform_bus_type, NULL, &data, match_hid_uid); in acpi_lpss_find_device()
546 return bus_find_device(&pci_bus_type, NULL, &data, match_hid_uid); in acpi_lpss_find_device()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dacpi_lpss.c551 static int match_hid_uid(struct device *dev, const void *data) in match_hid_uid() function
571 dev = bus_find_device(&platform_bus_type, NULL, &data, match_hid_uid); in acpi_lpss_find_device()
575 return bus_find_device(&pci_bus_type, NULL, &data, match_hid_uid); in acpi_lpss_find_device()

Completed in 5 milliseconds