bus_find_device_by_acpi_dev
dev = bus_find_device_by_acpi_dev(&platform_bus_type, adev);
KUNIT_EXPECT_PTR_EQ(test, bus_find_device_by_acpi_dev(&platform_bus_type, NULL), NULL);
dev = bus_find_device_by_acpi_dev(&spi_bus_type, adev);