Home
last modified time | relevance | path

Searched refs:rt_ofw_node_match (Results 1 – 7 of 7) sorted by relevance

/components/drivers/i2c/
A Ddev_i2c_bus.c112 client->ofw_id = rt_ofw_node_match(client->parent.ofw_node, driver->ofw_ids); in i2c_match()
/components/drivers/core/
A Dplatform.c87 pdev->id = rt_ofw_node_match(np, pdrv->ids); in platform_match()
/components/drivers/spi/
A Ddev_spi_bus.c115 device->ofw_id = rt_ofw_node_match(device->parent.ofw_node, driver->ofw_ids); in spi_match()
/components/drivers/pic/
A Dpic-gicv2m.c255 if (!rt_ofw_node_match(v2m_np, gicv2m_ofw_match)) in gicv2m_ofw_probe()
A Dpic-gicv3-its.c1467 if (!rt_ofw_node_match(its_np, gicv3_its_ofw_match)) in gicv3_its_ofw_probe()
/components/drivers/include/drivers/
A Dofw.h163 struct rt_ofw_node_id *rt_ofw_node_match(struct rt_ofw_node *np, const struct rt_ofw_node_id *ids);
/components/drivers/ofw/
A Dbase.c466 struct rt_ofw_node_id *rt_ofw_node_match(struct rt_ofw_node *np, const struct rt_ofw_node_id *ids) in rt_ofw_node_match() function
587 struct rt_ofw_node_id *id = rt_ofw_node_match(np, ids); in rt_ofw_find_node_by_ids_r()

Completed in 16 milliseconds