Searched refs:prox_rates_hz (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/drivers/misc/ |
D | bh1770glc.c | 180 static const s16 prox_rates_hz[] = {100, 50, 33, 25, 14, 10, 5, 2}; variable 794 for (i = 0; i < ARRAY_SIZE(prox_rates_hz); i++) in bh1770_get_prox_rate_avail() 795 pos += sprintf(buf + pos, "%d ", prox_rates_hz[i]); in bh1770_get_prox_rate_avail() 804 return sprintf(buf, "%d\n", prox_rates_hz[chip->prox_rate_threshold]); in bh1770_get_prox_rate_above() 811 return sprintf(buf, "%d\n", prox_rates_hz[chip->prox_rate]); in bh1770_get_prox_rate_below() 818 for (i = 0; i < ARRAY_SIZE(prox_rates_hz) - 1; i++) in bh1770_prox_rate_validate() 819 if (rate >= prox_rates_hz[i]) in bh1770_prox_rate_validate()
|