irqthread          47 drivers/video/backlight/lm3630a_bl.c 	struct workqueue_struct *irqthread;
irqthread         134 drivers/video/backlight/lm3630a_bl.c 	queue_delayed_work(pchip->irqthread, &pchip->work, delay);
irqthread         153 drivers/video/backlight/lm3630a_bl.c 	pchip->irqthread = create_singlethread_workqueue("lm3630a-irqthd");
irqthread         154 drivers/video/backlight/lm3630a_bl.c 	if (!pchip->irqthread) {
irqthread         162 drivers/video/backlight/lm3630a_bl.c 		destroy_workqueue(pchip->irqthread);
irqthread         590 drivers/video/backlight/lm3630a_bl.c 		flush_workqueue(pchip->irqthread);
irqthread         591 drivers/video/backlight/lm3630a_bl.c 		destroy_workqueue(pchip->irqthread);