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

/linux-master/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 in struct:lm3530_platform_data
/linux-master/drivers/leds/
H A Dleds-lm3532.c103 * @als_input_mode: ALS input mode for brightness control
114 u8 als_input_mode; member in struct:lm3532_als_data
478 (als->als_input_mode << LM3532_ALS_SEL_SHIFT));
531 &als->als_input_mode);
533 als->als_input_mode = 0;
535 if (als->als_input_mode > LM3532_BL_MODE_ALS) {
H A Dleds-lm3530.c182 (pdata->als_input_mode << LM3530_ALS_SEL_SHIFT);

Completed in 137 milliseconds