Lines Matching refs:irqnum
48 int irqnum; member
151 enable_irq(chip->irqnum); in tca6416_keys_open()
163 disable_irq(chip->irqnum); in tca6416_keys_close()
270 chip->irqnum = gpio_to_irq(client->irq); in tca6416_keypad_probe()
272 chip->irqnum = client->irq; in tca6416_keypad_probe()
274 error = request_threaded_irq(chip->irqnum, NULL, in tca6416_keypad_probe()
282 chip->irqnum, error); in tca6416_keypad_probe()
301 free_irq(chip->irqnum, chip); in tca6416_keypad_probe()
302 enable_irq(chip->irqnum); in tca6416_keypad_probe()
315 free_irq(chip->irqnum, chip); in tca6416_keypad_remove()
316 enable_irq(chip->irqnum); in tca6416_keypad_remove()
330 enable_irq_wake(chip->irqnum); in tca6416_keypad_suspend()
341 disable_irq_wake(chip->irqnum); in tca6416_keypad_resume()