Searched refs:irqthread (Results 1 – 1 of 1) sorted by relevance
48 struct workqueue_struct *irqthread; member136 queue_delayed_work(pchip->irqthread, &pchip->work, delay); in lm3630a_isr_func()155 pchip->irqthread = create_singlethread_workqueue("lm3630a-irqthd"); in lm3630a_intr_config()156 if (!pchip->irqthread) { in lm3630a_intr_config()164 destroy_workqueue(pchip->irqthread); in lm3630a_intr_config()599 flush_workqueue(pchip->irqthread); in lm3630a_remove()600 destroy_workqueue(pchip->irqthread); in lm3630a_remove()