Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
Dprintk.c63 char obuf[64], *ofmt = ""; in nv_printk_() local
80 ofmt = obuf; in nv_printk_()
88 nv_device(device)->name, ofmt, fmt); in nv_printk_()
/linux-4.1.27/drivers/media/platform/omap3isp/
Dispccp2.c387 const struct v4l2_mbus_framefmt *ofmt = &ccp2->formats[CCP2_PAD_SOURCE]; in ccp2_adjust_bandwidth() local
409 area = ofmt->width * ofmt->height; in ccp2_adjust_bandwidth()
Dispresizer.c504 const struct v4l2_mbus_framefmt *ofmt = &res->formats[RESZ_PAD_SOURCE]; in omap3isp_resizer_max_rate() local
508 clock = div_u64((u64)limit * res->crop.active.height, ofmt->height); in omap3isp_resizer_max_rate()
510 *max_rate = div_u64((u64)clock * res->crop.active.width, ofmt->width); in omap3isp_resizer_max_rate()