Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/platform_data/
Dapds990x.h52 int irf1; member
/linux-4.19.296/drivers/misc/
Dapds990x.c121 int irf1; member
310 thres = (chip->rcf.cf1 * thres + chip->rcf.irf1 * ir) / in apds990x_lux_to_threshold()
455 iac1 = (chip->cf.cf1 * clear - chip->cf.irf1 * ir) / APDS_PARAM_SCALE; in apds990x_get_lux()
1096 chip->cf.irf1 = 9134; /* 2.23 * APDS_PARAM_SCALE */ in apds990x_probe()
1106 (chip->cf.irf1 - chip->cf.irf2) * APDS_PARAM_SCALE / in apds990x_probe()
1110 chip->rcf.irf1 = chip->cf.irf1 * APDS_PARAM_SCALE / in apds990x_probe()