Searched refs:dev1 (Results 1 – 4 of 4) sorted by relevance
21 const struct device *dev1; in main() local23 dev1 = DEVICE_DT_GET(DT_NODELABEL(mco1)); in main()24 if (device_is_ready(dev1)) { in main()
17 test_dev1_dfr: dev1 {
375 dev1 = mock.Mock()376 dev1.depends_on = [d1]381 validator._ord2node = {1: dev0, 2: dev1, 3: dev2}
207 const struct device *dev1 = device_get_binding(DEV1_NAME); in test_so_bindtodevice() local243 zassert_equal_ptr(dev1, current_dev, "invalid interface used (%p vs %p)", in test_so_bindtodevice()244 dev1, current_dev); in test_so_bindtodevice()306 zassert_equal_ptr(dev1, current_dev, "invalid interface used"); in test_so_bindtodevice()