Searched refs:lp855x (Results 1 – 4 of 4) sorted by relevance
50 struct lp855x;60 int (*pre_init_device)(struct lp855x *);63 int (*post_init_device)(struct lp855x *);66 struct lp855x { struct79 static int lp855x_write_byte(struct lp855x *lp, u8 reg, u8 data) in lp855x_write_byte() argument84 static int lp855x_update_bit(struct lp855x *lp, u8 reg, u8 mask, u8 data) in lp855x_update_bit()102 static bool lp855x_is_valid_rom_area(struct lp855x *lp, u8 addr) in lp855x_is_valid_rom_area()133 static int lp8557_bl_off(struct lp855x *lp) in lp8557_bl_off()140 static int lp8557_bl_on(struct lp855x *lp) in lp8557_bl_on()169 static int lp855x_configure(struct lp855x *lp) in lp855x_configure()[all …]
1 Kernel driver lp855x18 The lp855x driver supports both cases.27 The lp855x chip id.30 Platform data for lp855x33 For supporting platform specific data, the lp855x platform data can be used.
1 lp855x bindings
10685 F: Documentation/backlight/lp855x-driver.txt10687 F: include/linux/platform_data/lp855x.h