MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_ofw_node_full_name

Function rt_ofw_node_full_name

components/drivers/include/drivers/ofw.h:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153rt_inline const char *rt_ofw_node_full_name(const struct rt_ofw_node *np)
154{
155 return np ? np->full_name : "<no-node>";
156}
157
158rt_bool_t rt_ofw_machine_is_compatible(const char *compatible);
159rt_bool_t rt_ofw_node_is_available(const struct rt_ofw_node *np);

Callers 15

rt_pci_ofw_parse_rangesFunction · 0.85
ofw_msi_pic_initFunction · 0.85
spi_device_ofw_parseFunction · 0.85
spi_bus_scan_devicesFunction · 0.85
ofw_get_reset_controlFunction · 0.85
platform_probeFunction · 0.85
gpio_led_probeFunction · 0.85
rt_ofw_console_setupFunction · 0.85
gicv2m_ofw_probeFunction · 0.85
gicv3_its_ofw_probeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected