Home
last modified time | relevance | path

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

12345

/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-6.6/include/linux/
Dresctrl.h164 * @cdp_capable: Is the CDP feature available on this resource
196 * features like CDP are enabled, this will be lower than the
207 /* The number of closid supported by this resource regardless of CDP */
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_hw_catalog.h698 * Define CDP use cases
709 * struct dpu_perf_cdp_cfg - define CDP use case configuration
710 * @rd_enable: true if read pipe CDP is enabled
711 * @wr_enable: true if write pipe CDP is enabled
750 * @cdp_cfg cdp use case configurations
/kernel/linux/linux-6.6/include/uapi/linux/usb/
Dcharger.h13 * CDP (Charging Downstream Port)
/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.c1088 * rdt_cdp_peer_get - Retrieve CDP peer if it exists
1090 * @d: Cache instance for which a CDP peer is requested
1098 * Data Prioritization (CDP) RDT resources, while managed independently,
1106 * Return: 0 if a CDP peer was found, <0 on error or if no CDP peer exists.
1107 * If a CDP peer was found, @r_cdp will point to the peer RDT resource
1137 * When a new CPU comes online and CDP is enabled then the new in rdt_cdp_peer_get()
1138 * RDT domains (if any) associated with both CDP RDT resources in rdt_cdp_peer_get()
1141 * RDT domain to exist and be associated with its RDT CDP in rdt_cdp_peer_get()
1143 * peer RDT CDP resource. Hence the WARN. in rdt_cdp_peer_get()
1226 * which the CBM is intended though - when dealing with CDP resources that
[all …]
/kernel/linux/linux-6.6/arch/arm/boot/dts/qcom/
Dqcom-msm8960-cdp.dts7 model = "Qualcomm MSM8960 CDP";
8 compatible = "qcom,msm8960-cdp", "qcom,msm8960";
DMakefile32 qcom-msm8960-cdp.dtb \
/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-6.6/arch/x86/kernel/cpu/resctrl/
Dinternal.h385 * regardless of CDP. This is exposed via
388 * which has been corrected for features like CDP.
395 * @cdp_enabled: CDP state of this resource
Dcore.c283 * By default, CDP is disabled. CDP can be enabled by mount parameter in rdt_get_cdp_config()
284 * "cdp" during resctrl file system mount time. in rdt_get_cdp_config()
/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-6.6/Documentation/devicetree/bindings/power/supply/
Dgpio-charger.yaml29 - usb-cdp # USB charging downstream port
/kernel/linux/linux-6.6/drivers/mtd/maps/
DKconfig140 tristate "CFI Flash device mapped on AMD SC520 CDP"
143 The SC520 CDP board has two banks of CFI-compliant chips and one
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/
Dqcom.yaml101 cdp
126 "qcom,msm8916-v1-cdp-pm8916-v2.1"
128 A CDP board with an msm8916 SoC, version 1 paired with a pm8916 PMIC of version
205 - qcom,msm8960-cdp
/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-6.6/net/sched/
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()
/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-6.6/Documentation/arch/x86/
Dresctrl.rst23 CDP (Code and Data Prioritization) "cdp_l3", "cdp_l2"
38 # mount -t resctrl resctrl [-o cdp[,cdpl2][,mba_MBps]] /sys/fs/resctrl
42 "cdp":
50 L2 and L3 CDP are controlled separately.
517 With CDP disabled the L3 schemata format is::
521 L3 schemata file details (CDP enabled via mount option to resctrl)
523 When CDP is enabled L3 control is split into two separate resources
531 CDP is supported at L2 using the 'cdpl2' mount option. The schemata

12345