Searched refs:ppu_timer (Results 1 – 2 of 2) sorted by relevance
185 struct mv88e6xxx_chip *chip = timer_container_of(chip, t, ppu_timer); in mv88e6xxx_phy_ppu_reenable_timer() 209 timer_delete(&chip->ppu_timer); in mv88e6xxx_phy_ppu_access_get() 219 mod_timer(&chip->ppu_timer, jiffies + msecs_to_jiffies(10)); in mv88e6xxx_phy_ppu_access_put() 227 timer_setup(&chip->ppu_timer, mv88e6xxx_phy_ppu_reenable_timer, 0); in mv88e6xxx_phy_ppu_state_init() 233 timer_delete_sync(&chip->ppu_timer); in mv88e6xxx_phy_ppu_state_destroy()
371 struct timer_list ppu_timer; member