/freebsd/usr.sbin/mixer/ |
H A D | mixer.8 | 92 Print only the recording source(s) of the mixer device. 104 .It all Ta Playback and recording 106 .It rec Ta Recording 113 will not accidentally hot-swap both the recording and playback device in 220 control modifies the recording sources of a mixer. 222 marks devices which can be used as a recording source with 224 Recording sources are marked with 226 To modify the recording source you can use one of the following modifiers 234 of possible recording devices 238 to possible recording devices [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_dbg_fw_funcs.h | 88 * - The last recording is erased. 89 * - Recording is directed to the internal buffer. 90 * - Wrap-around recording is selected. 96 * @param one_shot_en - Enable/Disable one-shot recording. If disabled, 97 * wrap-around recording is used instead. 106 * @param grc_input_en - Enable/Disable recording GRC input. If enabled, the 130 * - the Debug block wasn't reset since last recording 172 * - the Debug block wasn't reset since last recording 187 * @brief ecore_dbg_bus_enable_block - Enables recording of the specified block 189 * Each recording cycle contains 4 "units". If the recorded HW data requires up [all …]
|
H A D | ecore_hsi_debug_tools.h | 679 u8 enabled /* indicates if the Storm is enabled for recording */; 698 u8 num_enabled_blocks /* Number of blocks enabled for recording */; 699 u8 num_enabled_storms /* Number of Storms enabled for recording */; 702 u8 grc_input_en /* Indicates if GRC recording is enabled (0/1) */; 703 u8 timestamp_input_en /* Indicates if timestamp recording is enabled (0/1) */; 704 u8 filter_en /* Indicates if the recording filter is enabled (0/1) */; 706 …u8 filter_pre_trigger /* Indicates if the recording filter should be applied before the trigger. V… 707 …u8 filter_post_trigger /* Indicates if the recording filter should be applied after the trigger. V… 709 u8 trigger_en /* Indicates if the recording trigger is enabled (0/1) */; 714 …u8 rcv_from_other_engine /* Indicates if the other engine sends it NW recording to this engine (0/… [all …]
|
/freebsd/lib/libmixer/ |
H A D | mixer.3 | 124 int recmask; /* recording devices */ 129 int recsrc; /* recording sources */ 188 Bit mask containing all recording devices. 191 Bit mask containing all recording sources. 362 function modifies a recording device. 363 The selected device has to be a recording device, otherwise the function will 370 Add device to the recording sources. 372 Remove device from the recording sources. 374 Set device as the only recording source. 376 Toggle device from the recording sources. [all …]
|
H A D | mixer.c | 376 * Modify a recording device. The selected device has to be a recording device, 379 * @param opt MIX_ADDRECSRC add device to recording sources 380 * MIX_REMOVERECSRC remove device from recording sources 381 * MIX_SETRECSRC set device as the only recording source 382 * MIX_TOGGLERECSRC toggle device from recording sources
|
H A D | mixer.h | 86 int recmask; /* recording devices */ 91 int recsrc; /* recording sources */
|
/freebsd/share/man/man4/ |
H A D | snd_emu10kx.4 | 129 .Sh MULTICHANNEL RECORDING 130 By default multichannel recording capabilities are not enabled when you load 194 On EMU10K1 cards it controls the AC97 codec recording level. 198 AC97 recording level and AC97 recording source are fixed on CA0100, CA0101, 200 The AC97 recording levels are always set to maximum and recording source is always 243 Enables experimental multichannel recording support.
|
H A D | snd_atiixp.4 | 51 This driver supports 16bit playback and recording, and 32bit native playback 52 and recording. 98 32bit native recording is broken on some hardware.
|
H A D | snd_hda.4 | 145 denies mono playback/recording. 190 Controls automatic recording source feature: 199 When enabled, driver will automatically set recording source of the mixer to 437 device uses two associations: one for playback and one for recording. 453 recording, using the external microphones and the 482 Recording on 502 Recording on 558 overall recording level
|
H A D | pcm.4 | 204 Each device can optionally support more playback and recording channels 280 Use the best available sound device based on playing and recording 365 recording channel available. 527 supported natively and in Linux emulation, memory mapped recording is not due
|
/freebsd/sys/contrib/dev/iwlwifi/fw/ |
H A D | file.h | 380 * @IWL_UCODE_TLV_CAPA_D3_DEBUG: supports debug recording during D3 597 * enum iwl_fw_dbg_monitor_mode - available monitor recording modes 767 * @stop_consec_missed_bcon: stop recording if threshold is crossed. 768 * @stop_consec_missed_bcon_since_rx: stop recording if threshold is crossed. 769 * @start_consec_missed_bcon: start recording if threshold is crossed. 770 * @start_consec_missed_bcon_since_rx: start recording if threshold is crossed. 799 * @start_threshold: the threshold above which to start recording 825 * @start_auth_denied: number of denied authentication to start recording 826 * @start_auth_timeout: number of authentication timeout to start recording 827 * @start_rx_deauth: number of Rx deauth to start recording [all...] |
/freebsd/crypto/openssh/ |
H A D | logintest.c | 26 ** logintest.c: simple test driver for platform-independent login recording 193 /* We can be off by a second or so, even when recording works fine. in testAPI() 196 "** This indicates that lastlog is either recording the " in testAPI() 259 printf("login recording methods selected:\n"); in showOptions() 286 printf("Platform-independent login recording test driver\n"); in main()
|
H A D | loginrec.h | 29 ** loginrec.h: platform-independent login recording and lastlog retrieval 85 * login recording functions
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | adi,adm1266.yaml | 8 Control and Fault Recording 15 Control and Fault Recording.
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/ |
H A D | tst.DiscardAftDataRec.d | 31 * Discard may not follow data recording actions. 47 printf("Can have data recording before discarding\n");
|
H A D | err.D_DREC_COMM.DataRecAftCommit.d | 31 * Data recording actions may not follow commit. 62 printf("Data recording after commit\n");
|
H A D | tst.DataRecAftDiscard.d | 31 * Data recording actions may follow discard. 59 printf("Data recording after discard\n");
|
/freebsd/sys/sys/ |
H A D | kcov.h | 49 #define KIOENABLE _IOWINT('c', 2) /* Enable coverage recording */ 50 #define KIODISABLE _IO('c', 3) /* Disable coverage recording */
|
/freebsd/contrib/libxo/encoder/csv/ |
H A D | enc_csv.c | 31 * singular leafs can also be matched. The costs include recording 418 * If we're at the end of the path, start recording leaf values. 424 /* An new "open" event means we stop recording */ in csv_open_level() 436 csv_dbg(xop, csv, "csv: recording (no-path) ...\n"); in csv_open_level() 446 /* If we're all the way thru the path members, start recording */ in csv_open_level() 448 csv_dbg(xop, csv, "csv: recording ...\n"); in csv_open_level() 465 /* If we're recording, a close triggers an emit */ in csv_close_level() 489 * record leaf values. If the leaf is new and we haven't stopped recording 735 return 0; /* Don't bother recording */ in csv_data()
|
/freebsd/sys/dev/sound/pcm/ |
H A D | mixer.c | 405 * @brief Retrieve the route number of the current recording device 407 * OSSv4 assigns routing numbers to recording devices, unlike the previous 410 * for recording. 414 * allows multiple recording devices to be specified via a bitmask.) 419 * @retval EIDRM no recording device found (generally not possible) 445 * @brief Select a device for recording 447 * This function sets a recording source based on a recording device's 504 * @brief Record mask of available recording devices 507 * recording device [all...] |
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | debug.h | 41 * 0 - resume DBGC recording 42 * 1 - suspend DBGC recording 93 * @DBGC_RESUME_CMD: resume dbgc recording 94 * @DBGC_SUSPEND_CMD: stop dbgc recording
|
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
H A D | panasonic,amg88xx.txt | 3 The Panasonic family of AMG88xx Grid-Eye sensors allow recording
|
H A D | melexis,mlx90640.txt | 3 Melexis MLX90640 FIR sensor support which allows recording of thermal data
|
/freebsd/usr.sbin/zonectl/ |
H A D | zonectl.8 | 37 .Nd Shingled Magnetic Recording Zone Control utility 59 Magnetic Recording (SMR).
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | rockchip,rk3399-gru-sound.txt | 12 delay for DMIC to ready so that rt5514 can avoid recording before
|