Lines Matching refs:__maybe_unused
41 static int show_trip(struct thermal_trip *tt, __maybe_unused void *arg) in show_trip()
49 static int show_temp(struct thermal_zone *tz, __maybe_unused void *arg) in show_temp()
58 static int show_governor(struct thermal_zone *tz, __maybe_unused void *arg) in show_governor()
67 static int show_tz(struct thermal_zone *tz, __maybe_unused void *arg) in show_tz()
80 static int tz_create(const char *name, int tz_id, __maybe_unused void *arg) in tz_create()
87 static int tz_delete(int tz_id, __maybe_unused void *arg) in tz_delete()
136 static int trip_add(int tz_id, int trip_id, int type, int temp, int hyst, __maybe_unused void *arg) in trip_add()
144 static int trip_delete(int tz_id, int trip_id, __maybe_unused void *arg) in trip_delete()
152 int hyst, __maybe_unused void *arg) in trip_change()
167 static int cdev_add(const char *name, int cdev_id, int max_state, __maybe_unused void *arg) in cdev_add()
174 static int cdev_delete(int cdev_id, __maybe_unused void *arg) in cdev_delete()
181 static int cdev_update(int cdev_id, int cur_state, __maybe_unused void *arg) in cdev_update()
188 static int gov_change(int tz_id, const char *name, __maybe_unused void *arg) in gov_change()
216 static int thermal_event(__maybe_unused int fd, __maybe_unused void *arg) in thermal_event()