__mtx             293 drivers/net/dsa/microchip/ksz_common.h static inline void ksz_regmap_lock(void *__mtx)
__mtx             295 drivers/net/dsa/microchip/ksz_common.h 	struct mutex *mtx = __mtx;
__mtx             299 drivers/net/dsa/microchip/ksz_common.h static inline void ksz_regmap_unlock(void *__mtx)
__mtx             301 drivers/net/dsa/microchip/ksz_common.h 	struct mutex *mtx = __mtx;