Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dapds990x.c129 u8 again_meas; /* Gain used in last measurement */ member
287 (u32)again[chip->again_meas]; in apds990x_lux_to_threshold()
378 int curr_again = chip->again_meas; in apds990x_calc_again()
379 int next_again = chip->again_meas; in apds990x_calc_again()
447 (u32)(again[chip->again_meas] * (u32)chip->atime); in apds990x_get_lux()
490 chip->again_meas = chip->again_next; in apds990x_irq()
515 if (chip->again_meas == 0 && in apds990x_irq()
556 chip->again_meas = 1; in apds990x_configure()