Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/dsa/mv88e6xxx/
Dphy.c143 if (mutex_trylock(&chip->ppu_mutex)) { in mv88e6xxx_phy_ppu_reenable_work()
146 mutex_unlock(&chip->ppu_mutex); in mv88e6xxx_phy_ppu_reenable_work()
163 mutex_lock(&chip->ppu_mutex); in mv88e6xxx_phy_ppu_access_get()
173 mutex_unlock(&chip->ppu_mutex); in mv88e6xxx_phy_ppu_access_get()
189 mutex_unlock(&chip->ppu_mutex); in mv88e6xxx_phy_ppu_access_put()
194 mutex_init(&chip->ppu_mutex); in mv88e6xxx_phy_ppu_state_init()
Dchip.h229 struct mutex ppu_mutex; member