test_bus 655 drivers/i2c/algos/i2c-algo-bit.c ret = test_bus(adap); test_bus 1015 drivers/of/unittest.c struct platform_device *pdev, *test_bus; test_bus 1048 drivers/of/unittest.c test_bus = platform_device_register_full(&test_bus_info); test_bus 1049 drivers/of/unittest.c rc = PTR_ERR_OR_ZERO(test_bus); test_bus 1055 drivers/of/unittest.c test_bus->dev.of_node = np; test_bus 1064 drivers/of/unittest.c platform_device_add_resources(test_bus, &test_bus_res, 1); test_bus 1066 drivers/of/unittest.c of_platform_populate(np, match, NULL, &test_bus->dev); test_bus 1077 drivers/of/unittest.c of_platform_depopulate(&test_bus->dev); test_bus 1085 drivers/of/unittest.c platform_device_unregister(test_bus);