Searched refs:of_node_check_flag (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/of/ |
D | platform.c | 377 if (of_node_check_flag(bus, OF_POPULATED_BUS)) { in of_platform_bus_create() 552 if (!dev->of_node || !of_node_check_flag(dev->of_node, OF_POPULATED)) in of_platform_device_destroy() 556 if (of_node_check_flag(dev->of_node, OF_POPULATED_BUS)) in of_platform_device_destroy() 584 if (parent->of_node && of_node_check_flag(parent->of_node, OF_POPULATED_BUS)) { in of_platform_depopulate() 673 if (!of_node_check_flag(rd->dn->parent, OF_POPULATED_BUS)) in of_platform_notify() 677 if (of_node_check_flag(rd->dn, OF_POPULATED)) in of_platform_notify() 697 if (!of_node_check_flag(rd->dn, OF_POPULATED)) in of_platform_notify()
|
D | dynamic.c | 252 if (WARN_ON(of_node_check_flag(np, OF_DETACHED))) in __of_detach_node() 325 if (!of_node_check_flag(node, OF_DETACHED)) { in of_node_release() 330 if (!of_node_check_flag(node, OF_DYNAMIC)) in of_node_release()
|
D | resolver.c | 274 if (!of_node_check_flag(overlay, OF_DETACHED)) { in of_resolve_phandles()
|
D | overlay.c | 572 if (!of_node_check_flag(tree, OF_DYNAMIC)) in init_overlay_changeset() 575 if (!of_node_check_flag(tree, OF_DETACHED)) in init_overlay_changeset()
|
/Linux-v4.19/drivers/i2c/ |
D | i2c-core-of.c | 255 if (!of_node_check_flag(rd->dn, OF_POPULATED)) in of_i2c_notify()
|
/Linux-v4.19/include/linux/ |
D | of.h | 185 static inline int of_node_check_flag(struct device_node *n, unsigned long flag) in of_node_check_flag() function 918 static inline int of_node_check_flag(struct device_node *n, unsigned long flag) in of_node_check_flag() function
|
/Linux-v4.19/lib/ |
D | vsprintf.c | 1622 tbuf[0] = of_node_check_flag(dn, OF_DYNAMIC) ? 'D' : '-'; in device_node_string() 1623 tbuf[1] = of_node_check_flag(dn, OF_DETACHED) ? 'd' : '-'; in device_node_string() 1624 tbuf[2] = of_node_check_flag(dn, OF_POPULATED) ? 'P' : '-'; in device_node_string() 1625 tbuf[3] = of_node_check_flag(dn, OF_POPULATED_BUS) ? 'B' : '-'; in device_node_string()
|
/Linux-v4.19/drivers/spi/ |
D | spi.c | 3393 if (!of_node_check_flag(rd->dn, OF_POPULATED)) in of_spi_notify()
|