| 90 | static rt_list_t bus_nodes = RT_LIST_OBJECT_INIT(bus_nodes); |
| 91 | |
| 92 | static void _dm_bus_lock(struct rt_spinlock *spinlock) |
| 93 | { |
| 94 | rt_hw_spin_lock(&spinlock->lock); |
| 95 | } |
| 96 | |
| 97 | static void _dm_bus_unlock(struct rt_spinlock *spinlock) |
| 98 | { |
no test coverage detected