Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/backlight/
Dlm3630a_bl.c42 struct workqueue_struct *irqthread; member
129 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()