Home
last modified time | relevance | path

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

/AliOS-Things-master/components/drivers/core/base/include/drivers/
A Dspinlock.h46 #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 Du_bus.c112 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 Du_device.c131 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 Dnet_mutex.h62 static __INLINE void spin_unlock_irqrestore(spinlock_t *lock, unsigned long cpu_sr) in spin_unlock_irqrestore() function

Completed in 4 milliseconds