Lines Matching defs:funcs

282 			 const struct drm_framebuffer_funcs *funcs)
293 fb->funcs = funcs;
303 fb->funcs->destroy(fb);
384 ret = crtc->funcs->set_config(&set);
393 ret = plane->funcs->disable_plane(plane);
412 * @funcs: callbacks for the new CRTC
423 const struct drm_crtc_funcs *funcs)
428 crtc->funcs = funcs;
511 * @funcs: callbacks for this connector
525 const struct drm_connector_funcs *funcs,
538 connector->funcs = funcs;
612 const struct drm_encoder_funcs *funcs,
625 encoder->funcs = funcs;
650 const struct drm_plane_funcs *funcs,
664 plane->funcs = funcs;
1079 encoder->funcs->destroy(encoder);
1084 connector->funcs->destroy(connector);
1103 plane->funcs->destroy(plane);
1107 crtc->funcs->destroy(crtc);
1503 connector->funcs->fill_modes(connector,
1781 plane->funcs->disable_plane(plane);
1851 ret = plane->funcs->update_plane(plane, crtc, fb,
2038 ret = crtc->funcs->set_config(&set);
2071 if (!crtc->funcs->cursor_set) {
2076 ret = crtc->funcs->cursor_set(crtc, file_priv, req->handle,
2081 if (crtc->funcs->cursor_move) {
2082 ret = crtc->funcs->cursor_move(crtc, req->x, req->y);
2177 ret = dev->mode_config.funcs->fb_create(dev, file_priv, &r, &fb);
2362 ret = dev->mode_config.funcs->fb_create(dev, file_priv, r, &fb);
2474 fb->funcs->create_handle(fb, file_priv, &r->handle);
2540 if (fb->funcs->dirty) {
2541 ret = fb->funcs->dirty(fb, file_priv, flags, r->color,
3248 if (connector->funcs->dpms)
3249 (*connector->funcs->dpms)(connector, (int)value);
3251 } else if (connector->funcs->set_property)
3252 ret = connector->funcs->set_property(connector, property, value);
3267 if (crtc->funcs->set_property)
3268 ret = crtc->funcs->set_property(crtc, property, value);
3282 if (plane->funcs->set_property)
3283 ret = plane->funcs->set_property(plane, property, value);
3468 if (crtc->funcs->gamma_set == NULL) {
3498 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, 0, crtc->gamma_size);
3596 if (crtc->funcs->page_flip == NULL)
3652 ret = crtc->funcs->page_flip(crtc, fb, e);
3674 if (crtc->funcs->reset)
3675 crtc->funcs->reset(crtc);
3678 if (encoder->funcs->reset)
3679 encoder->funcs->reset(encoder);
3684 if (connector->funcs->reset)
3685 connector->funcs->reset(connector);