Lines Matching full:als
24 #define BH1770_ALS_CONTROL 0x80 /* ALS operation mode control */
30 #define BH1770_ALS_MEAS_RATE 0x86 /* ALS meas. rate at stand alone mode */
33 #define BH1770_ALS_DATA_0 0x8c /* ALS DATA low byte */
34 #define BH1770_ALS_DATA_1 0x8d /* ALS DATA high byte */
43 #define BH1770_ALS_TH_UP_0 0x96 /* ALS upper threshold low byte */
44 #define BH1770_ALS_TH_UP_1 0x97 /* ALS upper threshold high byte */
45 #define BH1770_ALS_TH_LOW_0 0x98 /* ALS lower threshold low byte */
46 #define BH1770_ALS_TH_LOW_1 0x99 /* ALS lower threshold high byte */
397 * ALS is started always since proximity needs als results in bh1770_chip_on()
399 * Let's assume dark until the first ALS measurement is ready. in bh1770_chip_on()
464 * when ALS levels goes above limit, proximity result may be in bh1770_prox_read_result()
466 * there is a shadow causing low als levels. in bh1770_prox_read_result()
581 * Check if there is fresh data available for als. in bh1770_irq()
660 /* Inform that we are waiting for a result from ALS */ in bh1770_power_state_store()
1333 /* Inform that we are waiting for a result from ALS */ in bh1770_resume()
1388 MODULE_DESCRIPTION("BH1770GLC / SFH7770 combined ALS and proximity sensor");