/freebsd/contrib/ntp/util/ |
H A D | tg.c | 335 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 D | tg2.c | 1038 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 D | morse.c | 265 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 D | hda_codec.c | 205 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 D | pci_hda.c | 151 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 D | pci_hda.h | 74 int (*init)(struct hda_codec_inst *hci, const char *play,
|
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
H A D | meson-gxbb-wetek-play2.dts | 25 label = "wetek-play:wifi-status"; 31 label = "wetek-play:ethernet-status";
|
/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | spear1340-evb.dts | 228 i2s0: i2s-play@b2400000 { 259 stream_name = "spdif-cap", "spdif-play", "i2s-play", "i2s-cap"; 278 i2s-play@b2400000 {
|
H A D | spear1340.dtsi | 62 i2s-play@b2400000 { 68 play;
|
/freebsd/sys/isa/ |
H A D | isa_if.m | 34 # 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 D | ps2keyb-mouse-apbps2.txt | 6 these properties are built from information in the AMBA plug&play and from
|
H A D | dlg,da7280.txt | 48 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 D | altera-passive-serial.txt | 6 circuits in order to play nicely with other SPI slaves on the same bus.
|
H A D | xilinx-slave-serial.txt | 6 circuits in order to play nicely with other SPI slaves on the same bus.
|
/freebsd/sys/contrib/device-tree/Bindings/net/can/ |
H A D | grcan.txt | 6 Note: These properties are built from the AMBA plug&play in a Leon SPARC system
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | gpio-grgpio.txt | 6 these properties are built from information in the AMBA plug&play.
|
/freebsd/contrib/ntp/libntp/ |
H A D | audio.c | 359 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 D | clear | 23 # create a window to play with, defines win1 var
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | playdate | 11 # create others. https://play.date/dev/
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | gr-udc.txt | 7 these properties are built from information in the AMBA plug&play.
|
/freebsd/sys/dev/sound/pci/ |
H A D | hdspe-pcm.c | 1044 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 D | solo.c | 417 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 D | hdsp-pcm.c | 1053 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 D | README.md | 67 on events that occurred before it started. ZED may also play a role in
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | ntp_cacheversion.m4 | 14 # while children do not. This comes into play only when introducing
|