Home
last modified time | relevance | path

Searched refs:fout (Results 1 – 3 of 3) sorted by relevance

/system/host/h2md/
A Dh2md.c52 FILE* fout; member
60 if (ctx->fout) { in emit()
63 vfprintf(ctx->fout, fmt, ap); in emit()
69 if (ctx->fout) { in close_outfile()
70 fclose(ctx->fout); in close_outfile()
71 ctx->fout = NULL; in close_outfile()
100 if ((ctx->fout = fopen(ctx->outfn, "w")) == NULL) { in open_outfile()
302 .fout = NULL, in process()
/system/dev/display/astro-display/
A Dastro-clock.cpp79 pll_cfg_.fout = d.lcd_clock / kKHZ; // KHz in GenerateHPLL()
81 pll_fout = pll_cfg_.fout * d.clock_factor; in GenerateHPLL()
85 if((pll_cfg_.fout > MAX_PIXEL_CLK_KHZ) || in GenerateHPLL()
387 DISP_INFO("fout = 0x%x (%u)\n", pll_cfg_.fout,pll_cfg_.fout); in Dump()
A Daml-dsi.h186 uint32_t fout; member

Completed in 7 milliseconds