Home
last modified time | relevance | path

Searched refs:of_node_check_flag (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/of/
Dplatform.c377 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()
Ddynamic.c252 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()
Dresolver.c274 if (!of_node_check_flag(overlay, OF_DETACHED)) { in of_resolve_phandles()
Doverlay.c572 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/
Di2c-core-of.c255 if (!of_node_check_flag(rd->dn, OF_POPULATED)) in of_i2c_notify()
/Linux-v4.19/include/linux/
Dof.h185 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/
Dvsprintf.c1622 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/
Dspi.c3393 if (!of_node_check_flag(rd->dn, OF_POPULATED)) in of_spi_notify()