Home
last modified time | relevance | path

Searched refs:ponkey (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/input/misc/
H A Dab8500-ponkey.c39 if (irq == ponkey->irq_dbf) in ab8500_ponkey_handler()
41 else if (irq == ponkey->irq_dbr) in ab8500_ponkey_handler()
44 input_sync(ponkey->idev); in ab8500_ponkey_handler()
52 struct ab8500_ponkey *ponkey; in ab8500_ponkey_probe() local
67 if (!ponkey) in ab8500_ponkey_probe()
74 ponkey->idev = input; in ab8500_ponkey_probe()
75 ponkey->ab8500 = ab8500; in ab8500_ponkey_probe()
76 ponkey->irq_dbf = irq_dbf; in ab8500_ponkey_probe()
77 ponkey->irq_dbr = irq_dbr; in ab8500_ponkey_probe()
89 ponkey->irq_dbf, error); in ab8500_ponkey_probe()
[all …]
H A Dstpmic1_onkey.c26 static irqreturn_t onkey_falling_irq(int irq, void *ponkey) in onkey_falling_irq() argument
28 struct stpmic1_onkey *onkey = ponkey; in onkey_falling_irq()
38 static irqreturn_t onkey_rising_irq(int irq, void *ponkey) in onkey_rising_irq() argument
40 struct stpmic1_onkey *onkey = ponkey; in onkey_rising_irq()
H A DMakefile11 obj-$(CONFIG_INPUT_AB8500_PONKEY) += ab8500-ponkey.o
H A DKconfig51 will be called ab8500-ponkey.