Lines Matching defs:atk_data
107 struct atk_data { struct
108 struct device *hwmon_dev;
109 acpi_handle atk_handle;
110 struct acpi_device *acpi_dev;
112 bool old_interface;
115 acpi_handle rtmp_handle;
116 acpi_handle rvlt_handle;
117 acpi_handle rfan_handle;
119 acpi_handle enumerate_handle;
120 acpi_handle read_handle;
121 acpi_handle write_handle;
123 bool disable_ec;
125 int voltage_count;
126 int temperature_count;
127 int fan_count;
128 struct list_head sensor_list;
152 struct atk_data *data; argument