Home
last modified time | relevance | path

Searched refs:ofw_id (Results 1 – 4 of 4) sorted by relevance

/components/drivers/i2c/
A Ddev_i2c_bus.c104 client->ofw_id = RT_NULL; in i2c_match()
112 client->ofw_id = rt_ofw_node_match(client->parent.ofw_node, driver->ofw_ids); in i2c_match()
114 if (client->ofw_id) in i2c_match()
/components/drivers/spi/
A Ddev_spi_bus.c107 device->ofw_id = RT_NULL; in spi_match()
115 device->ofw_id = rt_ofw_node_match(device->parent.ofw_node, driver->ofw_ids); in spi_match()
117 if (device->ofw_id) in spi_match()
/components/drivers/include/drivers/
A Ddev_spi.h221 const struct rt_ofw_node_id *ofw_id; member
319 return device->id ? device->id->data : (device->ofw_id ? device->ofw_id->data : RT_NULL); in rt_spi_device_id_data()
A Ddev_i2c.h260 const struct rt_ofw_node_id *ofw_id; member

Completed in 5 milliseconds