Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/dsa/mv88e6xxx/
Dphy.c174 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()
Dchip.h347 struct mutex ppu_mutex; member