Home
last modified time | relevance | path

Searched refs:__mtx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/dsa/microchip/
H A Dksz_common.h283 static inline void ksz_regmap_lock(void *__mtx) in ksz_regmap_lock() argument
285 struct mutex *mtx = __mtx; in ksz_regmap_lock()
289 static inline void ksz_regmap_unlock(void *__mtx) in ksz_regmap_unlock() argument
291 struct mutex *mtx = __mtx; in ksz_regmap_unlock()
/kernel/linux/linux-6.6/drivers/net/dsa/microchip/
H A Dksz_common.h592 static inline void ksz_regmap_lock(void *__mtx) in ksz_regmap_lock() argument
594 struct mutex *mtx = __mtx; in ksz_regmap_lock()
598 static inline void ksz_regmap_unlock(void *__mtx) in ksz_regmap_unlock() argument
600 struct mutex *mtx = __mtx; in ksz_regmap_unlock()

Completed in 3 milliseconds