Searched refs:rt_bus_for_each_dev (Results 1 – 3 of 3) sorted by relevance
| /components/drivers/include/drivers/core/ |
| A D | bus.h | 39 rt_err_t rt_bus_for_each_dev(rt_bus_t bus, void *data, int (*fn)(rt_device_t dev, void *));
|
| /components/drivers/core/ |
| A D | bus.c | 113 rt_err_t rt_bus_for_each_dev(rt_bus_t bus, void *data, int (*fn)(rt_device_t dev, void *)) in rt_bus_for_each_dev() function 265 rt_bus_for_each_dev(bus, drv, bus_probe_driver); in rt_bus_add_driver() 433 rt_bus_for_each_dev(bus, &info, device_shutdown); in rt_bus_shutdown()
|
| /components/drivers/ofw/ |
| A D | ofw.c | 257 rt_bus_for_each_dev(platform_bus, &args_list, tty_device_compare); in ofw_console_tty_find()
|
Completed in 8 milliseconds