Searched refs:SKY81452_EN (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/backlight/ |
H A D | sky81452-backlight.c | 29 #define SKY81452_EN 0x3F macro 81 return regmap_update_bits(regmap, SKY81452_REG1, SKY81452_EN, in sky81452_bl_update_status() 82 pdata->enable << CTZ(SKY81452_EN)); in sky81452_bl_update_status() 85 return regmap_update_bits(regmap, SKY81452_REG1, SKY81452_EN, 0); in sky81452_bl_update_status() 103 ret = regmap_update_bits(regmap, SKY81452_REG1, SKY81452_EN, in sky81452_bl_store_enable() 104 value << CTZ(SKY81452_EN)); in sky81452_bl_store_enable() 210 pdata->enable = SKY81452_EN >> CTZ(SKY81452_EN); in sky81452_bl_parse_dt()
|
/kernel/linux/linux-6.6/drivers/video/backlight/ |
H A D | sky81452-backlight.c | 29 #define SKY81452_EN 0x3F macro 81 return regmap_update_bits(regmap, SKY81452_REG1, SKY81452_EN, in sky81452_bl_update_status() 82 pdata->enable << CTZ(SKY81452_EN)); in sky81452_bl_update_status() 85 return regmap_update_bits(regmap, SKY81452_REG1, SKY81452_EN, 0); in sky81452_bl_update_status() 103 ret = regmap_update_bits(regmap, SKY81452_REG1, SKY81452_EN, in sky81452_bl_store_enable() 104 value << CTZ(SKY81452_EN)); in sky81452_bl_store_enable() 210 pdata->enable = SKY81452_EN >> CTZ(SKY81452_EN); in sky81452_bl_parse_dt()
|
Completed in 2 milliseconds