Searched refs:of_node_test_and_set_flag (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/i2c/ |
H A 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/drivers/of/ |
H A D | platform.c | 172 of_node_test_and_set_flag(np, OF_POPULATED)) in of_platform_device_create_pdata() 227 of_node_test_and_set_flag(node, OF_POPULATED)) in of_amba_device_create()
|
/linux/drivers/gpu/drm/display/ |
H A D | drm_dp_aux_bus.c | 276 if (of_node_test_and_set_flag(np, OF_POPULATED)) { in of_dp_aux_populate_bus()
|
/linux/include/linux/ |
H A 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 846 static inline int of_node_test_and_set_flag(struct device_node *n, in of_node_test_and_set_flag() function
|
/linux/drivers/gpio/ |
H A D | gpiolib-of.c | 894 if (of_node_test_and_set_flag(rd->dn, OF_POPULATED)) in of_gpio_notify()
|
/linux/drivers/spi/ |
H A D | spi.c | 2543 if (of_node_test_and_set_flag(nc, OF_POPULATED)) in of_register_spi_devices() 4788 if (of_node_test_and_set_flag(rd->dn, OF_POPULATED)) { in of_spi_notify()
|