Searched refs:of_node_test_and_set_flag (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/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.14.4/drivers/of/ |
D | platform.c | 162 of_node_test_and_set_flag(np, OF_POPULATED)) in of_platform_device_create_pdata() 217 of_node_test_and_set_flag(node, OF_POPULATED)) in of_amba_device_create()
|
/linux-6.14.4/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.14.4/include/linux/ |
D | of.h | 195 static inline int of_node_test_and_set_flag(struct device_node *n, in of_node_test_and_set_flag() function 855 static inline int of_node_test_and_set_flag(struct device_node *n, in of_node_test_and_set_flag() function
|
/linux-6.14.4/drivers/gpio/ |
D | gpiolib-of.c | 896 if (of_node_test_and_set_flag(rd->dn, OF_POPULATED)) in of_gpio_notify()
|
/linux-6.14.4/drivers/bus/ |
D | moxtet.c | 269 if (of_node_test_and_set_flag(nc, OF_POPULATED)) in of_register_moxtet_devices()
|
/linux-6.14.4/drivers/spi/ |
D | spi.c | 2545 if (of_node_test_and_set_flag(nc, OF_POPULATED)) in of_register_spi_devices() 4791 if (of_node_test_and_set_flag(rd->dn, OF_POPULATED)) { in of_spi_notify()
|