| /freebsd-14.2/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-14.2/usr.bin/morse/ |
| H A D | morse.c | 273 static void show(const char *), play(const char *), morse(char); 479 play(" "); in morse() 493 play(m->morse); in morse() 518 play(const char *s) in play() function
|
| /freebsd-14.2/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 | 152 struct hda_codec_class *codec, const char *play, const char *rec); 320 char *play; in hda_init() local 342 play = NULL; in hda_init() 344 play = strdup(value); in hda_init() 350 DPRINTF("play: %s rec: %s", play, rec); in hda_init() 351 if (play != NULL || rec != NULL) { in hda_init() 352 err = hda_codec_constructor(sc, codec, play, rec); in hda_init() 355 free(play); in hda_init() 428 const char *play, const char *rec) in hda_codec_constructor() argument 451 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-14.2/sys/contrib/device-tree/src/arm64/amlogic/ |
| H A D | meson-gxbb-wetek-play2.dts | 26 label = "wetek-play:wifi-status"; 32 label = "wetek-play:ethernet-status";
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| 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-14.2/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-14.2/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-14.2/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.
|
| H A D | xlnx,fpga-slave-serial.yaml | 15 not technically SPI, and might require extra circuits in order to play nicely
|
| /freebsd-14.2/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-14.2/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-14.2/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-14.2/contrib/netbsd-tests/lib/libcurses/tests/ |
| H A D | clear | 23 # create a window to play with, defines win1 var
|
| /freebsd-14.2/sys/dev/sound/pci/ |
| H A D | hdspe-pcm.c | 1004 int play, rec; in hdspe_pcm_attach() local 1023 play = (hdspe_channel_play_ports(scp->hc)) ? 1 : 0; in hdspe_pcm_attach() 1025 err = pcm_register(dev, scp, play, rec); in hdspe_pcm_attach() 1032 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()
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | playdate | 11 # create others. https://play.date/dev/
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/ntp/sntp/m4/ |
| H A D | ntp_cacheversion.m4 | 14 # while children do not. This comes into play only when introducing
|