Home
last modified time | relevance | path

Searched refs:als_input_mode (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/leds/
H A Dleds-lm3532.c103 * @als_input_mode: ALS input mode for brightness control
114 u8 als_input_mode; member
478 (als->als_input_mode << LM3532_ALS_SEL_SHIFT)); in lm3532_als_configure()
531 &als->als_input_mode); in lm3532_parse_als()
533 als->als_input_mode = 0; in lm3532_parse_als()
535 if (als->als_input_mode > LM3532_BL_MODE_ALS) { in lm3532_parse_als()
H A Dleds-lm3530.c182 (pdata->als_input_mode << LM3530_ALS_SEL_SHIFT); in lm3530_als_configure()
/linux/include/linux/
H A Dled-lm3530.h83 * @als_input_mode: select source of ALS input - ALS1/2 or average
99 enum lm3530_als_mode als_input_mode; member