Searched refs:chg_det_work (Results 1 – 1 of 1) sorted by relevance
69 struct delayed_work chg_det_work; member200 mod_delayed_work(system_long_wq, &tusb->chg_det_work, in tusb1210_chg_det_set_state()260 struct tusb1210 *tusb = container_of(work, struct tusb1210, chg_det_work.work); in tusb1210_chg_det_work()383 queue_delayed_work(system_long_wq, &tusb->chg_det_work, 0); in tusb1210_psy_notifier()460 INIT_DELAYED_WORK(&tusb->chg_det_work, tusb1210_chg_det_work); in tusb1210_probe_charger_detect()461 queue_delayed_work(system_long_wq, &tusb->chg_det_work, 2 * HZ); in tusb1210_probe_charger_detect()472 cancel_delayed_work_sync(&tusb->chg_det_work); in tusb1210_remove_charger_detect()