Searched +full:onkey +full:- +full:falling (Results 1 – 13 of 13) sorted by relevance
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@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 …]
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-only3 * Copyright (C) ST-Ericsson SA 20105 * Author: Sundar Iyer <sundar.iyer@stericsson.com> for ST-Ericsson7 * AB8500 Power-On Key handler21 * struct ab8500_ponkey - ab8500 ponkey information24 * @irq_dbf: irq number for falling transition34 /* AB8500 gives us an interrupt when ONKEY is held */39 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()[all …]
1 /* SPDX-License-Identifier: GPL-2.0-or-later */3 * core.h -- Core driver for NXP PCF506335 * (C) 2006-2008 by Openmoko, Inc.170 PCF50633_INT2_ONKEYR = 0x01, /* ONKEY rising edge */171 PCF50633_INT2_ONKEYF = 0x02, /* ONKEY falling edge */173 PCF50633_INT2_EXTON1F = 0x08, /* EXTON1 falling edge */175 PCF50633_INT2_EXTON2F = 0x20, /* EXTON2 falling edge */177 PCF50633_INT2_EXTON3F = 0x80, /* EXTON3 falling edge */188 PCF50633_INT3_ONKEY1S = 0x80, /* ONKEY pressed 1 second */
1 // SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)3 * Copyright (C) Linaro Ltd 2019 - All Rights Reserved8 #include "stm32mp15-pinctrl.dtsi"9 #include "stm32mp15xxac-pinctrl.dtsi"10 #include <dt-bindings/gpio/gpio.h>11 #include <dt-bindings/mfd/st,stpmic1.h>29 pinctrl-names = "default";30 pinctrl-0 = <&i2c4_pins_a>;31 i2c-scl-rising-time-ns = <185>;32 i2c-scl-falling-time-ns = <20>;[all …]
1 /* SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-3-Clause) */3 * Copyright (C) 2020 STMicroelectronics - All Rights Reserved7 #include "stm32mp15-pinctrl.dtsi"9 #include <dt-bindings/mfd/st,stpmic1.h>12 reserved-memory {13 #address-cells = <1>;14 #size-cells = <1>;18 compatible = "shared-dma-pool";20 no-map;24 compatible = "shared-dma-pool";[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 /dts-v1/;9 #include "stm32mp15-pinctrl.dtsi"10 #include "stm32mp15xxac-pinctrl.dtsi"11 #include <dt-bindings/gpio/gpio.h>12 #include <dt-bindings/mfd/st,stpmic1.h>24 stdout-path = "serial1:115200n8";33 compatible = "gpio-leds";38 linux,default-trigger = "heartbeat";39 default-state = "off";[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)6 /dts-v1/;10 #include "stm32mp15-pinctrl.dtsi"11 #include "stm32mp15xxac-pinctrl.dtsi"12 #include <dt-bindings/gpio/gpio.h>13 #include <dt-bindings/leds/common.h>14 #include <dt-bindings/mfd/st,stpmic1.h>17 model = "Seeed Studio Odyssey-STM32MP157C SOM";18 compatible = "seeed,stm32mp157c-odyssey-som", "st,stm32mp157";25 reserved-memory {[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) 2019-2020 Marek Vasut <marex@denx.de>6 #include "stm32mp15-pinctrl.dtsi"7 #include "stm32mp15xxaa-pinctrl.dtsi"8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/mfd/st,stpmic1.h>21 reserved-memory {22 #address-cells = <1>;23 #size-cells = <1>;27 compatible = "shared-dma-pool";[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved6 /dts-v1/;10 #include "stm32mp15-pinctrl.dtsi"11 #include "stm32mp15xxaa-pinctrl.dtsi"12 #include <dt-bindings/gpio/gpio.h>13 #include <dt-bindings/mfd/st,stpmic1.h>17 compatible = "st,stm32mp157c-ed1", "st,stm32mp157";20 stdout-path = "serial0:115200n8";28 reserved-memory {[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2019 - All Rights Reserved7 #include <dt-bindings/gpio/gpio.h>8 #include <dt-bindings/mfd/st,stpmic1.h>16 reserved-memory {17 #address-cells = <1>;18 #size-cells = <1>;22 compatible = "shared-dma-pool";24 no-map;28 compatible = "shared-dma-pool";[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2019 - All Rights Reserved7 /dts-v1/;10 #include "stm32mp157-pinctrl.dtsi"11 #include <dt-bindings/gpio/gpio.h>12 #include <dt-bindings/mfd/st,stpmic1.h>15 model = "STMicroelectronics STM32MP157A-DK1 Discovery Board";16 compatible = "st,stm32mp157a-dk1", "st,stm32mp157";24 stdout-path = "serial0:115200n8";32 compatible = "gpio-leds";[all …]
... then 81 /usr/share/command-not-found/command-not-found -- "$ ...