Home
last modified time | relevance | path

Searched refs:play (Results 1 – 25 of 76) sorted by relevance

1234

/freebsd/contrib/ntp/util/
H A Dtg.c335 info.play.port = port; in main()
336 info.play.gain = level; in main()
337 info.play.sample_rate = SECOND; in main()
338 info.play.channels = 1; in main()
339 info.play.precision = 8; in main()
340 info.play.encoding = AUDIO_ENCODING_ULAW; in main()
342 info.play.port, info.play.gain, info.play.sample_rate, in main()
343 info.play.channels, info.play.precision, in main()
344 info.play.encoding); in main()
H A Dtg2.c1038 info.play.port = port;
1039 info.play.gain = level;
1040 info.play.sample_rate = SetSampleRate;
1041 info.play.channels = 1;
1042 info.play.precision = 8;
1043 info.play.encoding = AUDIO_ENCODING_ULAW;
1045 info.play.port, info.play.gain, info.play.sample_rate,
1046 info.play.channels, info.play.precision,
1047 info.play.encoding);
/freebsd/usr.bin/morse/
H A Dmorse.c265 static void show(const char *), play(const char *), morse(char);
471 play(" "); in morse()
485 play(m->morse); in morse()
510 play(const char *s) in play() function
/freebsd/usr.sbin/bhyve/
H A Dhda_codec.c205 static int hda_codec_init(struct hda_codec_inst *hci, const char *play,
391 hda_codec_init(struct hda_codec_inst *hci, const char *play, in hda_codec_init() argument
398 if (!(play || rec)) in hda_codec_init()
405 if (play && rec) in hda_codec_init()
408 if (play) in hda_codec_init()
424 if (play) { in hda_codec_init()
432 st->aud = audio_init(play, 1); in hda_codec_init()
H A Dpci_hda.c151 struct hda_codec_class *codec, const char *play, const char *rec);
319 char *play; in hda_init() local
341 play = NULL; in hda_init()
343 play = strdup(value); in hda_init()
349 DPRINTF("play: %s rec: %s", play, rec); in hda_init()
350 if (play != NULL || rec != NULL) { in hda_init()
351 err = hda_codec_constructor(sc, codec, play, rec); in hda_init()
354 free(play); in hda_init()
427 const char *play, const char *rec) in hda_codec_constructor() argument
450 return (codec->init(hci, play, rec)); in hda_codec_constructor()
H A Dpci_hda.h74 int (*init)(struct hda_codec_inst *hci, const char *play,
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-gxbb-wetek-play2.dts25 label = "wetek-play:wifi-status";
31 label = "wetek-play:ethernet-status";
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dspear1340-evb.dts228 i2s0: i2s-play@b2400000 {
259 stream_name = "spdif-cap", "spdif-play", "i2s-play", "i2s-cap";
278 i2s-play@b2400000 {
H A Dspear1340.dtsi62 i2s-play@b2400000 {
68 play;
/freebsd/sys/isa/
H A Disa_if.m34 # Add a Plug-and-play configuration to the device. Configurations with
63 # If the device is not plug-and-play compatible, this method returns
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dps2keyb-mouse-apbps2.txt6 these properties are built from information in the AMBA plug&play and from
H A Ddlg,da7280.txt48 to play back when RTWM-MODE is enabled.
53 - dlg,gpiN-seq-id: the GPI(N)_SEQUENCE_ID, pattern to play
/freebsd/sys/contrib/device-tree/Bindings/fpga/
H A Daltera-passive-serial.txt6 circuits in order to play nicely with other SPI slaves on the same bus.
H A Dxilinx-slave-serial.txt6 circuits in order to play nicely with other SPI slaves on the same bus.
/freebsd/sys/contrib/device-tree/Bindings/net/can/
H A Dgrcan.txt6 Note: These properties are built from the AMBA plug&play in a Leon SPARC system
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-grgpio.txt6 these properties are built from information in the AMBA plug&play.
/freebsd/contrib/ntp/libntp/
H A Daudio.c359 info.play.gain = AUDIO_MAX_GAIN; in audio_init()
360 info.play.port = AUDIO_SPEAKER; in audio_init()
/freebsd/contrib/netbsd-tests/lib/libcurses/tests/
H A Dclear23 # create a window to play with, defines win1 var
/freebsd/contrib/file/magic/Magdir/
H A Dplaydate11 # create others. https://play.date/dev/
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dgr-udc.txt7 these properties are built from information in the AMBA plug&play.
/freebsd/sys/dev/sound/pci/
H A Dhdspe-pcm.c1044 int play, rec; in hdspe_pcm_attach() local
1069 play = (hdspe_channel_play_ports(scp->hc)) ? 1 : 0; in hdspe_pcm_attach()
1073 if (play) { in hdspe_pcm_attach()
H A Dsolo.c417 int play = (dir == PCMDIR_PLAY)? 1 : 0; in ess_setupch() local
426 sc->simplex_dir = play ? PCMDIR_PLAY : PCMDIR_REC ; in ess_setupch()
436 ess_write(sc, 0xb8, 0x04 | (play? 0x00 : 0x0a)); in ess_setupch()
H A Dhdsp-pcm.c1053 int play, rec; in hdsp_pcm_attach() local
1078 play = (hdsp_channel_play_ports(scp->hc)) ? 1 : 0; in hdsp_pcm_attach()
1082 if (play) { in hdsp_pcm_attach()
/freebsd/sys/contrib/openzfs/etc/init.d/
H A DREADME.md67 on events that occurred before it started. ZED may also play a role in
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_cacheversion.m414 # while children do not. This comes into play only when introducing

1234