Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/ti/
H A Dphy-tusb1210.c65 struct delayed_work chg_det_work; member
195 mod_delayed_work(system_long_wq, &tusb->chg_det_work, in tusb1210_chg_det_set_state()
255 struct tusb1210 *tusb = container_of(work, struct tusb1210, chg_det_work.work); in tusb1210_chg_det_work()
378 queue_delayed_work(system_long_wq, &tusb->chg_det_work, 0); in tusb1210_psy_notifier()
459 INIT_DELAYED_WORK(&tusb->chg_det_work, tusb1210_chg_det_work); in tusb1210_probe_charger_detect()
460 queue_delayed_work(system_long_wq, &tusb->chg_det_work, 2 * HZ); in tusb1210_probe_charger_detect()
471 cancel_delayed_work_sync(&tusb->chg_det_work); in tusb1210_remove_charger_detect()