Searched refs:irqthread (Results 1 – 1 of 1) sorted by relevance
42 struct workqueue_struct *irqthread; member129 queue_delayed_work(pchip->irqthread, &pchip->work, delay); in lm3630a_isr_func()148 pchip->irqthread = create_singlethread_workqueue("lm3630a-irqthd"); in lm3630a_intr_config()149 if (!pchip->irqthread) { in lm3630a_intr_config()157 destroy_workqueue(pchip->irqthread); in lm3630a_intr_config()456 flush_workqueue(pchip->irqthread); in lm3630a_remove()457 destroy_workqueue(pchip->irqthread); in lm3630a_remove()