Home
last modified time | relevance | path

Searched refs:frame_dprintk (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/test-drivers/visl/
H A Dvisl-dec.c243 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill()
244 frame_dprintk(ctx->dev, run->dst->sequence, ""); in visl_tpg_fill()
254 frame_dprintk(ctx->dev, run->dst->sequence, ""); in visl_tpg_fill()
269 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill()
284 frame_dprintk(ctx->dev, run->dst->sequence, ""); in visl_tpg_fill()
287 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill()
308 frame_dprintk(ctx->dev, run->dst->sequence, ""); in visl_tpg_fill()
322 frame_dprintk(ctx->dev, run->dst->sequence, "%s\n", buf); in visl_tpg_fill()
337 frame_dprintk(ctx->dev, run->dst->sequence, ""); in visl_tpg_fill()
474 frame_dprintk(ctx->dev, run.dst->sequence, in visl_device_run()
[all …]
H A Dvisl.h89 #define frame_dprintk(dev, current, fmt, arg...) \ macro