Lines Matching refs:charger_wq
202 queue_work(pm2->charger_wq, &pm2->check_main_thermal_prot_work); in pm2xxx_charger_batt_therm_mngt()
210 queue_work(pm2->charger_wq, &pm2->check_main_thermal_prot_work); in pm2xxx_charger_die_therm_mngt()
222 queue_delayed_work(pm2->charger_wq, &pm2->check_hw_failure_work, 0); in pm2xxx_charger_ovv_mngt()
311 queue_work(pm2->charger_wq, &pm2->ac_work); in pm2xxx_charger_itv_pwr_plug_mngt()
322 queue_work(pm2->charger_wq, &pm2->ac_work); in pm2xxx_charger_itv_pwr_unplug_mngt()
871 queue_delayed_work(pm2->charger_wq, in pm2xxx_charger_check_hw_failure_work()
924 queue_delayed_work(pm2->charger_wq, in pm2xxx_wall_charger_resume()
1057 pm2->charger_wq = alloc_ordered_workqueue("pm2xxx_charger_wq", in pm2xxx_wall_charger_probe()
1059 if (pm2->charger_wq == NULL) { in pm2xxx_wall_charger_probe()
1186 destroy_workqueue(pm2->charger_wq); in pm2xxx_wall_charger_probe()
1209 destroy_workqueue(pm2->charger_wq); in pm2xxx_wall_charger_remove()