HomeSort by: relevance | last modified time | path
    Searched defs:pwm_info (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_gf119.c 32 pwm_info(struct nvkm_therm *therm, int line) function in typeref:typename:int
62 int indx = pwm_info(therm, line);
75 int indx = pwm_info(therm, line);
97 int indx = pwm_info(therm, line);
114 int indx = pwm_info(therm, line);
nouveau_nvkm_subdev_therm_nv50.c 33 pwm_info(struct nvkm_therm *therm, int *line, int *ctrl, int *indx) function in typeref:typename:int
64 int ctrl, id, ret = pwm_info(therm, &line, &ctrl, &id);
74 int ctrl, id, ret = pwm_info(therm, &line, &ctrl, &id);
91 int ctrl, id, ret = pwm_info(therm, &line, &ctrl, &id);

Completed in 13 milliseconds