Searched refs:locomo_frontlight_set (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/video/backlight/ |
H A D | locomolcd.c | 123 locomo_frontlight_set(locomolcd_dev, 0, 0, 161); in locomolcd_set_intensity() 126 locomo_frontlight_set(locomolcd_dev, 117, 0, 161); in locomolcd_set_intensity() 129 locomo_frontlight_set(locomolcd_dev, 163, 0, 148); in locomolcd_set_intensity() 132 locomo_frontlight_set(locomolcd_dev, 194, 0, 161); in locomolcd_set_intensity() 135 locomo_frontlight_set(locomolcd_dev, 194, 1, 161); in locomolcd_set_intensity()
|
/linux/arch/arm/include/asm/hardware/ |
H A D | locomo.h | 211 void locomo_frontlight_set(struct locomo_dev *dev, int duty, int vr, int bpwf);
|
/linux/arch/arm/common/ |
H A D | locomo.c | 794 void locomo_frontlight_set(struct locomo_dev *dev, int duty, int vr, int bpwf) in locomo_frontlight_set() function 811 EXPORT_SYMBOL(locomo_frontlight_set);
|