Searched refs:__mtx (Results 1 – 1 of 1) sorted by relevance
559 static inline void ksz_regmap_lock(void *__mtx) in ksz_regmap_lock() argument561 struct mutex *mtx = __mtx; in ksz_regmap_lock()565 static inline void ksz_regmap_unlock(void *__mtx) in ksz_regmap_unlock() argument567 struct mutex *mtx = __mtx; in ksz_regmap_unlock()
Completed in 6 milliseconds