HomeSort by: relevance | last modified time | path
    Searched refs:tone (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
Makefile 30 dtb-$(CONFIG_ARCH_QCOM) += msm8996-pmi8996-sony-xperia-tone-dora.dtb
31 dtb-$(CONFIG_ARCH_QCOM) += msm8996-pmi8996-sony-xperia-tone-kagura.dtb
32 dtb-$(CONFIG_ARCH_QCOM) += msm8996-pmi8996-sony-xperia-tone-keyaki.dtb
33 dtb-$(CONFIG_ARCH_QCOM) += msm8996-sony-xperia-tone-dora.dtb
34 dtb-$(CONFIG_ARCH_QCOM) += msm8996-sony-xperia-tone-kagura.dtb
35 dtb-$(CONFIG_ARCH_QCOM) += msm8996-sony-xperia-tone-keyaki.dtb
  /src/sys/arch/x68k/dev/
opm.c 238 opm_set_key(int channel, int tone)
240 writeopm(0x28 + channel, tone >> 8);
241 writeopm(0x30 + channel, tone & 0xff);
  /src/sys/dev/wscons/
wsbell.c 412 tone_t tone; local in function:bell_thread
424 tone.frequency = vb->pitch;
429 tone.duration = vb->period / 10;
436 spkrioctl(sc->sc_spkr, SPKRTONE, &tone, 0, curlwp);
  /src/sys/dev/
spkr.c 124 /* letter to half-tone: A B C D E F G */
173 * Play tone of proper duration for current rhythm signature.
313 /* time to emit the actual tone */
409 * Attaches spkr. Specify tone function with the following specification:
412 * tone(device_t self, u_int pitch, u_int tick)
424 spkr_attach(device_t self, void (*tone)(device_t, u_int, u_int))
433 sc->sc_tone = tone;
553 * Play tone specified by tp.
  /src/sys/arch/luna68k/dev/xplx/
xplx.asm 760 ; tone = off, noise = off
1167 ; PSG CH3 TONE ON
  /src/lib/libterminfo/
term.h 1513 #define tone t_tone(cur_term) macro
1911 * tone: Select tone touch dialing
1924 * wait_tone: Wait for dial tone

Completed in 43 milliseconds