Home
last modified time | relevance | path

Searched refs:_log (Results 1 – 3 of 3) sorted by relevance

/linux/tools/build/
H A DMakefile.build149 test-y := $(filter %_log, $(obj-y))
150 obj-y := $(filter-out %_log, $(obj-y))
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_util.c29 static dml_float_t _log(float in) in _log() function
171 return (dml_float_t) (_log(x) / _log(base)); in dml_log()
176 return (dml_float_t) (_log(x) / _log(2)); in dml_log2()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/
H A Dgsp.c1891 static void r535_debugfs_shutdown(struct nvif_log *_log) in r535_debugfs_shutdown() argument
1893 struct r535_gsp_log *log = container_of(_log, struct r535_gsp_log, log); in r535_debugfs_shutdown()