Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/dsa/microchip/
Dksz_common.h610 static inline void ksz_regmap_lock(void *__mtx) in ksz_regmap_lock() argument
612 struct mutex *mtx = __mtx; in ksz_regmap_lock()
616 static inline void ksz_regmap_unlock(void *__mtx) in ksz_regmap_unlock() argument
618 struct mutex *mtx = __mtx; in ksz_regmap_unlock()