Lines Matching refs:filepath
243 char *filepath = PSMINFO; local
253 fp = filp_open(filepath, O_RDONLY, 0);
260 __FUNCTION__, filepath, *power_mode));
368 char *filepath = ANTINFO; local
373 fp = filp_open(filepath, O_RDONLY, 0);
375 DHD_ERROR(("[WIFI_SEC] %s: File [%s] doesn't exist\n", __FUNCTION__, filepath));
396 __FUNCTION__, ant_val, filepath));
504 char *filepath = LOGTRACEINFO; local
508 fp = filp_open(filepath, O_RDONLY, 0);
510 DHD_ERROR(("[WIFI_SEC] %s: File [%s] doesn't exist\n", __FUNCTION__, filepath));
531 __FUNCTION__, logtrace, filepath));
550 char *filepath = NULL; local
563 filepath = PLATFORM_PATH".bustxglom.info";
568 filepath = PLATFORM_PATH".roamoff.info";
573 filepath = PLATFORM_PATH".frameburst.info";
578 filepath = PLATFORM_PATH".txbf.info";
583 filepath = PLATFORM_PATH".proptx.info";
591 fp = filp_open(filepath, O_RDONLY, 0);
594 __FUNCTION__, filepath));
601 __FUNCTION__, filepath));
727 char *filepath = WIFIVERINFO; local
816 fp = filp_open(filepath, O_RDONLY, 0);
830 fp = filp_open(filepath, O_RDWR | O_CREAT, 0664);
924 char *filepath = SOFTAPINFO; local
950 fp = filp_open(filepath, O_RDWR | O_CREAT, 0664);
979 char *filepath = PLATFORM_PATH".cid.info"; local
987 fp = filp_open(filepath, O_RDONLY, 0);
989 DHD_ERROR(("%s file open error\n", filepath));
1017 char *filepath = "/data/.rev"; local
1022 fp = filp_open(filepath, O_RDONLY, 0);