Searched refs:nv50_therm_new (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | therm.h | 111 int nv50_therm_new(struct nvkm_device *, int, struct nvkm_therm **);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | therm.h | 111 int nv50_therm_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_therm **);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | nv50.c | 172 nv50_therm_new(struct nvkm_device *device, int index, in nv50_therm_new() function
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | nv50.c | 172 nv50_therm_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nv50_therm_new() function
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 827 .therm = nv50_therm_new,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 826 .therm = { 0x00000001, nv50_therm_new },
|
Completed in 7 milliseconds