Searched refs:fcc (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/drivers/media/common/
H A Duvc.c17 .fcc = V4L2_PIX_FMT_YUYV,
21 .fcc = V4L2_PIX_FMT_YUYV,
25 .fcc = V4L2_PIX_FMT_NV12,
29 .fcc = V4L2_PIX_FMT_MJPEG,
33 .fcc = V4L2_PIX_FMT_YVU420,
37 .fcc = V4L2_PIX_FMT_YUV420,
41 .fcc = V4L2_PIX_FMT_M420,
45 .fcc = V4L2_PIX_FMT_UYVY,
49 .fcc = V4L2_PIX_FMT_GREY,
53 .fcc
[all...]
/linux-master/arch/loongarch/include/uapi/asm/
H A Dsigcontext.h40 __u64 fcc; member in struct:fpu_context
49 __u64 fcc; member in struct:lsx_context
58 __u64 fcc; member in struct:lasx_context
H A Dptrace.h45 uint64_t fcc; member in struct:user_fp_state
H A Dkvm.h34 __u64 fcc; /* 8x8 */ member in struct:kvm_fpu
/linux-master/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fcc.c94 fep->fcc.fccp = of_iomap(ofdev->dev.of_node, 0);
95 if (!fep->fcc.fccp)
98 fep->fcc.ep = of_iomap(ofdev->dev.of_node, 1);
99 if (!fep->fcc.ep)
102 fep->fcc.fcccp = of_iomap(ofdev->dev.of_node, 2);
103 if (!fep->fcc.fcccp)
106 fep->fcc.mem = (void __iomem *)cpm2_immr;
116 iounmap(fep->fcc.fcccp);
118 iounmap(fep->fcc.ep);
120 iounmap(fep->fcc
[all...]
H A DMakefile10 fs_enet-$(CONFIG_FS_ENET_HAS_FCC) += mac-fcc.o
H A Dfs_enet.h187 } fcc; member in union:fs_enet_private::__anon377
/linux-master/arch/loongarch/kernel/
H A Dsignal.c56 _save_fp_context(void __user *fpregs, void __user *fcc, void __user *csr);
58 _restore_fp_context(void __user *fpregs, void __user *fcc, void __user *csr);
60 _save_lsx_context(void __user *fpregs, void __user *fcc, void __user *fcsr);
62 _restore_lsx_context(void __user *fpregs, void __user *fcc, void __user *fcsr);
64 _save_lasx_context(void __user *fpregs, void __user *fcc, void __user *fcsr);
66 _restore_lasx_context(void __user *fpregs, void __user *fcc, void __user *fcsr);
109 uint64_t __user *fcc = &ctx->fcc; local
117 err |= __put_user(current->thread.fpu.fcc, fcc);
129 uint64_t __user *fcc = &ctx->fcc; local
147 uint64_t __user *fcc = &ctx->fcc; local
168 uint64_t __user *fcc = &ctx->fcc; local
188 uint64_t __user *fcc = &ctx->fcc; local
213 uint64_t __user *fcc = &ctx->fcc; local
284 uint64_t __user *fcc = &ctx->fcc; local
293 uint64_t __user *fcc = &ctx->fcc; local
302 uint64_t __user *fcc = &ctx->fcc; local
311 uint64_t __user *fcc = &ctx->fcc; local
320 uint64_t __user *fcc = &ctx->fcc; local
329 uint64_t __user *fcc = &ctx->fcc; local
398 uint64_t __user *fcc = &fpu_ctx->fcc; local
432 uint64_t __user *fcc = &fpu_ctx->fcc; local
467 uint64_t __user *fcc = &lsx_ctx->fcc; local
504 uint64_t __user *fcc = &lsx_ctx->fcc; local
543 uint64_t __user *fcc = &lasx_ctx->fcc; local
583 uint64_t __user *fcc = &lasx_ctx->fcc; local
[all...]
H A Dasm-offsets.c168 OFFSET(THREAD_FCC, loongarch_fpu, fcc);
298 OFFSET(VCPU_FCC, kvm_vcpu_arch, fpu.fcc);
H A Dkgdb.c136 case DBG_FCC_BASE ... DBG_FCC_END: /* Process the fcc */
137 memcpy(mem, (void *)&current->thread.fpu.fcc + reg_offset, reg_size);
177 case DBG_FCC_BASE ... DBG_FCC_END: /* Process the fcc */
178 memcpy((void *)&current->thread.fpu.fcc + reg_offset, mem, reg_size);
H A Dptrace.c158 r = membuf_write(&to, &target->thread.fpu.fcc, sizeof(target->thread.fpu.fcc));
220 &target->thread.fpu.fcc, fcc_start,
/linux-master/drivers/usb/gadget/function/
H A Duvc_v4l2.c124 if (fmtdesc->fcc == pixelformat) {
223 fmt->fmt.pix.pixelformat = video->fcc;
243 u8 *fcc; local
248 fcc = (u8 *)&fmt->fmt.pix.pixelformat;
251 fcc[0], fcc[1], fcc[2], fcc[3],
268 fmt->fmt.pix.pixelformat = to_uvc_format(uformat)->fcc;
287 video->fcc
[all...]
H A Duvc.h96 u32 fcc; member in struct:uvc_video
H A Duvc_video.c778 video->fcc = V4L2_PIX_FMT_YUYV;
/linux-master/arch/loongarch/include/asm/
H A Dprocessor.h83 uint64_t fcc; /* 8x8 */ member in struct:loongarch_fpu
180 .fcc = 0, \
/linux-master/fs/f2fs/
H A Dsegment.c556 struct flush_cmd_control *fcc = SM_I(sbi)->fcc_info; local
557 wait_queue_head_t *q = &fcc->flush_wait_queue;
562 if (!llist_empty(&fcc->issue_list)) {
566 fcc->dispatch_list = llist_del_all(&fcc->issue_list);
567 fcc->dispatch_list = llist_reverse_order(fcc->dispatch_list);
569 cmd = llist_entry(fcc->dispatch_list, struct flush_cmd, llnode);
572 atomic_inc(&fcc->issued_flush);
575 fcc
589 struct flush_cmd_control *fcc = SM_I(sbi)->fcc_info; local
661 struct flush_cmd_control *fcc; local
696 struct flush_cmd_control *fcc = SM_I(sbi)->fcc_info; local
[all...]
/linux-master/drivers/media/usb/uvc/
H A Duvc_v4l2.c199 switch (format->fcc) {
223 u8 *fcc; local
228 fcc = (u8 *)&fmt->fmt.pix.pixelformat;
231 fcc[0], fcc[1], fcc[2], fcc[3],
240 if (format->fcc == fmt->fmt.pix.pixelformat)
246 fmt->fmt.pix.pixelformat = format->fcc;
351 fmt->fmt.pix.pixelformat = format->fcc;
[all...]
H A Duvc_driver.c266 format->fcc = fmtdesc->fcc;
274 if (format->fcc == V4L2_PIX_FMT_YUYV) {
275 format->fcc = V4L2_PIX_FMT_GREY;
284 v4l2_format_info(format->fcc);
315 format->fcc = V4L2_PIX_FMT_MJPEG;
338 format->fcc = V4L2_PIX_FMT_DV;
364 uvc_dbg(dev, DESCR, "Found format %p4cc", &format->fcc);
H A Duvcvideo.h264 u32 fcc; member in struct:uvc_format
/linux-master/arch/loongarch/kvm/
H A Dvcpu.c711 fpu->fcc = vcpu->arch.fpu.fcc;
723 vcpu->arch.fpu.fcc = fpu->fcc;
/linux-master/arch/mips/math-emu/
H A Dieee754.h158 __BITFIELD_FIELD(unsigned fcc:7, /* condition[7:1] */
/linux-master/include/linux/usb/
H A Duvc.h153 u32 fcc; member in struct:uvc_format_desc
/linux-master/fs/ext4/
H A Dballoc.c624 struct percpu_counter *fcc = &sbi->s_freeclusters_counter; local
627 free_clusters = percpu_counter_read_positive(fcc);
640 free_clusters = percpu_counter_sum_positive(fcc);
/linux-master/arch/powerpc/include/asm/
H A Dimmap_cpm2.h399 typedef struct fcc { struct
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-capture.c775 u32 fcc; local
823 fcc = ffmt->fourcc;
827 NULL, &fcc, FIMC_SD_PAD_SINK_CAM);
829 NULL, &fcc, FIMC_SD_PAD_SOURCE);

Completed in 260 milliseconds

12