cm_wq 79 drivers/power/supply/charger-manager.c static struct workqueue_struct *cm_wq; /* init at driver add */ cm_wq 786 drivers/power/supply/charger-manager.c WARN(cm_wq == NULL, "charger-manager: workqueue not initialized" cm_wq 798 drivers/power/supply/charger-manager.c mod_delayed_work(cm_wq, &cm_monitor_work, polling_jiffy); cm_wq 801 drivers/power/supply/charger-manager.c if (queue_delayed_work(cm_wq, &cm_monitor_work, polling_jiffy)) cm_wq 836 drivers/power/supply/charger-manager.c mod_delayed_work(cm_wq, &cm->fullbatt_vchk_work, cm_wq 1962 drivers/power/supply/charger-manager.c queue_delayed_work(cm_wq, &cm->fullbatt_vchk_work, cm_wq 1987 drivers/power/supply/charger-manager.c cm_wq = create_freezable_workqueue("charger_manager"); cm_wq 1988 drivers/power/supply/charger-manager.c if (unlikely(!cm_wq)) cm_wq 1999 drivers/power/supply/charger-manager.c destroy_workqueue(cm_wq); cm_wq 2000 drivers/power/supply/charger-manager.c cm_wq = NULL;