Lines Matching refs:irqnum
51 int irqnum; member
154 enable_irq(chip->irqnum); in tca6416_keys_open()
166 disable_irq(chip->irqnum); in tca6416_keys_close()
275 chip->irqnum = gpio_to_irq(client->irq); in tca6416_keypad_probe()
277 chip->irqnum = client->irq; in tca6416_keypad_probe()
279 error = request_threaded_irq(chip->irqnum, NULL, in tca6416_keypad_probe()
287 chip->irqnum, error); in tca6416_keypad_probe()
290 disable_irq(chip->irqnum); in tca6416_keypad_probe()
307 free_irq(chip->irqnum, chip); in tca6416_keypad_probe()
308 enable_irq(chip->irqnum); in tca6416_keypad_probe()
321 free_irq(chip->irqnum, chip); in tca6416_keypad_remove()
322 enable_irq(chip->irqnum); in tca6416_keypad_remove()
338 enable_irq_wake(chip->irqnum); in tca6416_keypad_suspend()
349 disable_irq_wake(chip->irqnum); in tca6416_keypad_resume()