Searched refs:bpwf (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/asm/hardware/ |
H A D | locomo.h | 213 void locomo_frontlight_set(struct locomo_dev *dev, int duty, int vr, int bpwf);
|
/kernel/linux/linux-6.6/arch/arm/include/asm/hardware/ |
H A D | locomo.h | 213 void locomo_frontlight_set(struct locomo_dev *dev, int duty, int vr, int bpwf);
|
/kernel/linux/linux-5.10/arch/arm/common/ |
H A D | locomo.c | 793 void locomo_frontlight_set(struct locomo_dev *dev, int duty, int vr, int bpwf) in locomo_frontlight_set() argument 804 locomo_writel(bpwf, lchip->base + LOCOMO_FRONTLIGHT + LOCOMO_ALS); in locomo_frontlight_set() 807 locomo_writel(bpwf | LOCOMO_ALC_EN, lchip->base + LOCOMO_FRONTLIGHT + LOCOMO_ALS); in locomo_frontlight_set()
|
/kernel/linux/linux-6.6/arch/arm/common/ |
H A D | locomo.c | 792 void locomo_frontlight_set(struct locomo_dev *dev, int duty, int vr, int bpwf) in locomo_frontlight_set() argument 803 locomo_writel(bpwf, lchip->base + LOCOMO_FRONTLIGHT + LOCOMO_ALS); in locomo_frontlight_set() 806 locomo_writel(bpwf | LOCOMO_ALC_EN, lchip->base + LOCOMO_FRONTLIGHT + LOCOMO_ALS); in locomo_frontlight_set()
|
Completed in 5 milliseconds