Lines Matching full:recording
217 static const char cp_command[] = "QUERY COMMAND RECORDING "; in vmlogrdr_get_recording_class_AB()
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()
267 "RECORDING %s PURGE %s", in vmlogrdr_recording()
275 snprintf(cp_command, sizeof(cp_command), "RECORDING %s %s %s", in vmlogrdr_recording()
280 /* The recording command will usually answer with 'Command complete' in vmlogrdr_recording()
283 * 'HCPCRC8072I Recording entry not found' before the in vmlogrdr_recording()
291 * If we turn recording off, we have to purge any remaining records in vmlogrdr_recording()
299 "RECORDING %s PURGE %s", 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()
567 "RECORDING %s PURGE QID * ", in vmlogrdr_purge_store()
571 "RECORDING %s PURGE ", in vmlogrdr_purge_store()
642 static DEVICE_ATTR(recording, 0200, NULL, vmlogrdr_recording_store);
647 static const char cp_command[] = "QUERY RECORDING "; in recording_status_show()