Searched +full:beeper +full:- +full:hz (Results 1 – 6 of 6) 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 …]
1 * PWM beeper device tree bindings3 Registers a PWM device as beeper.6 - compatible: should be "pwm-beeper"7 - pwms: phandle to the physical PWM device10 - amp-supply: phandle to a regulator that acts as an amplifier for the beeper11 - beeper-hz: bell frequency in Hz16 compatible = "fixed-regulator";20 beeper {21 compatible = "pwm-beeper";23 amp-supply = <&beeper_amp>;
1 // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)3 * Copyright 2020-2021 TQ-Systems GmbH6 #include <dt-bindings/net/ti-dp83867.h>8 /* TQ-System[all...]
1 /*-2 * SPDX-License-Identifier: BSD-3-Clause4 * Copyright (c) 1992-1998 Søren Schmidt95 #define KEYCODE_BS 0x0e /* "<-- Backspace" key, XXX */97 /* NULL-safe version of "tty_opened()" */102 static int sc_console_unit = -1;118 static int enable_bell = TRUE; /* enable beeper */273 /* ec -- emergency console. */306 fb = main_console.sc->adp->va_window; in ec_putc()312 mysize = xsize * (ysize - 2 * yborder); in ec_putc()[all …]
1 /*-2 * SPDX-License-Identifier: BSD-2-Clause6 * Copyright (c) 2008-2012 Alexander Motin <mav@FreeBSD.org>50 #define hdaa_lock(devinfo) snd_mtxlock((devinfo)->lock)51 #define hdaa_unlock(devinfo) snd_mtxunlock((devinfo)->lock)52 #define hdaa_lockassert(devinfo) snd_mtxassert((devinfo)->lock)82 static const char *HDA_DEVS[16] = {"Line-ou[all...]
7 # bug-ncurses@gnu.org19 # under the ncurses MIT-style license. That was the effect of the agreement33 # some portions of the data are derivative work under a compatible MIT-style36 #------------------------------------------------------------------------------37 # https://invisible-island.net/ncurses/ncurses.faq.html#terminfo_copying38 # https://invisible-island.net/personal/copyrights.html#removing_notes39 #------------------------------------------------------------------------------48 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu54 # This file describes the capabilities of various character-cell terminals,55 # as needed by software such as screen-oriented editors.[all …]