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