Searched +full:onkey +full:- +full:slide (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/input/max77650-onkey.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Onkey driver for MAX77650 PMIC from Maxim Integrated.10 - Bartosz Golaszewski <bgolaszewski@baylibre.com>16 The onkey controller is represented as a sub-node of the PMIC node on20 - $ref: input.yaml#24 const: maxim,max77650-onkey29 maxim,onkey-slide:[all …]
1 // SPDX-License-Identifier: GPL-2.06 // ONKEY driver for MAXIM 77650/77651 charger/power-supply.27 struct max77650_onkey *onkey = data; in max77650_onkey_falling() local29 input_report_key(onkey->input, onkey->code, 0); in max77650_onkey_falling()30 input_sync(onkey->input); in max77650_onkey_falling()37 struct max77650_onkey *onkey = data; in max77650_onkey_rising() local39 input_report_key(onkey->input, onkey->code, 1); in max77650_onkey_rising()40 input_sync(onkey->input); in max77650_onkey_rising()48 struct max77650_onkey *onkey; in max77650_onkey_probe() local53 dev = &pdev->dev; in max77650_onkey_probe()[all …]
1 # SPDX-License-Identifier: GPL-2.03 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: MAX77650 ultra low-power PMIC from Maxim Integrated.10 - Bartosz Golaszewski <bgolaszewski@baylibre.com>13 MAX77650 is an ultra-low power PMIC providing battery charging and power14 supply for low-power IoT and wearable applications.16 The GPIO-controller module is represented as part of the top-level PMIC19 For device-tree bindings of other sub-modules (regulator, power supply,20 LEDs and onkey) refer to the binding documents under the respective[all …]