ppu_timer         259 drivers/net/dsa/mv88e6xxx/chip.h 	struct timer_list	ppu_timer;
ppu_timer         153 drivers/net/dsa/mv88e6xxx/phy.c 	struct mv88e6xxx_chip *chip = from_timer(chip, t, ppu_timer);
ppu_timer         177 drivers/net/dsa/mv88e6xxx/phy.c 		del_timer(&chip->ppu_timer);
ppu_timer         187 drivers/net/dsa/mv88e6xxx/phy.c 	mod_timer(&chip->ppu_timer, jiffies + msecs_to_jiffies(10));
ppu_timer         195 drivers/net/dsa/mv88e6xxx/phy.c 	timer_setup(&chip->ppu_timer, mv88e6xxx_phy_ppu_reenable_timer, 0);
ppu_timer         200 drivers/net/dsa/mv88e6xxx/phy.c 	del_timer_sync(&chip->ppu_timer);