Home
last modified time | relevance | path

Searched refs:ifmt (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/erofs/
H A Dinode.c23 unsigned int ifmt; in erofs_read_inode() local
37 ifmt = le16_to_cpu(dic->i_format); in erofs_read_inode()
39 if (ifmt & ~EROFS_I_ALL) { in erofs_read_inode()
41 ifmt, vi->nid); in erofs_read_inode()
46 vi->datalayout = erofs_inode_datalayout(ifmt); in erofs_read_inode()
54 switch (erofs_inode_version(ifmt)) { in erofs_read_inode()
162 erofs_inode_version(ifmt), vi->nid); in erofs_read_inode()
H A Dinternal.h308 static inline unsigned int erofs_inode_version(unsigned int ifmt) in erofs_inode_version() argument
310 return (ifmt >> EROFS_I_VERSION_BIT) & EROFS_I_VERSION_MASK; in erofs_inode_version()
313 static inline unsigned int erofs_inode_datalayout(unsigned int ifmt) in erofs_inode_datalayout() argument
315 return (ifmt >> EROFS_I_DATALAYOUT_BIT) & EROFS_I_DATALAYOUT_MASK; in erofs_inode_datalayout()
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-isp-video.c422 const struct fimc_fmt *ifmt = NULL; in isp_video_s_fmt_mplane() local
425 __isp_video_try_fmt(isp, pixm, &ifmt); in isp_video_s_fmt_mplane()
427 if (WARN_ON(ifmt == NULL)) in isp_video_s_fmt_mplane()
432 dma->plane = ifmt->memplanes; in isp_video_s_fmt_mplane()
433 dma->bitwidth = ifmt->depth[0]; in isp_video_s_fmt_mplane()
439 isp->video_capture.format = ifmt; in isp_video_s_fmt_mplane()
/openbmc/linux/drivers/media/platform/ti/omap/
H A Domap_vout.c126 int ifmt, bpp = 0; in omap_vout_try_format() local
132 for (ifmt = 0; ifmt < NUM_OUTPUT_FORMATS; ifmt++) { in omap_vout_try_format()
133 if (pix->pixelformat == omap_formats[ifmt].pixelformat) in omap_vout_try_format()
137 if (ifmt == NUM_OUTPUT_FORMATS) in omap_vout_try_format()
138 ifmt = 0; in omap_vout_try_format()
140 pix->pixelformat = omap_formats[ifmt].pixelformat; in omap_vout_try_format()
/openbmc/linux/drivers/media/platform/nxp/dw100/
H A Ddw100.c1288 const struct dw100_fmt *ifmt, in dw100_hw_set_destination() argument
1334 (ifmt->reg_swap_uv && ifmt->reg_format != in dw100_hw_set_destination()
/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Disppreview.c1166 const struct v4l2_mbus_framefmt *ifmt = &prev->formats[PREV_PAD_SINK]; in preview_adjust_bandwidth() local
1197 requests_per_frame = DIV_ROUND_UP(ifmt->width * 2, 256) * ifmt->height; in preview_adjust_bandwidth()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c1745 #define FOP_CONDS(type, abs, fmt, ifmt, bits) \ argument
1751 switch (ifmt) { \
1831 #define FOP_CONDNS(fmt, ifmt, bits, STORE) \ argument
1837 if (ifmt == FMT_D) { \