reporting_modes   833 drivers/misc/apds990x.c static const char *reporting_modes[] = {"trigger", "periodic"};
reporting_modes   841 drivers/misc/apds990x.c 		reporting_modes[!!chip->prox_continuous_mode]);
reporting_modes   851 drivers/misc/apds990x.c 	ret = sysfs_match_string(reporting_modes, buf);
reporting_modes   866 drivers/misc/apds990x.c 	return sprintf(buf, "%s %s\n", reporting_modes[0], reporting_modes[1]);