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

/fuchsia/zircon/system/host/h2md/
H A Dh2md.c52 FILE* fout; member in struct:__anon575
60 if (ctx->fout) {
63 vfprintf(ctx->fout, fmt, ap);
69 if (ctx->fout) {
70 fclose(ctx->fout);
71 ctx->fout = NULL;
100 if ((ctx->fout = fopen(ctx->outfn, "w")) == NULL) {
302 .fout = NULL,
/fuchsia/zircon/system/dev/display/astro-display/
H A Daml-dsi.h188 uint32_t fout; member in struct:PllConfig
H A Dastro-clock.cpp79 pll_cfg_.fout = d.lcd_clock / kKHZ; // KHz
81 pll_fout = pll_cfg_.fout * d.clock_factor;
85 if((pll_cfg_.fout > MAX_PIXEL_CLK_KHZ) ||
390 DISP_INFO("fout = 0x%x (%u)\n", pll_cfg_.fout,pll_cfg_.fout);

Completed in 79 milliseconds