HomeSort by: relevance | last modified time | path
    Searched refs:tfa (Results 1 - 6 of 6) sorted by relevancy

  /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 551 struct tilcdcfb_attach_args tfa; local in function:tilcdc_fb_probe
590 memset(&tfa, 0, sizeof(tfa));
591 tfa.tfa_drm_dev = ddev;
592 tfa.tfa_fb_helper = helper;
593 tfa.tfa_fb_sizes = *sizes;
594 tfa.tfa_fb_bst = sc->sc_bst;
595 tfa.tfa_fb_dmat = sc->sc_dmat;
596 tfa.tfa_fb_linebytes = helper->fb->pitches[0];
598 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);
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/
k3-am64-main.dtsi 27 tfa-sram@1c0000 {

Completed in 14 milliseconds