/src/sys/arch/arm/rockchip/ |
rk_fb.c | 82 struct rk_drmfb_attach_args * const sfa = aux; local in function:rk_fb_attach 85 sc->sc_sfa = *sfa; 86 sc->sc_fb = to_rk_drm_framebuffer(sfa->sfa_fb_helper->fb); 99 struct rk_drmfb_attach_args * const sfa = &sc->sc_sfa; local in function:rk_fb_turnoffandbackonagain 108 mutex_lock(&sfa->sfa_fb_helper->lock); 109 drm_client_modeset_dpms(&sfa->sfa_fb_helper->client, DRM_MODE_DPMS_OFF); 110 drm_client_modeset_dpms(&sfa->sfa_fb_helper->client, DRM_MODE_DPMS_ON); 111 mutex_unlock(&sfa->sfa_fb_helper->lock); 120 struct rk_drmfb_attach_args * const sfa = &sc->sc_sfa; local in function:rk_fb_init 125 .da_fb_helper = sfa->sfa_fb_helper [all...] |
rk_drm.c | 310 struct rk_drmfb_attach_args sfa; local in function:rk_drm_fb_probe 355 memset(&sfa, 0, sizeof(sfa)); 356 sfa.sfa_drm_dev = ddev; 357 sfa.sfa_fb_helper = helper; 358 sfa.sfa_fb_sizes = *sizes; 359 sfa.sfa_fb_bst = sc->sc_bst; 360 sfa.sfa_fb_dmat = sc->sc_dmat; 361 sfa.sfa_fb_linebytes = helper->fb->pitches[0]; 363 helper->fbdev = config_found(ddev->dev, &sfa, NULL [all...] |
/src/sys/arch/arm/sunxi/ |
sunxi_fb.c | 85 struct sunxi_drmfb_attach_args * const sfa = aux; local in function:sunxi_fb_attach 89 sc->sc_sfa = *sfa; 90 sc->sc_fb = to_sunxi_drm_framebuffer(sfa->sfa_fb_helper->fb); 105 struct sunxi_drmfb_attach_args * const sfa = &sc->sc_sfa; local in function:sunxi_fb_init 110 .da_fb_helper = sfa->sfa_fb_helper, 111 .da_fb_sizes = &sfa->sfa_fb_sizes, 113 .da_fb_linebytes = sfa->sfa_fb_linebytes,
|
sunxi_drm.c | 350 struct sunxi_drmfb_attach_args sfa; local in function:sunxi_drm_fb_probe 407 memset(&sfa, 0, sizeof(sfa)); 408 sfa.sfa_drm_dev = ddev; 409 sfa.sfa_fb_helper = helper; 410 sfa.sfa_fb_sizes = *sizes; 411 sfa.sfa_fb_bst = sc->sc_bst; 412 sfa.sfa_fb_dmat = sc->sc_dmat; 413 sfa.sfa_fb_linebytes = helper->fb->pitches[0]; 415 helper->fbdev = config_found(ddev->dev, &sfa, NULL [all...] |
/src/sys/dev/spi/ |
spiflash.c | 177 struct spiflash_attach_args sfa; local in function:spiflash_attach_mi 178 sfa.hw = hw; 179 sfa.cookie = cookie; 181 return (spiflash_handle_t)config_found(dev, &sfa, spiflash_print, 205 struct spiflash_attach_args *sfa = aux; local in function:spiflash_attach 206 void *cookie = sfa->cookie; 208 sc->sc_hw = *sfa->hw;
|
/src/sys/arch/alpha/alpha/ |
fp_complete.c | 559 s_float sfa, sfb, sfc; local in function:alpha_fp_interpret 600 sts(inst.float_detail.fa, &sfa, l); 602 sfa.i, sfb.i);
|