Home
last modified time | relevance | path

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

/linux/drivers/phy/motorola/
H A Dphy-mapphone-mdm6600.c99 struct delayed_work status_work; member
196 ddata = container_of(work, struct phy_mdm6600, status_work.work); in phy_mdm6600_status()
218 schedule_delayed_work(&ddata->status_work, msecs_to_jiffies(10)); in phy_mdm6600_irq_thread()
568 INIT_DELAYED_WORK(&ddata->status_work, phy_mdm6600_status); in phy_mdm6600_probe()
653 cancel_delayed_work_sync(&ddata->status_work); in phy_mdm6600_remove()