/src/sys/arch/arm/nvidia/ |
tegra_drm_fb.c | 95 struct tegra_drmfb_attach_args tfa; local in function:tegra_fb_probe 102 memset(&tfa, 0, sizeof(tfa)); 103 tfa.tfa_drm_dev = ddev; 104 tfa.tfa_fb_helper = helper; 105 tfa.tfa_fb_sizes = *sizes; 106 tfa.tfa_fb_bst = sc->sc_bst; 107 tfa.tfa_fb_dmat = sc->sc_dmat; 108 tfa.tfa_fb_linebytes = helper->fb->pitches[0]; 110 helper->fbdev = config_found(ddev->dev, &tfa, NULL [all...] |
tegra_fb.c | 82 struct tegra_drmfb_attach_args * const tfa = aux; local in function:tegra_fb_attach 86 sc->sc_tfa = *tfa; 87 sc->sc_fb = to_tegra_framebuffer(tfa->tfa_fb_helper->fb); 102 struct tegra_drmfb_attach_args * const tfa = &sc->sc_tfa; local in function:tegra_fb_init 105 .da_fb_helper = tfa->tfa_fb_helper, 106 .da_fb_sizes = &tfa->tfa_fb_sizes, 108 .da_fb_linebytes = tfa->tfa_fb_linebytes,
|
/src/sys/arch/arm/ti/ |
ti_fb.c | 83 struct tilcdcfb_attach_args * const tfa = aux; local in function:ti_fb_attach 86 sc->sc_tfa = *tfa; 87 sc->sc_fb = to_tilcdc_framebuffer(tfa->tfa_fb_helper->fb); 102 struct tilcdcfb_attach_args * const tfa = &sc->sc_tfa; local in function:tilcdc_fb_init 105 .da_fb_helper = tfa->tfa_fb_helper, 106 .da_fb_sizes = &tfa->tfa_fb_sizes, 108 .da_fb_linebytes = tfa->tfa_fb_linebytes,
|
ti_lcdc.c | 554 struct tilcdcfb_attach_args tfa; local in function:tilcdc_fb_probe 593 memset(&tfa, 0, sizeof(tfa)); 594 tfa.tfa_drm_dev = ddev; 595 tfa.tfa_fb_helper = helper; 596 tfa.tfa_fb_sizes = *sizes; 597 tfa.tfa_fb_bst = sc->sc_bst; 598 tfa.tfa_fb_dmat = sc->sc_dmat; 599 tfa.tfa_fb_linebytes = helper->fb->pitches[0]; 601 helper->fbdev = config_found(ddev->dev, &tfa, NULL [all...] |
/src/sys/arch/alpha/alpha/ |
fp_complete.c | 560 t_float tfa, tfb, tfc; local in function:alpha_fp_interpret 616 stt(inst.float_detail.fa, &tfa, l); 618 .opclass])(tfa.i, tfb.i);
|