Lines Matching defs:atk_data
106 struct atk_data { struct
107 struct device *hwmon_dev;
108 acpi_handle atk_handle;
109 struct acpi_device *acpi_dev;
111 bool old_interface;
114 acpi_handle rtmp_handle;
115 acpi_handle rvlt_handle;
116 acpi_handle rfan_handle;
118 acpi_handle enumerate_handle;
119 acpi_handle read_handle;
120 acpi_handle write_handle;
122 bool disable_ec;
124 int voltage_count;
125 int temperature_count;
126 int fan_count;
127 struct list_head sensor_list;
151 struct atk_data *data; argument