Home
last modified time | relevance | path

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

/linux/drivers/of/
A Dplatform.c372 if (of_node_check_flag(bus, OF_POPULATED_BUS)) { in of_platform_bus_create()
561 if (!dev->of_node || !of_node_check_flag(dev->of_node, OF_POPULATED)) in of_platform_device_destroy()
565 if (of_node_check_flag(dev->of_node, OF_POPULATED_BUS)) in of_platform_device_destroy()
593 if (parent->of_node && of_node_check_flag(parent->of_node, OF_POPULATED_BUS)) { in of_platform_depopulate()
682 if (!of_node_check_flag(rd->dn->parent, OF_POPULATED_BUS)) in of_platform_notify()
686 if (of_node_check_flag(rd->dn, OF_POPULATED)) in of_platform_notify()
706 if (!of_node_check_flag(rd->dn, OF_POPULATED)) in of_platform_notify()
A Ddynamic.c209 if (!of_node_check_flag(np, OF_OVERLAY)) { in __of_attach_node()
260 if (WARN_ON(of_node_check_flag(np, OF_DETACHED))) in __of_detach_node()
333 if (!of_node_check_flag(node, OF_DETACHED)) { in of_node_release()
338 if (!of_node_check_flag(node, OF_DYNAMIC)) in of_node_release()
341 if (of_node_check_flag(node, OF_OVERLAY)) { in of_node_release()
343 if (!of_node_check_flag(node, OF_OVERLAY_FREE_CSET)) { in of_node_release()
467 of_node_check_flag(ce->np, OF_OVERLAY)) { in __of_changeset_entry_destroy()
A Doverlay.c364 if (!of_node_check_flag(target->np, OF_OVERLAY)) in add_changeset_property()
744 if (!of_node_check_flag(tree, OF_DYNAMIC)) in init_overlay_changeset()
747 if (!of_node_check_flag(tree, OF_DETACHED)) in init_overlay_changeset()
A Dresolver.c280 if (!of_node_check_flag(overlay, OF_DETACHED)) { in of_resolve_phandles()
A Dproperty.c1130 (of_node_check_flag(sup_np, OF_POPULATED) || in of_link_to_phandle()
A Dbase.c1237 !of_node_check_flag(np, OF_DETACHED)) { in of_find_node_by_phandle()
/linux/drivers/gpu/drm/
A Ddrm_dp_aux_bus.c158 if (!of_node_check_flag(np, OF_POPULATED)) in of_dp_aux_ep_destroy()
/linux/drivers/i2c/
A Di2c-core-of.c259 if (!of_node_check_flag(rd->dn, OF_POPULATED)) in of_i2c_notify()
/linux/include/linux/
A Dof.h188 static inline int of_node_check_flag(const struct device_node *n, unsigned long flag) in of_node_check_flag() function
977 static inline int of_node_check_flag(struct device_node *n, unsigned long flag) in of_node_check_flag() function
/linux/lib/
A Dvsprintf.c2174 tbuf[0] = of_node_check_flag(dn, OF_DYNAMIC) ? 'D' : '-'; in device_node_string()
2175 tbuf[1] = of_node_check_flag(dn, OF_DETACHED) ? 'd' : '-'; in device_node_string()
2176 tbuf[2] = of_node_check_flag(dn, OF_POPULATED) ? 'P' : '-'; in device_node_string()
2177 tbuf[3] = of_node_check_flag(dn, OF_POPULATED_BUS) ? 'B' : '-'; in device_node_string()
/linux/drivers/gpio/
A Dgpiolib-of.c769 if (!of_node_check_flag(rd->dn, OF_POPULATED)) in of_gpio_notify()
/linux/drivers/spi/
A Dspi.c4160 if (!of_node_check_flag(rd->dn, OF_POPULATED)) in of_spi_notify()

Completed in 40 milliseconds