Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/dsa/microchip/
A Dksz_common.h559 static inline void ksz_regmap_lock(void *__mtx) in ksz_regmap_lock() argument
561 struct mutex *mtx = __mtx; in ksz_regmap_lock()
565 static inline void ksz_regmap_unlock(void *__mtx) in ksz_regmap_unlock() argument
567 struct mutex *mtx = __mtx; in ksz_regmap_unlock()

Completed in 6 milliseconds