Searched +full:onkey +full:- +full:clear +full:- +full:cc +full:- +full:flag (Results 1 – 1 of 1) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.015 * struct stpmic1_onkey - OnKey data28 struct stpmic1_onkey *onkey = ponkey; in onkey_falling_irq() local29 struct input_dev *input_dev = onkey->input_dev; in onkey_falling_irq()32 pm_wakeup_event(input_dev->dev.parent, 0); in onkey_falling_irq()40 struct stpmic1_onkey *onkey = ponkey; in onkey_rising_irq() local41 struct input_dev *input_dev = onkey->input_dev; in onkey_rising_irq()44 pm_wakeup_event(input_dev->dev.parent, 0); in onkey_rising_irq()52 struct stpmic1 *pmic = dev_get_drvdata(pdev->dev.parent); in stpmic1_onkey_probe()53 struct device *dev = &pdev->dev; in stpmic1_onkey_probe()[all …]