Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/
Dapds990x.c844 static const char reporting_modes[][9] = {"trigger", "periodic"}; variable
851 reporting_modes[!!chip->prox_continuous_mode]); in apds990x_prox_reporting_mode_show()
860 if (sysfs_streq(buf, reporting_modes[0])) in apds990x_prox_reporting_mode_store()
862 else if (sysfs_streq(buf, reporting_modes[1])) in apds990x_prox_reporting_mode_store()
876 return sprintf(buf, "%s %s\n", reporting_modes[0], reporting_modes[1]); in apds990x_prox_reporting_avail_show()