Searched defs:__map (Results 1 – 4 of 4) sorted by relevance
394 static void regmap_lock_hwlock(void *__map) in regmap_lock_hwlock()401 static void regmap_lock_hwlock_irq(void *__map) in regmap_lock_hwlock_irq()408 static void regmap_lock_hwlock_irqsave(void *__map) in regmap_lock_hwlock_irqsave()418 static void regmap_unlock_hwlock(void *__map) in regmap_unlock_hwlock()425 static void regmap_unlock_hwlock_irq(void *__map) in regmap_unlock_hwlock_irq()432 static void regmap_unlock_hwlock_irqrestore(void *__map) in regmap_unlock_hwlock_irqrestore()439 static void regmap_lock_unlock_none(void *__map) in regmap_lock_unlock_none()444 static void regmap_lock_mutex(void *__map) in regmap_lock_mutex()450 static void regmap_unlock_mutex(void *__map) in regmap_unlock_mutex()456 static void regmap_lock_spinlock(void *__map) in regmap_lock_spinlock()[all …]
134 unsigned long __map[]; member
94 unsigned long __map[8]; /* 256 bits */ member
306 #define for_each_mapping_in_range_safe(__pgt, __start, __end, __map) \ argument