Home
last modified time | relevance | path

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

123

/linux/include/linux/
H A Dresctrl.h204 * @cdp_capable: Is the CDP feature available on this resource
238 * features like CDP are enabled, this will be lower than the
249 /* The number of closid supported by this resource regardless of CDP */
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_catalog.h697 * Define CDP use cases
708 * struct dpu_perf_cdp_cfg - define CDP use case configuration
709 * @rd_enable: true if read pipe CDP is enabled
710 * @wr_enable: true if write pipe CDP is enabled
749 * @cdp_cfg cdp use case configurations
H A Ddpu_hw_sspp.h288 * @enable: whether the CDP should be enabled for this pipe
/linux/include/uapi/linux/usb/
H A Dcharger.h13 * CDP (Charging Downstream Port)
/linux/drivers/gpu/drm/nouveau/include/nvrm/535.113.01/common/sdk/nvidia/inc/ctrl/ctrl2080/
H A Dctrl2080bios.h35 char CDP[6]; member
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-msm8960-cdp.dts8 model = "Qualcomm MSM8960 CDP";
9 compatible = "qcom,msm8960-cdp", "qcom,msm8960";
H A DMakefile43 qcom-msm8960-cdp.dtb \
/linux/Documentation/devicetree/bindings/power/supply/
H A Dgpio-charger.yaml29 - usb-cdp # USB charging downstream port
H A Dcharger-manager.yaml135 - CDP
/linux/drivers/mtd/maps/
H A DKconfig140 tristate "CFI Flash device mapped on AMD SC520 CDP"
143 The SC520 CDP board has two banks of CFI-compliant chips and one
/linux/arch/x86/kernel/cpu/resctrl/
H A Dinternal.h469 * regardless of CDP. This is exposed via
472 * which has been corrected for features like CDP.
479 * @cdp_enabled: CDP state of this resource
H A Dcore.c300 * By default, CDP is disabled. CDP can be enabled by mount parameter in rdt_get_cdp_config()
301 * "cdp" during resctrl file system mount time. in rdt_get_cdp_config()
/linux/net/sched/
H A Dsch_gred.c566 static int gred_vq_validate(struct gred_sched *table, u32 cdp, in gred_vq_validate() argument
588 if (dp != cdp && !table->tab[dp]) { in gred_vq_validate()
610 static int gred_vqs_validate(struct gred_sched *table, u32 cdp, in gred_vqs_validate() argument
624 err = gred_vq_validate(table, cdp, attr, extack); in gred_vqs_validate()
/linux/Documentation/arch/x86/
H A Dresctrl.rst23 CDP (Code and Data Prioritization) "cdp_l3", "cdp_l2"
38 # mount -t resctrl resctrl [-o cdp[,cdpl2][,mba_MBps][,debug]] /sys/fs/resctrl
42 "cdp":
53 L2 and L3 CDP are controlled separately.
576 With CDP disabled the L3 schemata format is::
580 L3 schemata file details (CDP enabled via mount option to resctrl)
582 When CDP is enabled L3 control is split into two separate resources
590 CDP is supported at L2 using the 'cdpl2' mount option. The schemata
/linux/drivers/clk/ti/
H A 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
1014 * According to the 12-5 CDP code from TI, "Limitation 2.5" in omap3_dpll4_set_rate()
/linux/drivers/dma/ti/
H A 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()
/linux/fs/nfsd/
H A Dvfs.c2076 nfsd_filldir_t func, struct readdir_cd *cdp, in nfsd_buffered_readdir() argument
2096 cdp->err = nfserr_eof; /* will be cleared on successful read */ in nfsd_buffered_readdir()
2116 if (func(cdp, de->name, de->namlen, de->offset, in nfsd_buffered_readdir()
2120 if (cdp->err != nfs_ok) in nfsd_buffered_readdir()
2142 return cdp->err; in nfsd_buffered_readdir()
2150 * @cdp: OUT: an eof error value
2165 struct readdir_cd *cdp, nfsd_filldir_t func) in nfsd_readdir() argument
2187 err = nfsd_buffered_readdir(file, fhp, func, cdp, offsetp); in nfsd_readdir()
/linux/arch/arm/nwfpe/
H A Dentry.S138 tst r0, #0x08000000 @ only CDP/CPRT/LDC/STC have bit 27
/linux/drivers/pmdomain/bcm/
H A Draspberrypi-power.c225 rpi_init_power_domain(rpi_domains, RPI_POWER_DOMAIN_CDP, "CDP"); in rpi_power_probe()
/linux/drivers/usb/typec/ucsi/
H A Dpsy.c165 /* UCSI can't tell b/w DCP/CDP or USB2/3x1/3x2 SDP chargers */ in ucsi_psy_get_current_max()
/linux/include/soc/fsl/qe/
H A Ducc_fast.h152 int cdp; member
H A Ducc_slow.h162 int cdp; member
/linux/drivers/platform/chrome/
H A Dcros_usbpd_logger.c38 "None", "PD", "Type-C", "Proprietary", "DCP", "CDP", "SDP",
/linux/arch/arm/mach-omap2/
H A Ddma.c76 [CDP] = { 0x00d0, 0x60, OMAP_DMA_REG_32BIT },
/linux/drivers/power/supply/
H A Dmax8997_charger.c118 dev_dbg(charger->dev, "USB CDP charger is connected\n"); in max8997_battery_extcon_evt_worker()

123