Home
last modified time | relevance | path

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

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