Home
last modified time | relevance | path

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

/drivers/net/dsa/mv88e6xxx/
Dphy.c142 if (mutex_trylock(&chip->ppu_mutex)) { in mv88e6xxx_phy_ppu_reenable_work()
145 mutex_unlock(&chip->ppu_mutex); in mv88e6xxx_phy_ppu_reenable_work()
162 mutex_lock(&chip->ppu_mutex); in mv88e6xxx_phy_ppu_access_get()
172 mutex_unlock(&chip->ppu_mutex); in mv88e6xxx_phy_ppu_access_get()
188 mutex_unlock(&chip->ppu_mutex); in mv88e6xxx_phy_ppu_access_put()
193 mutex_init(&chip->ppu_mutex); in mv88e6xxx_phy_ppu_state_init()
Dchip.h256 struct mutex ppu_mutex; member