Searched refs:device_match_acpi_dev (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/device/ |
H A D | bus.h | 145 int device_match_acpi_dev(struct device *dev, const void *adev); 239 return bus_find_device(bus, NULL, adev, device_match_acpi_dev); in bus_find_device_by_acpi_dev()
|
H A D | driver.h | 231 return driver_find_device(drv, NULL, adev, device_match_acpi_dev); in driver_find_device_by_acpi_dev()
|
H A D | class.h | 181 return class_find_device(class, NULL, adev, device_match_acpi_dev); in class_find_device_by_acpi_dev()
|
/kernel/linux/linux-6.6/include/linux/device/ |
H A D | bus.h | 139 int device_match_acpi_dev(struct device *dev, const void *adev); 223 return bus_find_device(bus, NULL, adev, device_match_acpi_dev); in bus_find_device_by_acpi_dev()
|
H A D | driver.h | 229 return driver_find_device(drv, NULL, adev, device_match_acpi_dev); in driver_find_device_by_acpi_dev()
|
H A D | class.h | 161 return class_find_device(class, NULL, adev, device_match_acpi_dev); in class_find_device_by_acpi_dev()
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | core.c | 4420 int device_match_acpi_dev(struct device *dev, const void *adev) in device_match_acpi_dev() function 4424 EXPORT_SYMBOL(device_match_acpi_dev); variable
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | core.c | 5101 int device_match_acpi_dev(struct device *dev, const void *adev) in device_match_acpi_dev() function 5105 EXPORT_SYMBOL(device_match_acpi_dev); variable
|
Completed in 17 milliseconds