Home
last modified time | relevance | path

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

/linux-6.15/drivers/mmc/host/
H A Dsunxi-mmc.c297 int ferror; member
898 host->ferror = sunxi_mmc_clk_set_rate(host, ios); in sunxi_mmc_set_clk()
912 host->ferror = mmc_regulator_set_ocr(mmc, in sunxi_mmc_card_power()
915 if (host->ferror) in sunxi_mmc_card_power()
920 host->ferror = regulator_enable(mmc->supply.vqmmc); in sunxi_mmc_card_power()
921 if (host->ferror) { in sunxi_mmc_card_power()
1021 if (host->ferror) { in sunxi_mmc_request()
1022 mrq->cmd->error = host->ferror; in sunxi_mmc_request()
/linux-6.15/tools/testing/selftests/prctl/
H A Dset-process-name.c69 if (ferror(fptr)) in check_name()
/linux-6.15/tools/perf/util/
H A Dlzma.c61 if (ferror(infile)) { in lzma_decompress_stream_to_file()
H A Dvdso.c180 if (ferror(f)) in vdso__do_copy_compat()
H A Dprobe-finder.c808 if (ferror(fp)) in find_lazy_match_lines()
H A Dprobe-event.c1025 if (ferror(fp)) { in __show_one_line()
/linux-6.15/scripts/dtc/
H A Dflattree.c419 if (ferror(f)) in dt_to_blob()
814 if (ferror(f)) in dt_from_blob()
829 if (ferror(f)) in dt_from_blob()
857 if (ferror(f)) in dt_from_blob()
H A Ddata.c95 if (ferror(f)) in data_copy_file()
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Darg_parsing.c144 if (!ASSERT_OK(ferror(fp), "prepare tmp")) in test_parse_test_list_file()
/linux-6.15/scripts/basic/
H A Dfixdep.c434 if (ferror(stdout)) { in main()
/linux-6.15/scripts/kconfig/
H A Dconfdata.c948 ret = ferror(out); /* error check for all fprintf() calls */ in conf_write_autoconf_cmd()
1066 ret = ferror(file); in __conf_write_autoconf()
/linux-6.15/tools/testing/selftests/kvm/lib/
H A Dtest_util.c412 ferror(fp)); in sys_get_cur_clocksource()
/linux-6.15/tools/perf/
H A Dperf.c373 if (ferror(stdout)) { in run_builtin()
/linux-6.15/scripts/
H A Dasn1_compiler.c1307 if (ferror(hdr)) { in render()
1320 if (ferror(out)) { in render()
1351 if (ferror(out)) { in render()
/linux-6.15/tools/hv/
H A Dhv_kvp_daemon.c178 if (ferror(filep) || fclose(filep)) { in kvp_update_file()
211 if (ferror(filep)) { in kvp_update_mem_state()
/linux-6.15/tools/bpf/bpftool/
H A Dprog.c1160 if (ferror(f)) { in get_run_data()