Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/bnr/bnr_1.0/
H A Dia_css_bnr.host.c31 to->threshold_low = in ia_css_bnr_encode()
56 bnr->threshold_low); in ia_css_bnr_dump()
H A Dia_css_bnr_param.h25 s32 threshold_low; member
/OK3568_Linux_fs/kernel/drivers/input/sensors/psensor/
H A Dps_em3071x.c92 int threshold_high, int threshold_low) in em3071x_set_threshold() argument
96 result = sensor_write_reg(client, EM3071X_PS_L_REG, threshold_low); in em3071x_set_threshold()
114 __func__, threshold_high, threshold_low); in em3071x_set_threshold()
/OK3568_Linux_fs/kernel/drivers/input/sensors/lsensor/
H A Dcm3218.c177 int threshold_high, threshold_low; in set_als_int_threshold() local
191 threshold_low = als_code * (100 - change_sensitivity) / 100; in set_als_int_threshold()
192 status = cm3218_write(client, CM3218_REG_ADDR_ALS_WL, threshold_low); in set_als_int_threshold()