Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/sensors/lsensor/
H A Dls_ap321xx.c70 static u16 ap321xx_threshole[8] = {28,444,625,888,1778,3555,7222,0xffff}; variable
149 for(index = 0; index < 7 && val > ap321xx_threshole[index];index++) in ap321xx_get_adc_value()
276 ap321xx_set_althres(client,ap321xx_threshole[value-1]); in ap321xx_change_ls_threshold()
277 ap321xx_set_ahthres(client,ap321xx_threshole[value]); in ap321xx_change_ls_threshold()
281 ap321xx_set_ahthres(client,ap321xx_threshole[value]); in ap321xx_change_ls_threshold()