fbd                86 drivers/media/i2c/tc358743_regs.h #define SET_PLL_FBD(fbd)                      (((fbd) - 1) & MASK_PLL_FBD)
fbd                52 drivers/media/platform/atmel/atmel-isi.c static void set_dma_ctrl(struct fbd *fb_desc, u32 ctrl)
fbd                59 drivers/media/platform/atmel/atmel-isi.c 	struct fbd *p_fbd;
fbd               103 drivers/media/platform/atmel/atmel-isi.c 	struct fbd			*p_fb_descriptors;
fbd              1224 drivers/media/platform/atmel/atmel-isi.c 				sizeof(struct fbd) * VIDEO_MAX_FRAME,
fbd              1236 drivers/media/platform/atmel/atmel-isi.c 					i * sizeof(struct fbd);
fbd              1277 drivers/media/platform/atmel/atmel-isi.c 			sizeof(struct fbd) * VIDEO_MAX_FRAME,
fbd              1294 drivers/media/platform/atmel/atmel-isi.c 			sizeof(struct fbd) * VIDEO_MAX_FRAME,
fbd               278 drivers/video/fbdev/mx3fb.c 	struct mx3fb_data *fbd = bl_get_data(bl);
fbd               280 drivers/video/fbdev/mx3fb.c 	return sdc_get_brightness(fbd);
fbd               285 drivers/video/fbdev/mx3fb.c 	struct mx3fb_data *fbd = bl_get_data(bl);
fbd               293 drivers/video/fbdev/mx3fb.c 	fbd->backlight_level = (fbd->backlight_level & ~0xFF) | brightness;
fbd               295 drivers/video/fbdev/mx3fb.c 	sdc_set_brightness(fbd, fbd->backlight_level);
fbd               305 drivers/video/fbdev/mx3fb.c static void mx3fb_init_backlight(struct mx3fb_data *fbd)
fbd               310 drivers/video/fbdev/mx3fb.c 	if (fbd->bl)
fbd               316 drivers/video/fbdev/mx3fb.c 	sdc_set_brightness(fbd, fbd->backlight_level);
fbd               318 drivers/video/fbdev/mx3fb.c 	bl = backlight_device_register("mx3fb-bl", fbd->dev, fbd,
fbd               321 drivers/video/fbdev/mx3fb.c 		dev_err(fbd->dev, "error %ld on backlight register\n",
fbd               326 drivers/video/fbdev/mx3fb.c 	fbd->bl = bl;
fbd               332 drivers/video/fbdev/mx3fb.c static void mx3fb_exit_backlight(struct mx3fb_data *fbd)
fbd               334 drivers/video/fbdev/mx3fb.c 	backlight_device_unregister(fbd->bl);