ep93xxbl           28 drivers/video/backlight/ep93xx_bl.c 	struct ep93xxbl *ep93xxbl = bl_get_data(bl);
ep93xxbl           30 drivers/video/backlight/ep93xx_bl.c 	writel((brightness << 8) | EP93XX_MAX_COUNT, ep93xxbl->mmio);
ep93xxbl           32 drivers/video/backlight/ep93xx_bl.c 	ep93xxbl->brightness = brightness;
ep93xxbl           50 drivers/video/backlight/ep93xx_bl.c 	struct ep93xxbl *ep93xxbl = bl_get_data(bl);
ep93xxbl           52 drivers/video/backlight/ep93xx_bl.c 	return ep93xxbl->brightness;
ep93xxbl           62 drivers/video/backlight/ep93xx_bl.c 	struct ep93xxbl *ep93xxbl;
ep93xxbl           67 drivers/video/backlight/ep93xx_bl.c 	ep93xxbl = devm_kzalloc(&dev->dev, sizeof(*ep93xxbl), GFP_KERNEL);
ep93xxbl           68 drivers/video/backlight/ep93xx_bl.c 	if (!ep93xxbl)
ep93xxbl           84 drivers/video/backlight/ep93xx_bl.c 	ep93xxbl->mmio = devm_ioremap(&dev->dev, res->start,
ep93xxbl           86 drivers/video/backlight/ep93xx_bl.c 	if (!ep93xxbl->mmio)
ep93xxbl           93 drivers/video/backlight/ep93xx_bl.c 					ep93xxbl, &ep93xxbl_ops, &props);