Home
last modified time | relevance | path

Searched refs:ferror (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/drivers/mmc/host/
Dsunxi-mmc.c295 int ferror; member
893 host->ferror = sunxi_mmc_clk_set_rate(host, ios); in sunxi_mmc_set_clk()
907 host->ferror = mmc_regulator_set_ocr(mmc, in sunxi_mmc_card_power()
910 if (host->ferror) in sunxi_mmc_card_power()
915 host->ferror = regulator_enable(mmc->supply.vqmmc); in sunxi_mmc_card_power()
916 if (host->ferror) { in sunxi_mmc_card_power()
1012 if (host->ferror) { in sunxi_mmc_request()
1013 mrq->cmd->error = host->ferror; in sunxi_mmc_request()
/Linux-v5.4/arch/x86/boot/tools/
Dbuild.c313 if (ferror(file)) in parse_zoffset()
358 if (ferror(file)) in main()
/Linux-v5.4/tools/perf/util/
Dlzma.c70 if (ferror(infile)) { in lzma_decompress_to_file()
Dllvm-utils.c128 while (!feof(file) && !ferror(file)) { in read_from_pipe()
156 if (ferror(file)) { in read_from_pipe()
Dvdso.c168 if (ferror(f)) in vdso__do_copy_compat()
Dprobe-finder.c835 if (ferror(fp)) in find_lazy_match_lines()
Dprobe-event.c909 if (ferror(fp)) { in __show_one_line()
/Linux-v5.4/scripts/dtc/
Dflattree.c418 if (ferror(f)) in dt_to_blob()
816 if (ferror(f)) in dt_from_blob()
831 if (ferror(f)) in dt_from_blob()
859 if (ferror(f)) in dt_from_blob()
Ddata.c95 if (ferror(f)) in data_copy_file()
/Linux-v5.4/tools/perf/
Dperf.c335 if (ferror(stdout)) { in run_builtin()
/Linux-v5.4/scripts/
Dasn1_compiler.c1307 if (ferror(hdr)) { in render()
1320 if (ferror(out)) { in render()
1351 if (ferror(out)) { in render()
/Linux-v5.4/tools/hv/
Dhv_kvp_daemon.c166 if (ferror(filep) || fclose(filep)) { in kvp_update_file()
199 if (ferror(filep)) { in kvp_update_mem_state()
/Linux-v5.4/tools/bpf/bpftool/
Dprog.c798 if (ferror(f)) { in get_run_data()