Home
last modified time | relevance | path

Searched defs:therm (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dtemp.c27 nvkm_therm_temp_set_defaults(struct nvkm_therm *therm) in nvkm_therm_temp_set_defaults()
48 nvkm_therm_temp_safety_checks(struct nvkm_therm *therm) in nvkm_therm_temp_safety_checks()
62 nvkm_therm_sensor_set_threshold_state(struct nvkm_therm *therm, in nvkm_therm_sensor_set_threshold_state()
72 nvkm_therm_sensor_get_threshold_state(struct nvkm_therm *therm, in nvkm_therm_sensor_get_threshold_state()
87 nvkm_therm_sensor_event(struct nvkm_therm *therm, enum nvkm_therm_thrs thrs, in nvkm_therm_sensor_event()
142 nvkm_therm_threshold_hyst_polling(struct nvkm_therm *therm, in nvkm_therm_threshold_hyst_polling()
173 struct nvkm_therm *therm = &priv->base; in alarm_timer_callback() local
198 nvkm_therm_program_alarms_polling(struct nvkm_therm *therm) in nvkm_therm_program_alarms_polling()
215 nvkm_therm_sensor_init(struct nvkm_therm *therm) in nvkm_therm_sensor_init()
223 nvkm_therm_sensor_fini(struct nvkm_therm *therm, bool suspend) in nvkm_therm_sensor_fini()
[all …]
Dfan.c34 struct nvkm_therm *therm = fan->parent; in nvkm_fan_update() local
112 nvkm_therm_fan_get(struct nvkm_therm *therm) in nvkm_therm_fan_get()
119 nvkm_therm_fan_set(struct nvkm_therm *therm, bool immediate, int percent) in nvkm_therm_fan_set()
126 nvkm_therm_fan_sense(struct nvkm_therm *therm) in nvkm_therm_fan_sense()
166 nvkm_therm_fan_user_get(struct nvkm_therm *therm) in nvkm_therm_fan_user_get()
172 nvkm_therm_fan_user_set(struct nvkm_therm *therm, int percent) in nvkm_therm_fan_user_set()
183 nvkm_therm_fan_set_defaults(struct nvkm_therm *therm) in nvkm_therm_fan_set_defaults()
197 nvkm_therm_fan_safety_checks(struct nvkm_therm *therm) in nvkm_therm_fan_safety_checks()
211 nvkm_therm_fan_init(struct nvkm_therm *therm) in nvkm_therm_fan_init()
217 nvkm_therm_fan_fini(struct nvkm_therm *therm, bool suspend) in nvkm_therm_fan_fini()
[all …]
Dnv40.c36 nv40_sensor_style(struct nvkm_therm *therm) in nv40_sensor_style()
62 nv40_sensor_setup(struct nvkm_therm *therm) in nv40_sensor_setup()
81 nv40_temp_get(struct nvkm_therm *therm) in nv40_temp_get()
114 nv40_fan_pwm_ctrl(struct nvkm_therm *therm, int line, bool enable) in nv40_fan_pwm_ctrl()
127 nv40_fan_pwm_get(struct nvkm_therm *therm, int line, u32 *divs, u32 *duty) in nv40_fan_pwm_get()
153 nv40_fan_pwm_set(struct nvkm_therm *therm, int line, u32 divs, u32 duty) in nv40_fan_pwm_set()
172 struct nvkm_therm *therm = nvkm_therm(subdev); in nv40_therm_intr() local
209 struct nvkm_therm *therm = (void *)object; in nv40_therm_init() local
Dnv50.c34 pwm_info(struct nvkm_therm *therm, int *line, int *ctrl, int *indx) in pwm_info()
59 nv50_fan_pwm_ctrl(struct nvkm_therm *therm, int line, bool enable) in nv50_fan_pwm_ctrl()
69 nv50_fan_pwm_get(struct nvkm_therm *therm, int line, u32 *divs, u32 *duty) in nv50_fan_pwm_get()
85 nv50_fan_pwm_set(struct nvkm_therm *therm, int line, u32 divs, u32 duty) in nv50_fan_pwm_set()
97 nv50_fan_pwm_clock(struct nvkm_therm *therm, int line) in nv50_fan_pwm_clock()
123 nv50_sensor_setup(struct nvkm_therm *therm) in nv50_sensor_setup()
130 nv50_temp_get(struct nvkm_therm *therm) in nv50_temp_get()
182 struct nvkm_therm *therm = (void *)object; in nv50_therm_init() local
Dbase.c29 nvkm_therm_update_trip(struct nvkm_therm *therm) in nvkm_therm_update_trip()
62 nvkm_therm_update_linear(struct nvkm_therm *therm) in nvkm_therm_update_linear()
85 nvkm_therm_update(struct nvkm_therm *therm, int mode) in nvkm_therm_update()
161 nvkm_therm_fan_mode(struct nvkm_therm *therm, int mode) in nvkm_therm_fan_mode()
191 nvkm_therm_attr_get(struct nvkm_therm *therm, in nvkm_therm_attr_get()
225 nvkm_therm_attr_set(struct nvkm_therm *therm, in nvkm_therm_attr_set()
287 struct nvkm_therm *therm = (void *)object; in _nvkm_therm_init() local
310 struct nvkm_therm *therm = (void *)object; in _nvkm_therm_fini() local
350 nvkm_therm_preinit(struct nvkm_therm *therm) in nvkm_therm_preinit()
Dfannil.c27 nvkm_fannil_get(struct nvkm_therm *therm) in nvkm_fannil_get()
33 nvkm_fannil_set(struct nvkm_therm *therm, int percent) in nvkm_fannil_set()
39 nvkm_fannil_create(struct nvkm_therm *therm) in nvkm_fannil_create()
Dgf110.c33 pwm_info(struct nvkm_therm *therm, int line) in pwm_info()
57 gf110_fan_pwm_ctrl(struct nvkm_therm *therm, int line, bool enable) in gf110_fan_pwm_ctrl()
70 gf110_fan_pwm_get(struct nvkm_therm *therm, int line, u32 *divs, u32 *duty) in gf110_fan_pwm_get()
91 gf110_fan_pwm_set(struct nvkm_therm *therm, int line, u32 divs, u32 duty) in gf110_fan_pwm_set()
107 gf110_fan_pwm_clock(struct nvkm_therm *therm, int line) in gf110_fan_pwm_clock()
Dgm107.c33 gm107_fan_pwm_ctrl(struct nvkm_therm *therm, int line, bool enable) in gm107_fan_pwm_ctrl()
40 gm107_fan_pwm_get(struct nvkm_therm *therm, int line, u32 *divs, u32 *duty) in gm107_fan_pwm_get()
48 gm107_fan_pwm_set(struct nvkm_therm *therm, int line, u32 divs, u32 duty) in gm107_fan_pwm_set()
56 gm107_fan_pwm_clock(struct nvkm_therm *therm, int line) in gm107_fan_pwm_clock()
Dg84.c34 g84_temp_get(struct nvkm_therm *therm) in g84_temp_get()
45 g84_sensor_setup(struct nvkm_therm *therm) in g84_sensor_setup()
58 g84_therm_program_alarms(struct nvkm_therm *therm) in g84_therm_program_alarms()
95 g84_therm_threshold_hyst_emulation(struct nvkm_therm *therm, in g84_therm_threshold_hyst_emulation()
140 struct nvkm_therm *therm = nvkm_therm(subdev); in g84_therm_intr() local
Dfanpwm.c39 nvkm_fanpwm_get(struct nvkm_therm *therm) in nvkm_fanpwm_get()
60 nvkm_fanpwm_set(struct nvkm_therm *therm, int percent) in nvkm_fanpwm_set()
87 nvkm_fanpwm_create(struct nvkm_therm *therm, struct dcb_gpio_func *func) in nvkm_fanpwm_create()
Dfantog.c73 nvkm_fantog_get(struct nvkm_therm *therm) in nvkm_fantog_get()
81 nvkm_fantog_set(struct nvkm_therm *therm, int percent) in nvkm_fantog_set()
92 nvkm_fantog_create(struct nvkm_therm *therm, struct dcb_gpio_func *func) in nvkm_fantog_create()
Dic.c83 nvkm_therm_ic_ctor(struct nvkm_therm *therm) in nvkm_therm_ic_ctor()
Dgt215.c34 gt215_therm_fan_sense(struct nvkm_therm *therm) in gt215_therm_fan_sense()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_hwmon.c43 struct nvkm_therm *therm = nvxx_therm(&drm->device); in nouveau_hwmon_show_temp() local
69 struct nvkm_therm *therm = nvxx_therm(&drm->device); in nouveau_hwmon_temp1_auto_point1_temp() local
81 struct nvkm_therm *therm = nvxx_therm(&drm->device); in nouveau_hwmon_set_temp1_auto_point1_temp() local
102 struct nvkm_therm *therm = nvxx_therm(&drm->device); in nouveau_hwmon_temp1_auto_point1_temp_hyst() local
114 struct nvkm_therm *therm = nvxx_therm(&drm->device); in nouveau_hwmon_set_temp1_auto_point1_temp_hyst() local
134 struct nvkm_therm *therm = nvxx_therm(&drm->device); in nouveau_hwmon_max_temp() local
145 struct nvkm_therm *therm = nvxx_therm(&drm->device); in nouveau_hwmon_set_max_temp() local
165 struct nvkm_therm *therm = nvxx_therm(&drm->device); in nouveau_hwmon_max_temp_hyst() local
176 struct nvkm_therm *therm = nvxx_therm(&drm->device); in nouveau_hwmon_set_max_temp_hyst() local
197 struct nvkm_therm *therm = nvxx_therm(&drm->device); in nouveau_hwmon_critical_temp() local
[all …]
/linux-4.1.27/arch/arm/include/asm/
Dtherm.h23 struct therm { struct
24 int hi;
25 int lo;
/linux-4.1.27/drivers/char/
Dds1620.c199 static void ds1620_write_state(struct therm *therm) in ds1620_write_state()
207 static void ds1620_read_state(struct therm *therm) in ds1620_read_state()
238 struct therm therm; in ds1620_ioctl() local
240 struct therm __user *therm; in ds1620_ioctl() member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dtherm.c34 u16 therm = 0; in therm_table() local
62 u16 therm = therm_table(bios, ver, &hdr, len, &cnt); in nvbios_therm_entry() local