Lines Matching refs:charger_wq
194 queue_work(pm2->charger_wq, &pm2->check_main_thermal_prot_work); in pm2xxx_charger_batt_therm_mngt()
202 queue_work(pm2->charger_wq, &pm2->check_main_thermal_prot_work); in pm2xxx_charger_die_therm_mngt()
214 queue_delayed_work(pm2->charger_wq, &pm2->check_hw_failure_work, 0); in pm2xxx_charger_ovv_mngt()
303 queue_work(pm2->charger_wq, &pm2->ac_work); in pm2xxx_charger_itv_pwr_plug_mngt()
314 queue_work(pm2->charger_wq, &pm2->ac_work); in pm2xxx_charger_itv_pwr_unplug_mngt()
863 queue_delayed_work(pm2->charger_wq, in pm2xxx_charger_check_hw_failure_work()
916 queue_delayed_work(pm2->charger_wq, in pm2xxx_wall_charger_resume()
1049 pm2->charger_wq = alloc_ordered_workqueue("pm2xxx_charger_wq", in pm2xxx_wall_charger_probe()
1051 if (pm2->charger_wq == NULL) { in pm2xxx_wall_charger_probe()
1178 destroy_workqueue(pm2->charger_wq); in pm2xxx_wall_charger_probe()
1201 destroy_workqueue(pm2->charger_wq); in pm2xxx_wall_charger_remove()