Searched refs:spin_unlock_irqrestore (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/drivers/core/base/include/drivers/ |
A D | spinlock.h | 46 #define spin_unlock_irqrestore(lock, flags) do { \ macro 103 #define spin_unlock_irqrestore(lock, flags) do { \ macro 140 #define raw_spin_unlock_irqrestore(lock, flags) spin_unlock_irqrestore(lock, flags)
|
/AliOS-Things-master/components/drivers/core/base/core/ |
A D | u_bus.c | 112 spin_unlock_irqrestore(&bus->p->lock, flags); in u_bus_add_device() 147 spin_unlock_irqrestore(&bus->p->lock, flags); in u_bus_del_device() 167 spin_unlock_irqrestore(&drv_p->lock, flags); in u_driver_bind_device() 184 spin_unlock_irqrestore(&dev_p->lock, flags); in u_device_unbind_driver() 317 spin_unlock_irqrestore(&bus->p->lock, flags); in u_bus_add_driver() 412 spin_unlock_irqrestore(&g_bus_list_lock, flags); in u_bus_add() 482 spin_unlock_irqrestore(&g_bus_list_lock, flags); in u_bus_unregister() 557 spin_unlock_irqrestore(&bus->p->lock, flags); in u_bus_del_driver()
|
A D | u_device.c | 131 spin_unlock_irqrestore(&dev->parent->p->lock, flags); in u_device_add() 430 spin_unlock_irqrestore(&drv_p->lock, flags); in u_device_del() 437 spin_unlock_irqrestore(&dev->parent->p->lock, flags); in u_device_del()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/net_os/ |
A D | net_mutex.h | 62 static __INLINE void spin_unlock_irqrestore(spinlock_t *lock, unsigned long cpu_sr) in spin_unlock_irqrestore() function
|
Completed in 4 milliseconds