Searched refs:of_node_check_flag (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/of/ |
A D | platform.c | 364 if (of_node_check_flag(bus, OF_POPULATED_BUS)) { in of_platform_bus_create() 612 if (!dev->of_node || !of_node_check_flag(dev->of_node, OF_POPULATED)) in of_platform_device_destroy() 616 if (of_node_check_flag(dev->of_node, OF_POPULATED_BUS)) in of_platform_device_destroy() 644 if (parent->of_node && of_node_check_flag(parent->of_node, OF_POPULATED_BUS)) { in of_platform_depopulate() 733 if (!of_node_check_flag(rd->dn->parent, OF_POPULATED_BUS)) in of_platform_notify() 737 if (of_node_check_flag(rd->dn, OF_POPULATED)) in of_platform_notify() 757 if (!of_node_check_flag(rd->dn, OF_POPULATED)) in of_platform_notify()
|
A D | dynamic.c | 209 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() 339 if (!of_node_check_flag(node, OF_DETACHED)) { in of_node_release() 358 if (!of_node_check_flag(node, OF_DYNAMIC)) in of_node_release() 361 if (of_node_check_flag(node, OF_OVERLAY)) { in of_node_release() 363 if (!of_node_check_flag(node, OF_OVERLAY_FREE_CSET)) { in of_node_release() 492 of_node_check_flag(ce->np, OF_OVERLAY)) { in __of_changeset_entry_destroy()
|
A D | overlay.c | 360 if (!of_node_check_flag(target->np, OF_OVERLAY)) in add_changeset_property() 746 if (!of_node_check_flag(ovcs->overlay_root, OF_DYNAMIC)) in init_overlay_changeset() 749 if (!of_node_check_flag(ovcs->overlay_root, OF_DETACHED)) in init_overlay_changeset()
|
A D | resolver.c | 280 if (!of_node_check_flag(overlay, OF_DETACHED)) { in of_resolve_phandles()
|
A D | base.c | 1264 !of_node_check_flag(np, OF_DETACHED)) { in of_find_node_by_phandle()
|
/linux-6.3-rc2/drivers/bus/ |
A D | imx-weim.c | 331 if (!of_node_check_flag(rd->dn, OF_POPULATED)) { in of_weim_notify() 344 if (!of_node_check_flag(rd->dn, OF_POPULATED)) in of_weim_notify()
|
/linux-6.3-rc2/drivers/i2c/ |
A D | i2c-core-of.c | 193 if (!of_node_check_flag(rd->dn, OF_POPULATED)) in of_i2c_notify()
|
/linux-6.3-rc2/drivers/gpu/drm/display/ |
A D | drm_dp_aux_bus.c | 198 if (!of_node_check_flag(np, OF_POPULATED)) in of_dp_aux_ep_destroy()
|
/linux-6.3-rc2/include/linux/ |
A D | of.h | 199 static inline int of_node_check_flag(const struct device_node *n, unsigned long flag) in of_node_check_flag() function 807 static inline int of_node_check_flag(struct device_node *n, unsigned long flag) in of_node_check_flag() function
|
/linux-6.3-rc2/lib/ |
A D | vsprintf.c | 2163 tbuf[0] = of_node_check_flag(dn, OF_DYNAMIC) ? 'D' : '-'; in device_node_string() 2164 tbuf[1] = of_node_check_flag(dn, OF_DETACHED) ? 'd' : '-'; in device_node_string() 2165 tbuf[2] = of_node_check_flag(dn, OF_POPULATED) ? 'P' : '-'; in device_node_string() 2166 tbuf[3] = of_node_check_flag(dn, OF_POPULATED_BUS) ? 'B' : '-'; in device_node_string()
|
/linux-6.3-rc2/drivers/gpio/ |
A D | gpiolib-of.c | 838 if (!of_node_check_flag(rd->dn, OF_POPULATED)) in of_gpio_notify()
|
/linux-6.3-rc2/drivers/spi/ |
A D | spi.c | 4472 if (!of_node_check_flag(rd->dn, OF_POPULATED)) in of_spi_notify()
|
Completed in 39 milliseconds