Searched refs:ppu_mutex (Results 1 – 2 of 2) sorted by relevance
174 if (mutex_trylock(&chip->ppu_mutex)) { in mv88e6xxx_phy_ppu_reenable_work() 177 mutex_unlock(&chip->ppu_mutex); in mv88e6xxx_phy_ppu_reenable_work() 194 mutex_lock(&chip->ppu_mutex); in mv88e6xxx_phy_ppu_access_get() 204 mutex_unlock(&chip->ppu_mutex); in mv88e6xxx_phy_ppu_access_get() 220 mutex_unlock(&chip->ppu_mutex); in mv88e6xxx_phy_ppu_access_put() 225 mutex_init(&chip->ppu_mutex); in mv88e6xxx_phy_ppu_state_init() 232 mutex_lock(&chip->ppu_mutex); in mv88e6xxx_phy_ppu_state_destroy() 235 mutex_unlock(&chip->ppu_mutex); in mv88e6xxx_phy_ppu_state_destroy()
368 struct mutex ppu_mutex; member