| /freebsd/sys/dev/speaker/ |
| H A D | spkr.c | 56 static void playtone(int pitch, int value, int sustain); 187 playtone(int pitch, int value, int sustain) in playtone() argument 201 if (pitch == -1) in playtone() 209 (void) printf("playtone: pitch %d for %d ticks, rest for %d ticks\n", in playtone() 210 pitch, sound, silence); in playtone() 213 tone(pitchtab[pitch], sound); in playtone() 225 int pitch, oldfill, lastpitch = OCTAVE_NOTES * DFLT_OCTAVE; in playstring() local 245 /* compute pitch */ in playstring() 246 pitch = notetab[c - 'A'] + octave * OCTAVE_NOTES; in playstring() 250 ++pitch; in playstring() [all …]
|
| /freebsd/sys/dev/drm2/ |
| H A D | drm_mode.h | 282 __u32 pitch; member 300 * The pitch and offset order is dictated by the fourcc, 312 __u32 pitches[4]; /* pitch for each plane */ 440 /* handle, pitch, size will be returned */ 442 uint32_t pitch; member
|
| H A D | drm_fb_helper.h | 111 void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch,
|
| H A D | drm_modes.c | 786 * @maxPitch: max pitch 791 * The DRM device (@dev) has size and pitch limits. Here we validate the
|
| /freebsd/usr.sbin/kbdcontrol/ |
| H A D | kbdcontrol.c | 1012 int bell, duration, pitch; in set_bell_values() local 1016 pitch = 0; in set_bell_values() 1024 duration = 5, pitch = 800; in set_bell_values() 1026 duration = 0, pitch = 0; in set_bell_values() 1035 pitch = strtol(opt, &v1, 0); in set_bell_values() 1036 if ((pitch < 0) || (*opt == '\0') || (*v1 != '\0')) { in set_bell_values() 1038 warnx("argument to -b must be duration.pitch or [quiet.]visual|normal|off"); in set_bell_values() 1042 if (pitch != 0) in set_bell_values() 1043 pitch = 1193182 / pitch; /* in Hz */ in set_bell_values() 1049 if (duration > 0 && pitch > 0) in set_bell_values() [all …]
|
| H A D | kbdcontrol.1 | 28 .Ar duration . Ns Ar pitch | Ar belltype 80 .Ar duration . Ns Ar pitch | Ar belltype 82 Set the bell duration in milliseconds and pitch in hertz.
|
| /freebsd/stand/common/ |
| H A D | gfx_fb.c | 485 uint32_t data, bpp, pitch, y, x; in gfxfb_blt_fill() local 520 pitch = gfx_state.tg_fb.fb_stride * bpp; in gfxfb_blt_fill() 525 off = y * pitch + DestinationX * bpp; in gfxfb_blt_fill() 568 uint32_t bpp, pitch, copybytes; in gfxfb_blt_video_to_buffer() local 591 pitch = gfx_state.tg_fb.fb_stride * bpp; in gfxfb_blt_video_to_buffer() 610 off = sy * pitch + SourceX * bpp; in gfxfb_blt_video_to_buffer() 668 uint32_t bpp, pitch, copybytes; in gfxfb_blt_buffer_to_video() local 691 pitch = gfx_state.tg_fb.fb_stride * bpp; in gfxfb_blt_buffer_to_video() 710 off = dy * pitch + DestinationX * bpp; in gfxfb_blt_buffer_to_video() 771 int pitch; in gfxfb_blt_video_to_video() local [all …]
|
| /freebsd/sys/arm/nvidia/drm2/ |
| H A D | tegra_bo.c | 270 args->pitch= (args->width * args->bpp + 7) / 8; in tegra_bo_dumb_create() 271 args->pitch = roundup(args->pitch, drm->pitch_align); in tegra_bo_dumb_create() 272 args->size = args->pitch * args->height; in tegra_bo_dumb_create()
|
| /freebsd/sys/arm/broadcom/bcm2835/ |
| H A D | bcm2835_mbox_prop.h | 369 uint32_t pitch; member 424 uint32_t pitch; member 453 struct bcm2835_mbox_tag_pitch pitch; member
|
| H A D | bcm2835_fbd.c | 127 sc->info.fb_stride = fb.pitch; in bcm_fb_setup_fbd() 165 "fbswap: %d, pitch %d, base 0x%08x, screen_size %d\n", in bcm_fb_setup_fbd() 166 sc->fbswap, fb.pitch, fb.base, fb.size); in bcm_fb_setup_fbd()
|
| H A D | bcm2835_mbox.c | 572 BCM2835_MBOX_INIT_TAG(&msg.pitch, GET_PITCH); in bcm2835_mbox_fb_init() 583 fb->pitch = msg.pitch.body.resp.pitch; in bcm2835_mbox_fb_init()
|
| H A D | bcm2835_fb.c | 168 sc->stride = fb.pitch; in bcm_fb_attach() 182 "fbswap: %d, pitch %d, base 0x%08x, screen_size %d\n", in bcm_fb_attach() 183 sc->fbswap, fb.pitch, fb.base, fb.size); in bcm_fb_attach()
|
| /freebsd/sys/teken/ |
| H A D | teken_subr_compat.h | 104 teken_subr_cons25_set_bell_pitch_duration(const teken_t *t, unsigned int pitch, in teken_subr_cons25_set_bell_pitch_duration() argument 108 teken_funcs_param(t, TP_SETBELLPD, (pitch << 16) | in teken_subr_cons25_set_bell_pitch_duration()
|
| H A D | sequences | 104 C25BLPD Cons25 set bell pitch duration ^[ [ = B r r
|
| /freebsd/share/man/man4/ |
| H A D | spkr.4 | 228 Due to roundoff in the pitch tables and slop in the tone-generation and timer 229 hardware (neither of which was designed for precision), neither pitch accuracy
|
| H A D | screen.4 | 181 -- E[=p;dB Set bell pitch (p) and duration (d), -- 182 pitch is in units of 840 nS,
|
| /freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | ingenic,nemc-peripherals.yaml | 32 description: Burst pitch time in nanoseconds.
|
| /freebsd/sys/sys/ |
| H A D | cdio.h | 8 Added two new ioctl codes: door closing and audio pitch playback. 240 #define CDDOPITCH 0x00002000 /*<2>Audio pitch */
|
| /freebsd/sys/contrib/device-tree/Bindings/display/panel/ |
| H A D | boe,bf060y8m-aj0.yaml | 15 pixel arrangement, 63 micrometers pitch, with an active
|
| /freebsd/sys/kern/ |
| H A D | kern_cons.c | 698 sysbeep(int pitch, sbintime_t duration) in sysbeep() argument 707 timer_spkr_setfreq(pitch); in sysbeep() 730 sysbeep(int pitch __unused, sbintime_t duration __unused) in sysbeep()
|
| /freebsd/contrib/mandoc/ |
| H A D | man.options.1 | 442 output to a DASI 300 terminal in 12-pitch mode 1292 use 12-pitch for certain terminals
|
| /freebsd/share/dict/ |
| H A D | web2a | 2392 arc pitch 2803 auction pitch 3202 back pitch 6979 bone pitch 11189 cheese pitch 11560 chord pitch 13397 commutator pitch 18771 earth pitch 23244 fractional-pitch 23872 full-pitch [all …]
|
| /freebsd/usr.bin/mididump/ |
| H A D | mididump.c | 249 printf("Pitch bend channel=%d, change=%d\n", in main()
|
| /freebsd/sys/dev/vt/ |
| H A D | vt.h | 321 int vw_bell_pitch; /* (?) Bell pitch */
|
| /freebsd/sys/dev/syscons/ |
| H A D | syscons.c | 4264 * pitch is the divisor for 1.193182MHz PIT clock. By dividing 1193172 / pitch, 4269 sc_bell(scr_stat *scp, int pitch, int duration) in sc_bell() argument 4284 } else if (duration != 0 && pitch != 0) { in sc_bell() 4286 pitch *= 2; in sc_bell() 4287 sysbeep(1193182 / pitch, SBT_1S * duration / hz); in sc_bell()
|