Home
last modified time | relevance | path

Searched defs:__map (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/drivers/base/regmap/
Dregmap.c394 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()
416 static void regmap_unlock_hwlock(void *__map) in regmap_unlock_hwlock()
423 static void regmap_unlock_hwlock_irq(void *__map) in regmap_unlock_hwlock_irq()
430 static void regmap_unlock_hwlock_irqrestore(void *__map) in regmap_unlock_hwlock_irqrestore()
437 static void regmap_lock_unlock_none(void *__map) in regmap_lock_unlock_none()
442 static void regmap_lock_mutex(void *__map) in regmap_lock_mutex()
448 static void regmap_unlock_mutex(void *__map) in regmap_unlock_mutex()
454 static void regmap_lock_spinlock(void *__map) in regmap_lock_spinlock()
[all …]
/linux-6.14.4/drivers/net/wireless/mediatek/mt76/mt7996/
Dregs.h9 struct __map { struct
23 const struct __map *map; argument
/linux-6.14.4/arch/x86/include/uapi/asm/
Dvm86.h94 unsigned long __map[8]; /* 256 bits */ member
/linux-6.14.4/arch/arm64/kvm/
Dpkvm.c305 #define for_each_mapping_in_range_safe(__pgt, __start, __end, __map) \ argument