Searched refs:device_match_acpi_dev (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/device/ |
| A D | bus.h | 145 int device_match_acpi_dev(struct device *dev, const void *adev); 240 return bus_find_device(bus, NULL, adev, device_match_acpi_dev); in bus_find_device_by_acpi_dev()
|
| A D | driver.h | 230 return driver_find_device(drv, NULL, adev, device_match_acpi_dev); in driver_find_device_by_acpi_dev()
|
| A D | class.h | 181 return class_find_device(class, NULL, adev, device_match_acpi_dev); in class_find_device_by_acpi_dev()
|
| /linux/drivers/base/ |
| A D | core.c | 4835 int device_match_acpi_dev(struct device *dev, const void *adev) in device_match_acpi_dev() function 4839 EXPORT_SYMBOL(device_match_acpi_dev);
|
| /linux/ |
| A D | vmlinux.symvers | 5498 0x00000000 device_match_acpi_dev vmlinux EXPORT_SYMBOL
|
| A D | System.map | 30785 ffff8000107f8c24 T device_match_acpi_dev
|
| A D | .tmp_System.map | 30785 ffff8000107f8c24 T device_match_acpi_dev
|
Completed in 324 milliseconds