Searched refs:recording (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | patch_conexant.c | 36 bool recording; member 376 /* Set up mic pins for port-B, C and F dynamically as the recording in olpc_xo_update_mic_pins() 388 * recording, it would give the false indication that in olpc_xo_update_mic_pins() 389 * recording is happening when it is not. in olpc_xo_update_mic_pins() 391 update_mic_pin(codec, 0x1a, spec->recording ? in olpc_xo_update_mic_pins() 393 update_mic_pin(codec, 0x1b, spec->recording ? in olpc_xo_update_mic_pins() 410 if (spec->recording) in olpc_xo_update_mic_pins() 417 update_mic_pin(codec, 0x1e, spec->recording ? PIN_IN : 0); in olpc_xo_update_mic_pins() 444 /* toggle spec->recording flag and update mic pins accordingly in olpc_xo_capture_hook() 449 spec->recording in olpc_xo_capture_hook() [all...] |
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | patch_conexant.c | 42 bool recording; member 485 /* Set up mic pins for port-B, C and F dynamically as the recording in olpc_xo_update_mic_pins() 497 * recording, it would give the false indication that in olpc_xo_update_mic_pins() 498 * recording is happening when it is not. in olpc_xo_update_mic_pins() 500 update_mic_pin(codec, 0x1a, spec->recording ? in olpc_xo_update_mic_pins() 502 update_mic_pin(codec, 0x1b, spec->recording ? in olpc_xo_update_mic_pins() 519 if (spec->recording) in olpc_xo_update_mic_pins() 526 update_mic_pin(codec, 0x1e, spec->recording ? PIN_IN : 0); in olpc_xo_update_mic_pins() 553 /* toggle spec->recording flag and update mic pins accordingly in olpc_xo_capture_hook() 558 spec->recording in olpc_xo_capture_hook() [all...] |
/kernel/linux/linux-5.10/include/media/ |
H A D | dvb_demux.h | 241 int recording; member
|
/kernel/linux/linux-6.6/include/media/ |
H A D | dvb_demux.h | 241 int recording; member
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | vmlogrdr.c | 257 * The recording commands needs to be called with option QID in vmlogrdr_recording() 259 * Purging has to be done as separate step, because recording in vmlogrdr_recording() 280 /* The recording command will usually answer with 'Command complete' in vmlogrdr_recording() 291 * If we turn recording off, we have to purge any remaining records in vmlogrdr_recording() 343 /* start recording for this service*/ in vmlogrdr_open() 347 pr_warn("vmlogrdr: failed to start recording automatically\n"); in vmlogrdr_open() 399 pr_warn("vmlogrdr: failed to stop recording automatically\n"); in vmlogrdr_release() 559 * The recording command needs to be called with option QID in vmlogrdr_purge_store() 642 static DEVICE_ATTR(recording, 0200, NULL, vmlogrdr_recording_store);
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | vmlogrdr.c | 257 * The recording commands needs to be called with option QID in vmlogrdr_recording() 259 * Purging has to be done as separate step, because recording in vmlogrdr_recording() 280 /* The recording command will usually answer with 'Command complete' in vmlogrdr_recording() 291 * If we turn recording off, we have to purge any remaining records in vmlogrdr_recording() 343 /* start recording for this service*/ in vmlogrdr_open() 347 pr_warn("vmlogrdr: failed to start recording automatically\n"); in vmlogrdr_open() 399 pr_warn("vmlogrdr: failed to stop recording automatically\n"); in vmlogrdr_release() 559 * The recording command needs to be called with option QID in vmlogrdr_purge_store() 642 static DEVICE_ATTR(recording, 0200, NULL, vmlogrdr_recording_store);
|
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/ |
H A D | av7110.c | 388 if (av7110->demux.recording) in debiirq() 919 dvbdmx->recording = 0; in dvb_feed_stop_pid()
|
H A D | av7110_av.c | 113 dvbdmx->recording = 1; in av7110_av_start_record()
|
/kernel/linux/linux-6.6/drivers/staging/media/av7110/ |
H A D | av7110.c | 388 if (av7110->demux.recording) in debiirq() 919 dvbdmx->recording = 0; in dvb_feed_stop_pid()
|
H A D | av7110_av.c | 114 dvbdmx->recording = 1; in av7110_av_start_record()
|
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
H A D | dvb_demux.c | 1287 dvbdemux->recording = 0; in dvb_dmx_init()
|
/kernel/linux/linux-6.6/drivers/media/dvb-core/ |
H A D | dvb_demux.c | 1277 dvbdemux->recording = 0; in dvb_dmx_init()
|
Completed in 19 milliseconds