Searched defs:lm3533 (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/mfd/
H A Dlm3533.h25 struct lm3533 { struct
39 struct lm3533 *lm3533; member in struct:lm3533_ctrlbank
/linux-4.4.14/drivers/video/backlight/
H A Dlm3533_bl.c31 struct lm3533 *lm3533; member in struct:lm3533_bl
274 struct lm3533 *lm3533; lm3533_bl_probe() local
/linux-4.4.14/drivers/leds/
H A Dleds-lm3533.c49 struct lm3533 *lm3533; member in struct:lm3533_led
667 struct lm3533 *lm3533; lm3533_led_probe() local
/linux-4.4.14/drivers/iio/light/
H A Dlm3533-als.c55 struct lm3533 *lm3533; member in struct:lm3533_als
834 struct lm3533 *lm3533; lm3533_als_probe() local
/linux-4.4.14/drivers/mfd/
H A Dlm3533-core.c87 int lm3533_read(struct lm3533 *lm3533, u8 reg, u8 *val) lm3533_read() argument
107 int lm3533_write(struct lm3533 *lm3533, u8 reg, u8 val) lm3533_write() argument
123 int lm3533_update(struct lm3533 *lm3533, u8 reg, u8 val, u8 mask) lm3533_update() argument
139 static int lm3533_set_boost_freq(struct lm3533 *lm3533, lm3533_set_boost_freq() argument
154 static int lm3533_set_boost_ovp(struct lm3533 *lm3533, lm3533_set_boost_ovp() argument
171 static int lm3533_set_hvled_config(struct lm3533 *lm3533, u8 hvled, u8 bl) lm3533_set_hvled_config() argument
198 static int lm3533_set_lvled_config(struct lm3533 *lm3533, u8 lvled, u8 led) lm3533_set_lvled_config() argument
230 static void lm3533_enable(struct lm3533 *lm3533) lm3533_enable() argument
236 static void lm3533_disable(struct lm3533 *lm3533) lm3533_disable() argument
263 struct lm3533 *lm3533 = dev_get_drvdata(dev); show_output() local
300 struct lm3533 *lm3533 = dev_get_drvdata(dev); store_output() local
366 struct lm3533 *lm3533 = dev_get_drvdata(dev); lm3533_attr_is_visible() local
385 static int lm3533_device_als_init(struct lm3533 *lm3533) lm3533_device_als_init() argument
408 static int lm3533_device_bl_init(struct lm3533 *lm3533) lm3533_device_bl_init() argument
437 static int lm3533_device_led_init(struct lm3533 *lm3533) lm3533_device_led_init() argument
466 static int lm3533_device_setup(struct lm3533 *lm3533, lm3533_device_setup() argument
478 static int lm3533_device_init(struct lm3533 *lm3533) lm3533_device_init() argument
531 static void lm3533_device_exit(struct lm3533 *lm3533) lm3533_device_exit() argument
594 struct lm3533 *lm3533; lm3533_i2c_probe() local
616 struct lm3533 *lm3533 = i2c_get_clientdata(i2c); lm3533_i2c_remove() local

Completed in 410 milliseconds