Searched refs:__map (Results 1 – 4 of 4) sorted by relevance
459 static void regmap_lock_hwlock(void *__map) in regmap_lock_hwlock() argument461 struct regmap *map = __map; in regmap_lock_hwlock()466 static void regmap_lock_hwlock_irq(void *__map) in regmap_lock_hwlock_irq() argument468 struct regmap *map = __map; in regmap_lock_hwlock_irq()473 static void regmap_lock_hwlock_irqsave(void *__map) in regmap_lock_hwlock_irqsave() argument475 struct regmap *map = __map; in regmap_lock_hwlock_irqsave()481 static void regmap_unlock_hwlock(void *__map) in regmap_unlock_hwlock() argument483 struct regmap *map = __map; in regmap_unlock_hwlock()488 static void regmap_unlock_hwlock_irq(void *__map) in regmap_unlock_hwlock_irq() argument490 struct regmap *map = __map; in regmap_unlock_hwlock_irq()[all …]
94 unsigned long __map[8]; /* 256 bits */ member
891 #define map_for_each_event(__pe, __idx, __map) \ argument892 if (__map) \893 for (__idx = 0, __pe = &__map->table[__idx]; \895 __pe = &__map->table[++__idx])897 #define map_for_each_metric(__pe, __idx, __map, __metric) \ argument898 map_for_each_event(__pe, __idx, __map) \
410 return test_bit(nr, bitmap->__map); in is_revectored()