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