Searched refs:lp855x (Results 1 – 4 of 4) sorted by relevance
51 struct lp855x;61 int (*pre_init_device)(struct lp855x *);64 int (*post_init_device)(struct lp855x *);67 struct lp855x { struct81 static int lp855x_write_byte(struct lp855x *lp, u8 reg, u8 data) in lp855x_write_byte() argument86 static int lp855x_update_bit(struct lp855x *lp, u8 reg, u8 mask, u8 data) in lp855x_update_bit()104 static bool lp855x_is_valid_rom_area(struct lp855x *lp, u8 addr) in lp855x_is_valid_rom_area()135 static int lp8557_bl_off(struct lp855x *lp) in lp8557_bl_off()142 static int lp8557_bl_on(struct lp855x *lp) in lp8557_bl_on()171 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
14608 F: Documentation/backlight/lp855x-driver.txt14610 F: include/linux/platform_data/lp855x.h