Searched defs:sony_nc_value (Results 1 – 1 of 1) sorted by relevance
635 struct sony_nc_value { struct636 char *name; /* name of the entry */637 char **acpiget; /* names of the ACPI get function */638 char **acpiset; /* names of the ACPI set function */639 int (*validate)(const int, const int); /* input/output validation */640 int value; /* current setting */641 int valid; /* Has ever been set */642 int debug; /* active only in debug mode ? */643 struct device_attribute devattr; /* sysfs attribute */