Searched +full:pwm +full:- +full:beeper (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/input/pwm-beeper.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: PWM beeper10 - Sascha Hauer <s.hauer@pengutronix.de>14 const: pwm-beeper19 amp-supply:20 description: an amplifier for the beeper22 beeper-hz:[all …]
6 the right in-kernel and userspace APIs/ABIs for the job, and that these10 - leds-gpio: drivers/leds/leds-gpio.c will handle LEDs connected to GPIO13 - ledtrig-gpio: drivers/leds/trigger/ledtrig-gpio.c will provide a LED trigger,15 (and that LED may in turn use the leds-gpio as per above).17 - gpio-keys: drivers/input/keyboard/gpio_keys.c is used when your GPIO line20 - gpio-keys-polled: drivers/input/keyboard/gpio_keys_polled.c is used when your24 - gpio_mouse: drivers/input/mouse/gpio_mouse.c is used to provide a mouse with29 - gpio-beeper: drivers/input/misc/gpio-beeper.c is used to provide a beep from31 off/on, for an actual PWM waveform, see pwm-gpio below.)33 - pwm-gpio: drivers/pwm/pwm-gpio.c is used to toggle a GPIO with a high[all …]