Home
last modified time | relevance | path

Searched refs:fcc (Results 1 – 11 of 11) sorted by relevance

/drivers/net/ethernet/freescale/fs_enet/
Dmac-fcc.c96 fep->fcc.fccp = of_iomap(ofdev->dev.of_node, 0); in do_pd_setup()
97 if (!fep->fcc.fccp) in do_pd_setup()
100 fep->fcc.ep = of_iomap(ofdev->dev.of_node, 1); in do_pd_setup()
101 if (!fep->fcc.ep) in do_pd_setup()
104 fep->fcc.fcccp = of_iomap(ofdev->dev.of_node, 2); in do_pd_setup()
105 if (!fep->fcc.fcccp) in do_pd_setup()
108 fep->fcc.mem = (void __iomem *)cpm2_immr; in do_pd_setup()
118 iounmap(fep->fcc.fcccp); in do_pd_setup()
120 iounmap(fep->fcc.ep); in do_pd_setup()
122 iounmap(fep->fcc.fccp); in do_pd_setup()
[all …]
DMakefile10 fs_enet-$(CONFIG_FS_ENET_HAS_FCC) += mac-fcc.o
Dfs_enet.h172 } fcc; member
/drivers/usb/gadget/function/
Duvc_v4l2.c124 if (fmtdesc->fcc == pixelformat) { in find_format_by_pix()
223 fmt->fmt.pix.pixelformat = video->fcc; in uvc_v4l2_get_format()
243 u8 *fcc; in uvc_v4l2_try_format() local
248 fcc = (u8 *)&fmt->fmt.pix.pixelformat; in uvc_v4l2_try_format()
251 fcc[0], fcc[1], fcc[2], fcc[3], in uvc_v4l2_try_format()
268 fmt->fmt.pix.pixelformat = to_uvc_format(uformat)->fcc; in uvc_v4l2_try_format()
287 video->fcc = fmt->fmt.pix.pixelformat; in uvc_v4l2_set_format()
381 f->pixelformat = fmtdesc->fcc; in uvc_v4l2_enum_format()
Duvc.h96 u32 fcc; member
Duvc_video.c781 video->fcc = V4L2_PIX_FMT_YUYV; in uvcg_video_init()
/drivers/media/usb/uvc/
Duvc_v4l2.c146 switch (format->fcc) { in uvc_v4l2_get_bytesperline()
169 u8 *fcc; in uvc_v4l2_try_format() local
174 fcc = (u8 *)&fmt->fmt.pix.pixelformat; in uvc_v4l2_try_format()
177 fcc[0], fcc[1], fcc[2], fcc[3], in uvc_v4l2_try_format()
185 if (format->fcc == fmt->fmt.pix.pixelformat) in uvc_v4l2_try_format()
191 fmt->fmt.pix.pixelformat = format->fcc; in uvc_v4l2_try_format()
293 fmt->fmt.pix.pixelformat = format->fcc; in uvc_v4l2_try_format()
326 fmt->fmt.pix.pixelformat = format->fcc; in uvc_v4l2_get_format()
660 fmt->pixelformat = format->fcc; in uvc_ioctl_enum_fmt()
1204 if (stream->format[i].fcc == fsize->pixel_format) { in uvc_ioctl_enum_framesizes()
[all …]
Duvc_driver.c264 format->fcc = fmtdesc->fcc; in uvc_parse_format()
271 if (format->fcc == V4L2_PIX_FMT_YUYV) { in uvc_parse_format()
272 format->fcc = V4L2_PIX_FMT_GREY; in uvc_parse_format()
281 v4l2_format_info(format->fcc); in uvc_parse_format()
312 format->fcc = V4L2_PIX_FMT_MJPEG; in uvc_parse_format()
335 format->fcc = V4L2_PIX_FMT_DV; in uvc_parse_format()
361 uvc_dbg(dev, DESCR, "Found format %p4cc", &format->fcc); in uvc_parse_format()
Duvcvideo.h266 u32 fcc; member
/drivers/media/platform/exynos4-is/
Dfimc-capture.c775 u32 fcc; in fimc_pipeline_try_format() local
823 fcc = ffmt->fourcc; in fimc_pipeline_try_format()
827 NULL, &fcc, FIMC_SD_PAD_SINK_CAM); in fimc_pipeline_try_format()
829 NULL, &fcc, FIMC_SD_PAD_SOURCE); in fimc_pipeline_try_format()
/drivers/mtd/nand/raw/
Dmarvell_nand.c269 #define MARVELL_LAYOUT(ws, dc, ds, nc, fcc, db, sb, eb, ldb, lsb, leb) \ argument
275 .full_chunk_cnt = fcc, \