Searched refs:of_node_test_and_set_flag (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/i2c/ |
D | i2c-core-of.c | 101 if (of_node_test_and_set_flag(node, OF_POPULATED)) in of_i2c_register_devices() 176 if (of_node_test_and_set_flag(rd->dn, OF_POPULATED)) { in of_i2c_notify()
|
/linux-6.6.21/drivers/of/ |
D | platform.c | 209 of_node_test_and_set_flag(np, OF_POPULATED)) in of_platform_device_create_pdata() 264 of_node_test_and_set_flag(node, OF_POPULATED)) in of_amba_device_create()
|
/linux-6.6.21/drivers/gpu/drm/display/ |
D | drm_dp_aux_bus.c | 276 if (of_node_test_and_set_flag(np, OF_POPULATED)) { in of_dp_aux_populate_bus()
|
/linux-6.6.21/include/linux/ |
D | of.h | 198 static inline int of_node_test_and_set_flag(struct device_node *n, in of_node_test_and_set_flag() function 833 static inline int of_node_test_and_set_flag(struct device_node *n, in of_node_test_and_set_flag() function
|
/linux-6.6.21/drivers/gpio/ |
D | gpiolib-of.c | 843 if (of_node_test_and_set_flag(rd->dn, OF_POPULATED)) in of_gpio_notify()
|
/linux-6.6.21/drivers/bus/ |
D | moxtet.c | 269 if (of_node_test_and_set_flag(nc, OF_POPULATED)) in of_register_moxtet_devices()
|
/linux-6.6.21/drivers/spi/ |
D | spi.c | 2387 if (of_node_test_and_set_flag(nc, OF_POPULATED)) in of_register_spi_devices() 4497 if (of_node_test_and_set_flag(rd->dn, OF_POPULATED)) { in of_spi_notify()
|