Home
last modified time | relevance | path

Searched refs:psb_ops (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/gma500/
Dpsb_drv.h438 struct psb_ops;
446 const struct psb_ops *ops;
626 struct psb_ops { struct
762 extern const struct psb_ops psb_chip_ops;
765 extern const struct psb_ops oaktrail_chip_ops;
768 extern const struct psb_ops mdfld_chip_ops;
771 extern const struct psb_ops cdv_chip_ops;
Dpsb_device.c118 static const struct backlight_ops psb_ops = { variable
134 NULL, (void *)dev, &psb_ops, &props); in psb_backlight_init()
331 const struct psb_ops psb_chip_ops = {
Dmdfld_device.c527 const struct psb_ops mdfld_chip_ops = {
Dpsb_drv.c241 dev_priv->ops = (struct psb_ops *)flags; in psb_driver_load()
Doaktrail_device.c547 const struct psb_ops oaktrail_chip_ops = {
Dcdv_device.c594 const struct psb_ops cdv_chip_ops = {