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()
285 disable_irq(chip->irqnum); in tca6416_keypad_probe()
302 free_irq(chip->irqnum, chip); in tca6416_keypad_probe()
303 enable_irq(chip->irqnum); in tca6416_keypad_probe()
316 free_irq(chip->irqnum, chip); in tca6416_keypad_remove()
317 enable_irq(chip->irqnum); in tca6416_keypad_remove()
333 enable_irq_wake(chip->irqnum); in tca6416_keypad_suspend()
344 disable_irq_wake(chip->irqnum); in tca6416_keypad_resume()