Home
last modified time | relevance | path

Searched refs:usbmon_logfile_fp (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Ddevice.c573 fwrite(tbuff, strlen(tbuff), 1, profile->usbmon_logfile_fp); in catch_log()
605 profile->usbmon_logfile_fp = fopen(log_path, "wb"); in ql_capture_usbmon_log()
606 if (!profile->usbmon_logfile_fp) { in ql_capture_usbmon_log()
624 if (profile->usbmon_logfile_fp) in ql_stop_usbmon_log()
625 fclose(profile->usbmon_logfile_fp); in ql_stop_usbmon_log()
H A DQMIThread.h212 FILE *usbmon_logfile_fp; member