Searched refs:match_hid_uid (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | acpi_lpss.c | 522 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 D | acpi_lpss.c | 551 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