Home
last modified time | relevance | path

Searched refs:spinlock_flags (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/base/regmap/
Dinternal.h57 unsigned long spinlock_flags; member
Dregmap.c439 &map->spinlock_flags); in regmap_lock_hwlock_irqsave()
460 hwspin_unlock_irqrestore(map->hwlock, &map->spinlock_flags); in regmap_unlock_hwlock_irqrestore()
487 map->spinlock_flags = flags; in regmap_lock_spinlock()
494 spin_unlock_irqrestore(&map->spinlock, map->spinlock_flags); in regmap_unlock_spinlock()