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