Searched refs:DEV_OUT (Results 1 – 5 of 5) sorted by relevance
24 #define DEV_OUT DT_GPIO_CTLR(DT_INST(0, test_gpio_basic_api), out_gpios) macro26 #define DEV DEV_OUT /* DEV_OUT should equal DEV_IN, we test for this */
26 const struct device *const dev_out = DEVICE_DT_GET(DEV_OUT); in ZTEST()77 const struct device *const dev_out = DEVICE_DT_GET(DEV_OUT); in ZTEST()
16 const struct device *const dev_out = DEVICE_DT_GET(DEV_OUT); in callback()38 const struct device *const dev_out = DEVICE_DT_GET(DEV_OUT); in test_callback()
87 const struct device *const dev_out = DEVICE_DT_GET(DEV_OUT); in test_callback_add_remove()137 const struct device *const dev_out = DEVICE_DT_GET(DEV_OUT); in test_callback_self_remove()190 const struct device *const dev_out = DEVICE_DT_GET(DEV_OUT); in test_callback_enable_disable()
13 static const struct device *const dev_out = DEVICE_DT_GET(DEV_OUT);