Lines Matching refs:funcs
242 helper->funcs->gamma_get(crtc, &r_base[i], &g_base[i], &b_base[i], i);
249 if (crtc->funcs->gamma_set == NULL)
256 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, 0, crtc->gamma_size);
262 struct drm_crtc_helper_funcs *funcs;
276 funcs = mode_set->crtc->helper_private;
278 funcs->mode_set_base_atomic(mode_set->crtc,
308 struct drm_crtc_helper_funcs *funcs;
315 funcs = crtc->helper_private;
327 funcs->mode_set_base_atomic(mode_set->crtc, fb, crtc->x,
343 ret = mode_set->crtc->funcs->set_config(mode_set); in drm_fb_helper_restore_fbdev_mode()
450 connector->funcs->dpms(connector, dpms_mode);
615 fb_helper->funcs->gamma_set(crtc, red,
619 fb_helper->funcs->gamma_get(crtc, &r,
624 fb_helper->funcs->gamma_set(crtc, r,
631 fb_helper->funcs->gamma_set(crtc, red, green, blue, pindex);
784 ret = crtc->funcs->set_config(&fb_helper->crtc_info[i].mode_set);
820 ret = crtc->funcs->set_config(modeset);
920 new_fb = (*fb_helper->funcs->fb_probe)(fb_helper, &sizes); in drm_fb_helper_single_fb_probe()
953 ret = crtc->funcs->set_config(&fb_helper->crtc_info[i].mode_set); in drm_fb_helper_single_fb_probe()
1032 count += connector->funcs->fill_modes(connector, maxX, maxY); in drm_fb_helper_probe_connector_modes()