Searched refs:dev2 (Results 1 – 3 of 3) sorted by relevance
33 const struct device *dev2; in main() local35 dev2 = DEVICE_DT_GET(DT_NODELABEL(mco2)); in main()36 if (device_is_ready(dev2)) { in main()
377 dev2 = mock.Mock()378 dev2.depends_on = [d2]381 validator._ord2node = {1: dev0, 2: dev1, 3: dev2}
178 const struct device *dev2 = device_get_binding(DEV2_NAME); in test_so_bindtodevice() local238 zassert_equal_ptr(dev2, current_dev, "invalid interface used (%p vs %p)", in test_so_bindtodevice()239 dev2, current_dev); in test_so_bindtodevice()