irq_press          64 drivers/input/misc/e3x0-button.c 	int irq_press, irq_release;
irq_press          67 drivers/input/misc/e3x0-button.c 	irq_press = platform_get_irq_byname(pdev, "press");
irq_press          68 drivers/input/misc/e3x0-button.c 	if (irq_press < 0)
irq_press          69 drivers/input/misc/e3x0-button.c 		return irq_press;
irq_press          85 drivers/input/misc/e3x0-button.c 	error = devm_request_irq(&pdev->dev, irq_press,
irq_press          90 drivers/input/misc/e3x0-button.c 			irq_press, error);