Searched refs:__map (Results 1 – 5 of 5) sorted by relevance
394 static void regmap_lock_hwlock(void *__map) in regmap_lock_hwlock() argument396 struct regmap *map = __map; in regmap_lock_hwlock()401 static void regmap_lock_hwlock_irq(void *__map) in regmap_lock_hwlock_irq() argument403 struct regmap *map = __map; in regmap_lock_hwlock_irq()408 static void regmap_lock_hwlock_irqsave(void *__map) in regmap_lock_hwlock_irqsave() argument410 struct regmap *map = __map; in regmap_lock_hwlock_irqsave()416 static void regmap_unlock_hwlock(void *__map) in regmap_unlock_hwlock() argument418 struct regmap *map = __map; in regmap_unlock_hwlock()423 static void regmap_unlock_hwlock_irq(void *__map) in regmap_unlock_hwlock_irq() argument425 struct regmap *map = __map; in regmap_unlock_hwlock_irq()[all …]
94 unsigned long __map[8]; /* 256 bits */ member
9 struct __map { struct22 const struct __map *map; argument
27 static const struct __map mt7996_reg_map[] = {
410 return test_bit(nr, bitmap->__map); in is_revectored()