Searched defs:psb_ops (Results 1 – 2 of 2) sorted by relevance
577 struct psb_ops { struct578 const char *name;579 int pipes; /* Number of output pipes */580 int crtcs; /* Number of CRTCs */582 int hdmi_mask; /* Mask of HDMI CRTCs */583 int lvds_mask; /* Mask of LVDS CRTCs */584 int sdvo_mask; /* Mask of SDVO CRTCs */589 struct drm_crtc_funcs const *crtc_funcs;596 void (*errata)(struct drm_device *dev);600 int (*hotplug)(struct drm_device *dev);[all …]
106 static const struct backlight_ops psb_ops = { variable
Completed in 13 milliseconds