/linux/drivers/media/common/ |
H A D | uvc.c | 17 .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 = V4L2_PIX_FMT_GREY, [all …]
|
/linux/arch/loongarch/kernel/ |
H A D | signal.c | 56 _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; in copy_fpu_to_sigcontext() local 117 err |= __put_user(current->thread.fpu.fcc, fcc); in copy_fpu_to_sigcontext() 129 uint64_t __user *fcc = &ctx->fcc; in copy_fpu_from_sigcontext() local 136 err |= __get_user(current->thread.fpu.fcc, fcc); in copy_fpu_from_sigcontext() [all …]
|
H A D | asm-offsets.c | 168 OFFSET(THREAD_FCC, loongarch_fpu, fcc); in output_thread_fpu_defines() 298 OFFSET(VCPU_FCC, kvm_vcpu_arch, fpu.fcc); in output_kvm_defines()
|
H A D | ptrace.c | 158 r = membuf_write(&to, &target->thread.fpu.fcc, sizeof(target->thread.fpu.fcc)); in fpr_get() 220 &target->thread.fpu.fcc, fcc_start, in fpr_set()
|
H A D | kgdb.c | 137 memcpy(mem, (void *)¤t->thread.fpu.fcc + reg_offset, reg_size); in dbg_get_reg() 178 memcpy((void *)¤t->thread.fpu.fcc + reg_offset, mem, reg_size); in dbg_set_reg()
|
/linux/drivers/net/ethernet/freescale/fs_enet/ |
H A D | mac-fcc.c | 90 fep->fcc.fccp = of_iomap(ofdev->dev.of_node, 0); in do_pd_setup() 91 if (!fep->fcc.fccp) in do_pd_setup() 94 fep->fcc.ep = of_iomap(ofdev->dev.of_node, 1); in do_pd_setup() 95 if (!fep->fcc.ep) in do_pd_setup() 98 fep->fcc.fcccp = of_iomap(ofdev->dev.of_node, 2); in do_pd_setup() 99 if (!fep->fcc.fcccp) in do_pd_setup() 102 fep->fcc.mem = (void __iomem *)cpm2_immr; in do_pd_setup() 112 iounmap(fep->fcc.fcccp); in do_pd_setup() 114 iounmap(fep->fcc.ep); in do_pd_setup() 116 iounmap(fep->fcc.fccp); in do_pd_setup() [all …]
|
H A D | Makefile | 10 fs_enet-$(CONFIG_FS_ENET_HAS_FCC) += mac-fcc.o
|
H A D | fs_enet.h | 170 } fcc; member
|
/linux/drivers/usb/gadget/function/ |
H A D | uvc_v4l2.c | 127 if (fmtdesc->fcc == pixelformat) { in find_format_by_pix() 226 fmt->fmt.pix.pixelformat = video->fcc; in uvc_v4l2_get_format() 247 u8 *fcc; in uvc_v4l2_try_format() local 252 fcc = (u8 *)&fmt->fmt.pix.pixelformat; in uvc_v4l2_try_format() 255 fcc[0], fcc[1], fcc[2], fcc[3], in uvc_v4l2_try_format() 287 fmt->fmt.pix.pixelformat = fmtdesc->fcc; in uvc_v4l2_try_format() 308 video->fcc = fmt->fmt.pix.pixelformat; in uvc_v4l2_set_format() 402 f->pixelformat = fmtdesc->fcc; in uvc_v4l2_enum_format()
|
H A D | uvc.h | 96 u32 fcc; member
|
/linux/arch/powerpc/boot/dts/ |
H A D | ep8248e.dts | 156 compatible = "fsl,mpc8248-fcc-enet", 157 "fsl,cpm2-fcc-enet"; 169 compatible = "fsl,mpc8248-fcc-enet", 170 "fsl,cpm2-fcc-enet";
|
H A D | mgcoge.dts | 190 compatible = "fsl,cpm2-fcc-enet"; 203 compatible = "fsl,cpm2-fcc-enet";
|
H A D | tqm8560.dts | 292 compatible = "fsl,mpc8560-fcc-enet", 293 "fsl,cpm2-fcc-enet";
|
H A D | ksi8560.dts | 292 compatible = "fsl,mpc8560-fcc-enet", 293 "fsl,cpm2-fcc-enet";
|
/linux/drivers/media/usb/uvc/ |
H A D | uvc_v4l2.c | 199 switch (format->fcc) { in uvc_v4l2_get_bytesperline() 223 u8 *fcc; in uvc_v4l2_try_format() local 228 fcc = (u8 *)&fmt->fmt.pix.pixelformat; in uvc_v4l2_try_format() 231 fcc[0], fcc[1], fcc[2], fcc[3], in uvc_v4l2_try_format() 240 if (format->fcc == fmt->fmt.pix.pixelformat) in uvc_v4l2_try_format() 246 fmt->fmt.pix.pixelformat = format->fcc; in uvc_v4l2_try_format() 351 fmt->fmt.pix.pixelformat = format->fcc; in uvc_v4l2_try_format() 383 fmt->fmt.pix.pixelformat = format->fcc; in uvc_v4l2_get_format() 716 fmt->pixelformat = format->fcc; in uvc_ioctl_enum_fmt() 1260 if (stream->formats[i].fcc == fsize->pixel_format) { in uvc_ioctl_enum_framesizes() [all …]
|
H A D | uvc_driver.c | 267 format->fcc = fmtdesc->fcc; in uvc_parse_format() 275 if (format->fcc == V4L2_PIX_FMT_YUYV) { in uvc_parse_format() 276 format->fcc = V4L2_PIX_FMT_GREY; in uvc_parse_format() 285 v4l2_format_info(format->fcc); in uvc_parse_format() 316 format->fcc = V4L2_PIX_FMT_MJPEG; in uvc_parse_format() 339 format->fcc = V4L2_PIX_FMT_DV; in uvc_parse_format() 365 uvc_dbg(dev, DESCR, "Found format %p4cc", &format->fcc); in uvc_parse_format()
|
/linux/fs/f2fs/ |
H A D | segment.c | 564 struct flush_cmd_control *fcc = SM_I(sbi)->fcc_info; in issue_flush_thread() local 565 wait_queue_head_t *q = &fcc->flush_wait_queue; in issue_flush_thread() 570 if (!llist_empty(&fcc->issue_list)) { in issue_flush_thread() 574 fcc->dispatch_list = llist_del_all(&fcc->issue_list); in issue_flush_thread() 575 fcc->dispatch_list = llist_reverse_order(fcc->dispatch_list); in issue_flush_thread() 577 cmd = llist_entry(fcc->dispatch_list, struct flush_cmd, llnode); in issue_flush_thread() 580 atomic_inc(&fcc->issued_flush); in issue_flush_thread() 583 fcc->dispatch_list, llnode) { in issue_flush_thread() 587 fcc->dispatch_list = NULL; in issue_flush_thread() 591 kthread_should_stop() || !llist_empty(&fcc->issue_list)); in issue_flush_thread() [all …]
|
/linux/arch/loongarch/include/asm/ |
H A D | processor.h | 83 uint64_t fcc; /* 8x8 */ member 180 .fcc = 0, \
|
/linux/include/linux/usb/ |
H A D | uvc.h | 153 u32 fcc; member
|
/linux/arch/loongarch/include/uapi/asm/ |
H A D | ptrace.h | 45 uint64_t fcc; member
|
H A D | kvm.h | 36 __u64 fcc; /* 8x8 */ member
|
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
H A D | cpm.txt | 33 scc/fcc/ucc registers, and the second represents the device's
|
/linux/fs/ext4/ |
H A D | balloc.c | 624 struct percpu_counter *fcc = &sbi->s_freeclusters_counter; in ext4_has_free_clusters() local 627 free_clusters = percpu_counter_read_positive(fcc); in ext4_has_free_clusters() 640 free_clusters = percpu_counter_sum_positive(fcc); in ext4_has_free_clusters()
|
/linux/arch/loongarch/kvm/ |
H A D | vcpu.c | 1215 fpu->fcc = vcpu->arch.fpu.fcc; in kvm_arch_vcpu_ioctl_get_fpu() 1227 vcpu->arch.fpu.fcc = fpu->fcc; in kvm_arch_vcpu_ioctl_set_fpu()
|
/linux/arch/mips/math-emu/ |
H A D | ieee754.h | 158 __BITFIELD_FIELD(unsigned fcc:7, /* condition[7:1] */
|