Lines Matching refs:quiet
278 const char *fw_img_path, int quiet);
280 int timeout, int quiet, const char *fw_img_path,
288 int sim_mode, int printerrors, int quiet,
456 char *buf, const char *fw_img_path, int quiet) in fw_validate_ibm() argument
529 if (quiet == 0) { in fw_validate_ibm()
555 if (quiet == 0) in fw_validate_ibm()
570 fw_read_img(struct cam_device *dev, int retry_count, int timeout, int quiet, in fw_read_img() argument
618 fw_img_path, quiet) != 0) in fw_read_img()
825 char *buf, int img_size, int sim_mode, int printerrors, int quiet, in fw_download_img() argument
869 if (((sim_mode == 0) && (quiet == 0)) in fw_download_img()
968 if (quiet == 0) in fw_download_img()
992 int quiet = 0; in fwdownload() local
1001 quiet = 1; in fwdownload()
1059 buf = fw_read_img(device, retry_count, timeout, quiet, fw_img_path, in fwdownload()
1093 if ((sim_mode != 0) && (quiet == 0)) in fwdownload()
1097 quiet, retry_count, vp->timeout_ms, fw_img_path, devtype) != 0) { in fwdownload()
1101 } else if (quiet == 0) in fwdownload()