Searched +full:onkey +full:- +full:pu +full:- +full:inactive (Results 1 – 2 of 2) 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 …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#12 - pascal Paillet <p.paillet@foss.st.com>24 "#interrupt-cells":27 interrupt-controller: true29 onkey:36 const: st,stpmic1-onkey40 - description: onkey-falling, happens when onkey is pressed. IT_PONKEY_F of pmic41 - description: onkey-rising, happens when onkey is released. IT_PONKEY_R of pmic[all …]