Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wwan/t7xx/
A Dt7xx_hif_dpmaif_rx.c684 queue_work(dpmaif_ctrl->bat_release_wq, &dpmaif_ctrl->bat_release_work); in t7xx_dpmaifq_rx_notify_hw()
1086 dpmaif_ctrl->bat_release_wq = alloc_workqueue("dpmaif_bat_release_work_queue", in t7xx_dpmaif_bat_rel_wq_alloc()
1088 if (!dpmaif_ctrl->bat_release_wq) in t7xx_dpmaif_bat_rel_wq_alloc()
1099 if (dpmaif_ctrl->bat_release_wq) { in t7xx_dpmaif_bat_wq_rel()
1100 destroy_workqueue(dpmaif_ctrl->bat_release_wq); in t7xx_dpmaif_bat_wq_rel()
1101 dpmaif_ctrl->bat_release_wq = NULL; in t7xx_dpmaif_bat_wq_rel()
A Dt7xx_hif_dpmaif.h185 struct workqueue_struct *bat_release_wq; member

Completed in 7 milliseconds