Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dsunxi-mmc.c296 int ferror; member
888 host->ferror = sunxi_mmc_clk_set_rate(host, ios); in sunxi_mmc_set_clk()
902 host->ferror = mmc_regulator_set_ocr(mmc, in sunxi_mmc_card_power()
905 if (host->ferror) in sunxi_mmc_card_power()
910 host->ferror = regulator_enable(mmc->supply.vqmmc); in sunxi_mmc_card_power()
911 if (host->ferror) { in sunxi_mmc_card_power()
1007 if (host->ferror) { in sunxi_mmc_request()
1008 mrq->cmd->error = host->ferror; in sunxi_mmc_request()
/Linux-v4.19/arch/x86/boot/tools/
Dbuild.c312 if (ferror(file)) in parse_zoffset()
357 if (ferror(file)) in main()
/Linux-v4.19/tools/perf/util/
Dlzma.c69 if (ferror(infile)) { in lzma_decompress_to_file()
Dllvm-utils.c125 while (!feof(file) && !ferror(file)) { in read_from_pipe()
153 if (ferror(file)) { in read_from_pipe()
Dvdso.c165 if (ferror(f)) in vdso__do_copy_compat()
Dprobe-finder.c843 if (ferror(fp)) in find_lazy_match_lines()
Dprobe-event.c913 if (ferror(fp)) { in __show_one_line()
/Linux-v4.19/scripts/dtc/
Dflattree.c433 if (ferror(f)) in dt_to_blob()
831 if (ferror(f)) in dt_from_blob()
846 if (ferror(f)) in dt_from_blob()
874 if (ferror(f)) in dt_from_blob()
Ddata.c108 if (ferror(f)) in data_copy_file()
/Linux-v4.19/tools/perf/
Dperf.c325 if (ferror(stdout)) { in run_builtin()
/Linux-v4.19/scripts/
Dasn1_compiler.c1311 if (ferror(hdr)) { in render()
1324 if (ferror(out)) { in render()
1355 if (ferror(out)) { in render()
/Linux-v4.19/tools/hv/
Dhv_kvp_daemon.c166 if (ferror(filep) || fclose(filep)) { in kvp_update_file()
199 if (ferror(filep)) { in kvp_update_mem_state()