Home
last modified time | relevance | path

Searched refs:outf (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c49 FILE *outf; variable
520 fprintf(outf, in help()
1143 if (outf == stderr) in flush_output_stdout()
1146 filep = outf; in flush_output_stdout()
1155 fputs(output_buffer, outf); in flush_output_stderr()
1156 fflush(outf); in flush_output_stderr()
1325 fprintf(outf, "cpu%d MPERF 0!\n", old->cpu_id); in delta_thread()
1693 fprintf(outf, "cpu%d: apic 0x%x x2apic 0x%x\n", t->cpu_id, t->apic_id, t->x2apic_id); in get_apic_id()
1712 fprintf(outf, "Could not migrate to CPU %d\n", cpu); in get_counters()
1986 fprintf(outf, "cpu%d: MSR_PLATFORM_INFO: 0x%08llx\n", base_cpu, msr); in dump_nhm_platform_info()
[all …]
/Linux-v4.19/scripts/dtc/
Ddtc.c176 FILE *outf = NULL; in main() local
343 outf = stdout; in main()
345 outf = fopen(outname, "wb"); in main()
346 if (! outf) in main()
352 dt_to_source(outf, dti); in main()
354 dt_to_blob(outf, dti, outversion); in main()
356 dt_to_asm(outf, dti, outversion); in main()
/Linux-v4.19/arch/mips/boot/tools/
Drelocs.c572 static void emit_relocs(int as_text, int as_bin, FILE *outf) in emit_relocs() argument
598 outf = stdout; in emit_relocs()
601 outf = stdout; in emit_relocs()
607 if (fseek(outf, sec_reloc->shdr.sh_offset, SEEK_SET) < 0) { in emit_relocs()
614 size += write_reloc(relocs.offset[i], outf); in emit_relocs()
618 size += write_reloc(0, outf); in emit_relocs()
/Linux-v4.19/drivers/gpu/ipu-v3/
Dipu-ic.c227 enum ipu_color_space outf, in init_csc() argument
240 if (inf == IPUV3_COLORSPACE_YUV && outf == IPUV3_COLORSPACE_RGB) in init_csc()
242 else if (inf == IPUV3_COLORSPACE_RGB && outf == IPUV3_COLORSPACE_YUV) in init_csc()
244 else if (inf == IPUV3_COLORSPACE_RGB && outf == IPUV3_COLORSPACE_RGB) in init_csc()
/Linux-v4.19/drivers/net/ppp/
Dppp_generic.c481 goto outf; in ppp_read()
487 goto outf; in ppp_read()
490 outf: in ppp_read()
1227 goto outf; in ppp_start_xmit()
1236 goto outf; in ppp_start_xmit()
1239 goto outf; in ppp_start_xmit()
1245 goto outf; in ppp_start_xmit()
1256 outf: in ppp_start_xmit()
/Linux-v4.19/drivers/gpu/drm/tegra/
Ddc.c118 fixed20_12 outf = dfixed_init(out); in compute_dda_inc() local
140 outf.full = max_t(u32, outf.full - dfixed_const(1), dfixed_const(1)); in compute_dda_inc()
143 dda_inc = dfixed_div(inf, outf); in compute_dda_inc()