Lines Matching defs:atk_data
102 struct atk_data { struct
103 struct device *hwmon_dev;
104 acpi_handle atk_handle;
105 struct acpi_device *acpi_dev;
107 bool old_interface;
110 acpi_handle rtmp_handle;
111 acpi_handle rvlt_handle;
112 acpi_handle rfan_handle;
114 acpi_handle enumerate_handle;
115 acpi_handle read_handle;
116 acpi_handle write_handle;
118 bool disable_ec;
120 int voltage_count;
121 int temperature_count;
145 struct atk_data *data; argument