| /Linux-v5.15/Documentation/devicetree/bindings/arm/ |
| D | qcom.yaml | 54 cdp 75 "qcom,msm8916-v1-cdp-pm8916-v2.1" 77 A CDP board with an msm8916 SoC, version 1 paired with a pm8916 PMIC of version 125 - qcom,msm8960-cdp
|
| /Linux-v5.15/include/linux/ |
| D | resctrl.h | 149 * @cdp_capable: Is the CDP feature available on this resource 183 * features like CDP are enabled, this will be lower than the 194 /* The number of closid supported by this resource regardless of CDP */
|
| /Linux-v5.15/drivers/gpu/drm/msm/disp/dpu1/ |
| D | dpu_hw_sspp.h | 188 * enum CDP preload ahead address size 196 * struct dpu_hw_pipe_cdp_cfg : CDP configuration 197 * @enable: true to enable CDP 358 * @cfg: Pointer to cdp configuration
|
| D | dpu_hw_catalog.h | 651 * Define CDP use cases 662 * struct dpu_perf_cdp_cfg - define CDP use case configuration 663 * @rd_enable: true if read pipe CDP is enabled 664 * @wr_enable: true if write pipe CDP is enabled 697 * @cdp_cfg cdp use case configurations
|
| D | dpu_plane.h | 28 * @cdp_cfg: CDP configuration
|
| /Linux-v5.15/include/uapi/linux/usb/ |
| D | charger.h | 13 * CDP (Charging Downstream Port)
|
| /Linux-v5.15/arch/arm/boot/dts/ |
| D | qcom-msm8960-cdp.dts | 7 model = "Qualcomm MSM8960 CDP"; 8 compatible = "qcom,msm8960-cdp", "qcom,msm8960";
|
| /Linux-v5.15/arch/x86/kernel/cpu/resctrl/ |
| D | internal.h | 374 * regardless of CDP. This is exposed via 377 * which has been corrected for features like CDP. 382 * @cdp_enabled: CDP state of this resource
|
| D | pseudo_lock.c | 666 * Cache Pseudo-locking not supported when CDP is enabled. in rdtgroup_locksetup_enter() 669 * support (using L3 CDP as example): in rdtgroup_locksetup_enter() 670 * - When CDP is enabled two separate resources are exposed, in rdtgroup_locksetup_enter() 680 * expose one of the CDP resources to pseudo-locking and in rdtgroup_locksetup_enter() 693 rdt_last_cmd_puts("CDP enabled\n"); in rdtgroup_locksetup_enter()
|
| D | core.c | 270 * By default, CDP is disabled. CDP can be enabled by mount parameter in rdt_get_cdp_config() 271 * "cdp" during resctrl file system mount time. in rdt_get_cdp_config()
|
| D | rdtgroup.c | 1174 * which the CBM is intended though - when dealing with CDP resources that 1176 * the CDP resource sharing the hardware also. 1235 rdt_last_cmd_puts("Cannot be exclusive without CAT/CDP\n"); in rdtgroup_mode_test_exclusive() 2088 * If CDP is supported by this resource, but not enabled, in schemata_list_add() 2240 fsparam_flag("cdp", Opt_cdp), 2724 * If CDP is active include peer domain's in __init_one_rdt_domain() 3187 seq_puts(seq, ",cdp"); in rdtgroup_show_options()
|
| /Linux-v5.15/Documentation/devicetree/bindings/power/supply/ |
| D | gpio-charger.yaml | 29 - usb-cdp # USB charging downstream port
|
| D | charger-manager.yaml | 133 - CDP
|
| /Linux-v5.15/drivers/mtd/maps/ |
| D | Kconfig | 140 tristate "CFI Flash device mapped on AMD SC520 CDP" 143 The SC520 CDP board has two banks of CFI-compliant chips and one
|
| /Linux-v5.15/net/sched/ |
| D | sch_gred.c | 559 static int gred_vq_validate(struct gred_sched *table, u32 cdp, in gred_vq_validate() argument 581 if (dp != cdp && !table->tab[dp]) { in gred_vq_validate() 603 static int gred_vqs_validate(struct gred_sched *table, u32 cdp, in gred_vqs_validate() argument 617 err = gred_vq_validate(table, cdp, attr, extack); in gred_vqs_validate()
|
| /Linux-v5.15/Documentation/x86/ |
| D | resctrl.rst | 23 CDP (Code and Data Prioritization) "cdp_l3", "cdp_l2" 31 # mount -t resctrl resctrl [-o cdp[,cdpl2][,mba_MBps]] /sys/fs/resctrl 35 "cdp": 43 L2 and L3 CDP are controlled separately. 426 With CDP disabled the L3 schemata format is:: 430 L3 schemata file details (CDP enabled via mount option to resctrl) 432 When CDP is enabled L3 control is split into two separate resources 440 CDP is supported at L2 using the 'cdpl2' mount option. The schemata
|
| /Linux-v5.15/drivers/clk/ti/ |
| D | dpll3xxx.c | 134 * autoidle state across the enable, per the CDP code. If the DPLL 179 * per the CDP code. If the DPLL entered bypass mode successfully, 212 * restore the DPLL's autoidle state across the stop, per the CDP 1014 * According to the 12-5 CDP code from TI, "Limitation 2.5" in omap3_dpll4_set_rate()
|
| /Linux-v5.15/drivers/dma/ti/ |
| D | omap-dma.c | 435 uint32_t cdp = CDP_TMODE_LLIST | CDP_NTYPE_TYPE2 | CDP_FAST; in omap_dma_start() local 438 cdp |= (CDP_DST_VALID_RELOAD | CDP_SRC_VALID_REUSE); in omap_dma_start() 440 cdp |= (CDP_DST_VALID_REUSE | CDP_SRC_VALID_RELOAD); in omap_dma_start() 441 omap_dma_chan_write(c, CDP, cdp); in omap_dma_start() 450 omap_dma_chan_write(c, CDP, 0); in omap_dma_start()
|
| /Linux-v5.15/fs/nfsd/ |
| D | vfs.c | 1960 nfsd_filldir_t func, struct readdir_cd *cdp, in nfsd_buffered_readdir() argument 1980 cdp->err = nfserr_eof; /* will be cleared on successful read */ in nfsd_buffered_readdir() 2000 if (func(cdp, de->name, de->namlen, de->offset, in nfsd_buffered_readdir() 2004 if (cdp->err != nfs_ok) in nfsd_buffered_readdir() 2026 return cdp->err; in nfsd_buffered_readdir() 2035 struct readdir_cd *cdp, nfsd_filldir_t func) in nfsd_readdir() argument 2056 err = nfsd_buffered_readdir(file, fhp, func, cdp, offsetp); in nfsd_readdir()
|
| /Linux-v5.15/drivers/usb/typec/ucsi/ |
| D | psy.c | 143 /* UCSI can't tell b/w DCP/CDP or USB2/3x1/3x2 SDP chargers */ in ucsi_psy_get_current_max()
|
| /Linux-v5.15/drivers/soc/bcm/ |
| D | raspberrypi-power.c | 218 rpi_init_power_domain(rpi_domains, RPI_POWER_DOMAIN_CDP, "CDP"); in rpi_power_probe()
|
| /Linux-v5.15/drivers/usb/typec/tipd/ |
| D | trace.h | 152 { TPS_POWER_STATUS_BC12_STATUS_CDP, "cdp" }, \
|
| /Linux-v5.15/drivers/platform/chrome/ |
| D | cros_usbpd_logger.c | 37 "None", "PD", "Type-C", "Proprietary", "DCP", "CDP", "SDP",
|
| /Linux-v5.15/include/soc/fsl/qe/ |
| D | ucc_fast.h | 152 int cdp; member
|
| /Linux-v5.15/arch/arm/mach-omap2/ |
| D | dma.c | 75 [CDP] = { 0x00d0, 0x60, OMAP_DMA_REG_32BIT },
|