Searched defs:sony_nc_value (Results 1 – 1 of 1) sorted by relevance
649 struct sony_nc_value { struct650 char *name; /* name of the entry */651 char **acpiget; /* names of the ACPI get function */652 char **acpiset; /* names of the ACPI set function */653 int (*validate)(const int, const int); /* input/output validation */654 int value; /* current setting */655 int valid; /* Has ever been set */656 int debug; /* active only in debug mode ? */657 struct device_attribute devattr; /* sysfs attribute */