Home
last modified time | relevance | path

Searched full:cdp (Results 1 – 25 of 51) sorted by relevance

123

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/
Dqcom.yaml47 cdp
68 "qcom,msm8916-v1-cdp-pm8916-v2.1"
70 A CDP board with an msm8916 SoC, version 1 paired with a pm8916 PMIC of version
113 - qcom,msm8960-cdp
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_sspp.h187 * enum CDP preload ahead address size
195 * struct dpu_hw_pipe_cdp_cfg : CDP configuration
196 * @enable: true to enable CDP
357 * @cfg: Pointer to cdp configuration
Ddpu_hw_catalog.h621 * Define CDP use cases
632 * struct dpu_perf_cdp_cfg - define CDP use case configuration
633 * @rd_enable: true if read pipe CDP is enabled
634 * @wr_enable: true if write pipe CDP is enabled
667 * @cdp_cfg cdp use case configurations
Ddpu_plane.h27 * @cdp_cfg: CDP configuration
/kernel/linux/linux-5.10/include/uapi/linux/usb/
Dcharger.h13 * CDP (Charging Downstream Port)
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/resctrl/
Drdtgroup.c1084 * rdt_cdp_peer_get - Retrieve CDP peer if it exists
1086 * @d: Cache instance for which a CDP peer is requested
1094 * Data Prioritization (CDP) RDT resources, while managed independently,
1102 * Return: 0 if a CDP peer was found, <0 on error or if no CDP peer exists.
1103 * If a CDP peer was found, @r_cdp will point to the peer RDT resource
1133 * When a new CPU comes online and CDP is enabled then the new in rdt_cdp_peer_get()
1134 * RDT domains (if any) associated with both CDP RDT resources in rdt_cdp_peer_get()
1137 * RDT domain to exist and be associated with its RDT CDP in rdt_cdp_peer_get()
1139 * peer RDT CDP resource. Hence the WARN. in rdt_cdp_peer_get()
1222 * which the CBM is intended though - when dealing with CDP resources that
[all …]
Dpseudo_lock.c664 * Cache Pseudo-locking not supported when CDP is enabled. in rdtgroup_locksetup_enter()
667 * support (using L3 CDP as example): in rdtgroup_locksetup_enter()
668 * - When CDP is enabled two separate resources are exposed, in rdtgroup_locksetup_enter()
678 * expose one of the CDP resources to pseudo-locking and in rdtgroup_locksetup_enter()
691 rdt_last_cmd_puts("CDP enabled\n"); in rdtgroup_locksetup_enter()
Dcore.c346 * By default, CDP is disabled. CDP can be enabled by mount parameter in rdt_get_cdp_config()
347 * "cdp" during resctrl file system mount time. in rdt_get_cdp_config()
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dqcom-msm8960-cdp.dts7 model = "Qualcomm MSM8960 CDP";
8 compatible = "qcom,msm8960-cdp", "qcom,msm8960";
/kernel/linux/linux-5.10/Documentation/x86/
Dresctrl_ui.rst23 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
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/
Dgpio-charger.yaml29 - usb-cdp # USB charging downstream port
Dcharger-manager.txt13 SDP, DCP, CDP, ACA, FAST-CHARGER, SLOW-CHARGER, WPT,
/kernel/linux/linux-5.10/drivers/mtd/maps/
DKconfig163 tristate "CFI Flash device mapped on AMD SC520 CDP"
166 The SC520 CDP board has two banks of CFI-compliant chips and one
/kernel/linux/linux-5.10/net/sched/
Dsch_gred.c559 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()
/kernel/linux/linux-5.10/drivers/clk/ti/
Ddpll3xxx.c134 * 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
927 * According to the 12-5 CDP code from TI, "Limitation 2.5" in omap3_dpll4_set_rate()
/kernel/linux/linux-5.10/drivers/dma/ti/
Domap-dma.c435 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()
/kernel/linux/linux-5.10/fs/nfsd/
Dvfs.c1966 struct readdir_cd *cdp, loff_t *offsetp) in nfsd_buffered_readdir() argument
1985 cdp->err = nfserr_eof; /* will be cleared on successful read */ in nfsd_buffered_readdir()
2005 if (func(cdp, de->name, de->namlen, de->offset, in nfsd_buffered_readdir()
2009 if (cdp->err != nfs_ok) in nfsd_buffered_readdir()
2029 return cdp->err; in nfsd_buffered_readdir()
2038 struct readdir_cd *cdp, nfsd_filldir_t func) in nfsd_readdir() argument
2059 err = nfsd_buffered_readdir(file, func, cdp, offsetp); in nfsd_readdir()
/kernel/linux/linux-5.10/drivers/usb/typec/ucsi/
Dpsy.c143 /* UCSI can't tell b/w DCP/CDP or USB2/3x1/3x2 SDP chargers */ in ucsi_psy_get_current_max()
/kernel/linux/linux-5.10/drivers/soc/bcm/
Draspberrypi-power.c218 rpi_init_power_domain(rpi_domains, RPI_POWER_DOMAIN_CDP, "CDP"); in rpi_power_probe()
/kernel/linux/linux-5.10/drivers/platform/chrome/
Dcros_usbpd_logger.c37 "None", "PD", "Type-C", "Proprietary", "DCP", "CDP", "SDP",
/kernel/linux/linux-5.10/include/soc/fsl/qe/
Ducc_fast.h153 int cdp; member
Ducc_slow.h162 int cdp; member
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
Ddma.c75 [CDP] = { 0x00d0, 0x60, OMAP_DMA_REG_32BIT },
/kernel/linux/linux-5.10/include/linux/
Domap-dma.h163 CDP, CNDP, CCDN, enumerator
/kernel/linux/linux-5.10/arch/arm/vfp/
Dvfphw.S187 @ causes all the CDP instructions to be bounced synchronously without

123