/linux-6.14.4/drivers/media/common/ |
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-6.14.4/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | table.c | 2898 "FCC", "2.4G", "20M", "CCK", "1T", "01", "36", 2901 "FCC", "2.4G", "20M", "CCK", "1T", "02", "36", 2904 "FCC", "2.4G", "20M", "CCK", "1T", "03", "36", 2907 "FCC", "2.4G", "20M", "CCK", "1T", "04", "36", 2910 "FCC", "2.4G", "20M", "CCK", "1T", "05", "36", 2913 "FCC", "2.4G", "20M", "CCK", "1T", "06", "36", 2916 "FCC", "2.4G", "20M", "CCK", "1T", "07", "36", 2919 "FCC", "2.4G", "20M", "CCK", "1T", "08", "36", 2922 "FCC", "2.4G", "20M", "CCK", "1T", "09", "36", 2925 "FCC", "2.4G", "20M", "CCK", "1T", "10", "36", [all …]
|
/linux-6.14.4/drivers/staging/rtl8723bs/hal/ |
D | HalHWImg8723B_RF.c | 361 "FCC", "20M", "CCK", "1T", "01", "32", 364 "FCC", "20M", "CCK", "1T", "02", "32", 367 "FCC", "20M", "CCK", "1T", "03", "32", 370 "FCC", "20M", "CCK", "1T", "04", "32", 373 "FCC", "20M", "CCK", "1T", "05", "32", 376 "FCC", "20M", "CCK", "1T", "06", "32", 379 "FCC", "20M", "CCK", "1T", "07", "32", 382 "FCC", "20M", "CCK", "1T", "08", "32", 385 "FCC", "20M", "CCK", "1T", "09", "32", 388 "FCC", "20M", "CCK", "1T", "10", "32", [all …]
|
/linux-6.14.4/arch/loongarch/kernel/ |
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 …]
|
D | fpu.S | 451 * a1: fcc 464 * a1: fcc 477 * a1: fcc 490 * a1: fcc 503 * a1: fcc 516 * a1: fcc
|
/linux-6.14.4/drivers/net/ethernet/freescale/fs_enet/ |
D | mac-fcc.c | 3 * FCC driver for Motorola MPC82xx (PQ2). 45 /* FCC access macros */ 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() [all …]
|
D | Kconfig | 18 bool "Chip has an FCC usable for ethernet" 33 tristate "MDIO driver for FCC"
|
D | fs_enet.h | 105 /* Must be a multiple of 32 (to cover both FEC & FCC) */ 168 void __iomem *mem; /* FCC DPRAM */ 170 } fcc; member
|
D | Makefile | 10 fs_enet-$(CONFIG_FS_ENET_HAS_FCC) += mac-fcc.o
|
/linux-6.14.4/Documentation/devicetree/bindings/net/ |
D | fsl,cpm-enet.yaml | 19 - fsl,cpm2-fcc-enet 23 - fsl,mpc8272-fcc-enet 24 - const: fsl,cpm2-fcc-enet 50 compatible = "fsl,mpc8272-fcc-enet", 51 "fsl,cpm2-fcc-enet";
|
/linux-6.14.4/arch/loongarch/include/uapi/asm/ |
D | sigcontext.h | 39 __u64 fcc; member 48 __u64 fcc; member 57 __u64 fcc; member
|
D | ptrace.h | 45 uint64_t fcc; member
|
/linux-6.14.4/drivers/usb/gadget/function/ |
D | uvc_v4l2.c | 136 if (fmtdesc->fcc == pixelformat) { in find_format_by_pix() 235 fmt->fmt.pix.pixelformat = video->fcc; in uvc_v4l2_get_format() 256 u8 *fcc; in uvc_v4l2_try_format() local 261 fcc = (u8 *)&fmt->fmt.pix.pixelformat; in uvc_v4l2_try_format() 264 fcc[0], fcc[1], fcc[2], fcc[3], in uvc_v4l2_try_format() 296 fmt->fmt.pix.pixelformat = fmtdesc->fcc; in uvc_v4l2_try_format() 317 video->fcc = fmt->fmt.pix.pixelformat; in uvc_v4l2_set_format() 461 f->pixelformat = fmtdesc->fcc; in uvc_v4l2_enum_format()
|
/linux-6.14.4/arch/powerpc/boot/dts/ |
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";
|
D | mgcoge.dts | 190 compatible = "fsl,cpm2-fcc-enet"; 203 compatible = "fsl,cpm2-fcc-enet";
|
/linux-6.14.4/include/soc/fsl/ |
D | cpm.h | 116 * Common to SCC and FCC. 124 #define BD_ENET_RX_BC (0x0080) /* FCC Only */ 125 #define BD_ENET_RX_MC (0x0040) /* FCC Only */ 135 * Common to SCC and FCC.
|
/linux-6.14.4/fs/f2fs/ |
D | segment.c | 570 struct flush_cmd_control *fcc = SM_I(sbi)->fcc_info; in issue_flush_thread() local 571 wait_queue_head_t *q = &fcc->flush_wait_queue; in issue_flush_thread() 576 if (!llist_empty(&fcc->issue_list)) { in issue_flush_thread() 580 fcc->dispatch_list = llist_del_all(&fcc->issue_list); in issue_flush_thread() 581 fcc->dispatch_list = llist_reverse_order(fcc->dispatch_list); in issue_flush_thread() 583 cmd = llist_entry(fcc->dispatch_list, struct flush_cmd, llnode); in issue_flush_thread() 586 atomic_inc(&fcc->issued_flush); in issue_flush_thread() 589 fcc->dispatch_list, llnode) { in issue_flush_thread() 593 fcc->dispatch_list = NULL; in issue_flush_thread() 597 kthread_should_stop() || !llist_empty(&fcc->issue_list)); in issue_flush_thread() [all …]
|
/linux-6.14.4/drivers/media/usb/uvc/ |
D | uvc_v4l2.c | 201 switch (format->fcc) { in uvc_v4l2_get_bytesperline() 225 u8 *fcc; in uvc_v4l2_try_format() local 230 fcc = (u8 *)&fmt->fmt.pix.pixelformat; in uvc_v4l2_try_format() 233 fcc[0], fcc[1], fcc[2], fcc[3], in uvc_v4l2_try_format() 242 if (format->fcc == fmt->fmt.pix.pixelformat) in uvc_v4l2_try_format() 248 fmt->fmt.pix.pixelformat = format->fcc; in uvc_v4l2_try_format() 353 fmt->fmt.pix.pixelformat = format->fcc; in uvc_v4l2_try_format() 387 fmt->fmt.pix.pixelformat = format->fcc; in uvc_ioctl_g_fmt() 729 fmt->pixelformat = format->fcc; in uvc_ioctl_enum_fmt() 1176 if (stream->formats[i].fcc == fsize->pixel_format) { in uvc_ioctl_enum_framesizes() [all …]
|
/linux-6.14.4/arch/loongarch/include/asm/ |
D | processor.h | 83 uint64_t fcc; /* 8x8 */ member 180 .fcc = 0, \
|
D | kgdb.h | 57 * PT_REGS and FPR: 8 bytes; FCSR: 4 bytes; FCC: 1 bytes.
|
/linux-6.14.4/Documentation/devicetree/bindings/net/wireless/ |
D | mediatek,mt76.yaml | 150 - FCC 260 regdomain = "FCC";
|
/linux-6.14.4/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | channel.h | 31 #define BRCMS_DFS_FCC BRCMS_DFS_TPC /* Flag for DFS FCC */
|
/linux-6.14.4/drivers/media/platform/qcom/camss/ |
D | camss-format.h | 36 * @pixelformat: V4L2 pixel format FCC identifier
|
/linux-6.14.4/Documentation/ABI/testing/ |
D | sysfs-driver-intc_sar | 18 0 FCC
|
/linux-6.14.4/drivers/platform/x86/intel/int1092/ |
D | intel_sar.h | 70 * Regulatory 0: FCC, 1: CE, 2: ISED
|