/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | dvo.h | 143 void (*destroy) (struct intel_dvo_device *dvo); member in struct:intel_dvo_dev_ops
|
H A D | intel_dvo.c | 386 .destroy = intel_dvo_destroy, 400 if (intel_dvo->dev.dev_ops->destroy) 401 intel_dvo->dev.dev_ops->destroy(&intel_dvo->dev); 409 .destroy = intel_dvo_enc_destroy,
|
H A D | dvo_sil164.c | 288 .destroy = sil164_destroy,
|
H A D | dvo_ch7xxx.c | 375 .destroy = ch7xxx_destroy,
|
H A D | dvo_ivch.c | 441 .destroy = ivch_destroy,
|
H A D | dvo_tfp410.c | 329 .destroy = tfp410_destroy,
|
H A D | intel_crt.c | 725 .destroy = intel_crt_destroy, 736 .destroy = intel_encoder_destroy,
|
H A D | dvo_ch7017.c | 421 .destroy = ch7017_destroy,
|
H A D | intel_lvds.c | 516 .destroy = intel_lvds_destroy, 520 .destroy = intel_encoder_destroy,
|
H A D | dvo_ns2501.c | 595 .destroy = ns2501_destroy,
|
H A D | intel_hdmi.c | 1135 .destroy = intel_hdmi_destroy, 1145 .destroy = intel_encoder_destroy,
|
H A D | intel_tv.c | 1506 .destroy = intel_tv_destroy, 1518 .destroy = intel_encoder_destroy,
|
H A D | intel_ddi.c | 1295 /* HDMI has nothing special to destroy, so we can go with this. */ 1318 .destroy = intel_ddi_destroy,
|
H A D | intel_sprite.c | 967 .destroy = intel_destroy_plane,
|
H A D | intel_dp.c | 2767 .destroy = intel_dp_connector_destroy, 2777 .destroy = intel_dp_encoder_destroy,
|
H A D | intel_sdvo.c | 2175 .destroy = intel_sdvo_destroy, 2197 .destroy = intel_sdvo_enc_destroy,
|
H A D | intel_display.c | 6898 old->release_fb->funcs->destroy(old->release_fb); 8844 .destroy = intel_crtc_destroy, 9181 .destroy = intel_user_framebuffer_destroy, 10056 /* destroy backlight, if any, before the connectors */
|
/solaris-x11-s11/open-src/common/ |
H A D | X-parfait.conf | 314 destroy<x-resource>(w); 334 destroy<x-resource>(c); 339 destroy<x-resource>(c); 344 destroy<x-resource>(f); 351 destroy<x-resource>(gc); 356 destroy<x-resource>(p);
|
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_crtc.h | 225 void (*destroy)(struct drm_framebuffer *framebuffer); member in struct:drm_framebuffer_funcs 318 * @destroy: deinit and free object 351 /* Object destroy routine */ 352 void (*destroy)(struct drm_crtc *crtc); member in struct:drm_crtc_funcs 458 * @destroy: make object go away 482 void (*destroy)(struct drm_connector *connector); member in struct:drm_connector_funcs 489 * @destroy: cleanup and free associated data 495 void (*destroy)(struct drm_encoder *encoder); member in struct:drm_encoder_funcs 638 * @destroy: clean up plane resources 649 void (*destroy)(struc member in struct:drm_plane_funcs [all...] |
H A D | drmP.h | 529 void (*destroy)(void *event, size_t size); member in struct:drm_pending_event
|
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_fops.c | 299 v->base.destroy(&v->base, sizeof(struct drm_pending_vblank_event)); 304 e->destroy(e, sizeof(struct drm_pending_vblank_event)); 487 e->destroy(e, sizeof(struct drm_pending_vblank_event));
|
H A D | drm_crtc.c | 387 fb->funcs->destroy(fb); 501 * to be used from the drivers ->destroy callback. 3547 e->base.destroy = 3903 encoder->funcs->destroy(encoder); 3908 connector->funcs->destroy(connector); 3936 plane->funcs->destroy(plane); 3940 crtc->funcs->destroy(crtc);
|
H A D | drm_irq.c | 1279 e->base.destroy = (void (*) (void *, size_t)) kfree;
|