Symbol: lp855x
drivers/video/backlight/lp855x_bl.c
102
static bool lp855x_is_valid_rom_area(struct lp855x *lp, u8 addr)
drivers/video/backlight/lp855x_bl.c
133
static int lp8557_bl_off(struct lp855x *lp)
drivers/video/backlight/lp855x_bl.c
140
static int lp8557_bl_on(struct lp855x *lp)
drivers/video/backlight/lp855x_bl.c
169
static int lp855x_configure(struct lp855x *lp)
drivers/video/backlight/lp855x_bl.c
220
static int lp855x_pwm_ctrl(struct lp855x *lp, int br, int max_br)
drivers/video/backlight/lp855x_bl.c
242
struct lp855x *lp = bl_get_data(bl);
drivers/video/backlight/lp855x_bl.c
262
static int lp855x_backlight_register(struct lp855x *lp)
drivers/video/backlight/lp855x_bl.c
291
struct lp855x *lp = dev_get_drvdata(dev);
drivers/video/backlight/lp855x_bl.c
299
struct lp855x *lp = dev_get_drvdata(dev);
drivers/video/backlight/lp855x_bl.c
324
static int lp855x_parse_dt(struct lp855x *lp)
drivers/video/backlight/lp855x_bl.c
366
static int lp855x_parse_dt(struct lp855x *lp)
drivers/video/backlight/lp855x_bl.c
372
static int lp855x_parse_acpi(struct lp855x *lp)
drivers/video/backlight/lp855x_bl.c
400
struct lp855x *lp;
drivers/video/backlight/lp855x_bl.c
406
lp = devm_kzalloc(dev, sizeof(struct lp855x), GFP_KERNEL);
drivers/video/backlight/lp855x_bl.c
48
struct lp855x;
drivers/video/backlight/lp855x_bl.c
549
struct lp855x *lp = i2c_get_clientdata(cl);
drivers/video/backlight/lp855x_bl.c
58
int (*pre_init_device)(struct lp855x *);
drivers/video/backlight/lp855x_bl.c
61
int (*post_init_device)(struct lp855x *);
drivers/video/backlight/lp855x_bl.c
79
static int lp855x_write_byte(struct lp855x *lp, u8 reg, u8 data)
drivers/video/backlight/lp855x_bl.c
84
static int lp855x_update_bit(struct lp855x *lp, u8 reg, u8 mask, u8 data)