Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
Dpsb_drv.h427 struct psb_ops;
435 const struct psb_ops *ops;
616 struct psb_ops { struct
746 extern const struct psb_ops psb_chip_ops;
749 extern const struct psb_ops oaktrail_chip_ops;
752 extern const struct psb_ops mdfld_chip_ops;
755 extern const struct psb_ops cdv_chip_ops;
Dpsb_device.c106 static const struct backlight_ops psb_ops = { variable
122 NULL, (void *)dev, &psb_ops, &props); in psb_backlight_init()
319 const struct psb_ops psb_chip_ops = {
Dmdfld_device.c537 const struct psb_ops mdfld_chip_ops = {
Dpsb_drv.c225 dev_priv->ops = (struct psb_ops *)flags; in psb_driver_load()
Doaktrail_device.c537 const struct psb_ops oaktrail_chip_ops = {
Dcdv_device.c585 const struct psb_ops cdv_chip_ops = {