Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dapds990x.c833 static const char *reporting_modes[] = {"trigger", "periodic"}; variable
841 reporting_modes[!!chip->prox_continuous_mode]); in apds990x_prox_reporting_mode_show()
851 ret = sysfs_match_string(reporting_modes, buf); in apds990x_prox_reporting_mode_store()
866 return sprintf(buf, "%s %s\n", reporting_modes[0], reporting_modes[1]); in apds990x_prox_reporting_avail_show()