prox_thres 145 drivers/misc/apds990x.c u32 prox_thres; prox_thres 327 drivers/misc/apds990x.c if (data < chip->prox_thres) { prox_thres 329 drivers/misc/apds990x.c hi = chip->prox_thres; prox_thres 331 drivers/misc/apds990x.c lo = chip->prox_thres - APDS_PROX_HYSTERESIS; prox_thres 333 drivers/misc/apds990x.c hi = chip->prox_thres; prox_thres 524 drivers/misc/apds990x.c if (chip->prox_data < chip->prox_thres) prox_thres 952 drivers/misc/apds990x.c return sprintf(buf, "%d\n", chip->prox_thres); prox_thres 972 drivers/misc/apds990x.c chip->prox_thres = value; prox_thres 1107 drivers/misc/apds990x.c chip->prox_thres = APDS_PROX_DEF_THRES;