Searched refs:ponkey (Results 1 – 5 of 5) sorted by relevance
37 struct ab8500_ponkey *ponkey = data; in ab8500_ponkey_handler() local39 if (irq == ponkey->irq_dbf) in ab8500_ponkey_handler()40 input_report_key(ponkey->idev, KEY_POWER, true); in ab8500_ponkey_handler()41 else if (irq == ponkey->irq_dbr) in ab8500_ponkey_handler()42 input_report_key(ponkey->idev, KEY_POWER, false); in ab8500_ponkey_handler()44 input_sync(ponkey->idev); in ab8500_ponkey_handler()52 struct ab8500_ponkey *ponkey; in ab8500_ponkey_probe() local69 ponkey = devm_kzalloc(&pdev->dev, sizeof(struct ab8500_ponkey), in ab8500_ponkey_probe()71 if (!ponkey) in ab8500_ponkey_probe()78 ponkey->idev = input; in ab8500_ponkey_probe()[all …]
10 obj-$(CONFIG_INPUT_AB8500_PONKEY) += ab8500-ponkey.o
43 will be called ab8500-ponkey.
53 ab8500-ponkey : ONKEY_DBF : : Power-on Key69 - compatible : "stericsson,ab8500-[bm|btemp|charger|fg|gpadc|gpio|ponkey|128 ab8500-ponkey {129 compatible = "stericsson,ab8500-ponkey";
683 ab8500-ponkey {