| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/ |
| D | qcom,lcc.yaml | 4 $id: http://devicetree.org/schemas/clock/qcom,lcc.yaml# 15 - qcom,lcc-apq8064 16 - qcom,lcc-ipq8064 17 - qcom,lcc-mdm9615 18 - qcom,lcc-msm8960 49 - qcom,lcc-apq8064 50 - qcom,lcc-msm8960 84 - qcom,lcc-mdm9615 116 compatible = "qcom,lcc-ipq8064";
|
| D | qcom,gcc-ipq8064.yaml | 34 - description: PLL4 from LCC 58 #include <dt-bindings/clock/qcom,lcc-ipq806x.h> 64 clocks = <&pxo_board>, <&cxo_board>, <&lcc PLL4>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
| D | qcom,lcc.txt | 7 "qcom,lcc-msm8960" 8 "qcom,lcc-apq8064" 9 "qcom,lcc-ipq8064" 10 "qcom,lcc-mdm9615" 18 compatible = "qcom,lcc-ipq8064";
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/ |
| D | qcom-soc.yaml | 49 - qcom,lcc-apq8064 50 - qcom,lcc-ipq8064 51 - qcom,lcc-mdm9615 52 - qcom,lcc-msm8960
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/slimbus/ |
| D | qcom,slim.yaml | 63 #include <dt-bindings/clock/qcom,lcc-msm8960.h> 76 clocks = <&lcc SLIMBUS_SRC>, <&lcc AUDIO_SLIMBUS_CLK>;
|
| D | slimbus.yaml | 72 #include <dt-bindings/clock/qcom,lcc-msm8960.h> 85 clocks = <&lcc SLIMBUS_SRC>, <&lcc AUDIO_SLIMBUS_CLK>;
|
| /kernel/linux/linux-6.6/drivers/clk/qcom/ |
| D | lcc-msm8960.c | 15 #include <dt-bindings/clock/qcom,lcc-msm8960.h> 446 { .compatible = "qcom,lcc-msm8960" }, 447 { .compatible = "qcom,lcc-apq8064" }, 448 { .compatible = "qcom,lcc-mdm9615" }, 459 if (of_device_is_compatible(pdev->dev.of_node, "qcom,lcc-mdm9615")) { in lcc_msm8960_probe() 490 .name = "lcc-msm8960", 496 MODULE_DESCRIPTION("QCOM LCC MSM8960 Driver"); 498 MODULE_ALIAS("platform:lcc-msm8960");
|
| D | lcc-ipq806x.c | 15 #include <dt-bindings/clock/qcom,lcc-ipq806x.h> 436 { .compatible = "qcom,lcc-ipq8064" }, 463 .name = "lcc-ipq806x", 469 MODULE_DESCRIPTION("QCOM LCC IPQ806x Driver"); 471 MODULE_ALIAS("platform:lcc-ipq806x");
|
| D | Makefile | 33 obj-$(CONFIG_IPQ_LCC_806X) += lcc-ipq806x.o 47 obj-$(CONFIG_MSM_LCC_8960) += lcc-msm8960.o
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/slimbus/ |
| D | slim-qcom-ctrl.txt | 30 clocks = <&lcc SLIMBUS_SRC>, <&lcc AUDIO_SLIMBUS_CLK>;
|
| D | bus.txt | 45 clocks = <&lcc SLIMBUS_SRC>, <&lcc AUDIO_SLIMBUS_CLK>;
|
| /kernel/linux/linux-5.10/drivers/clk/qcom/ |
| D | Makefile | 28 obj-$(CONFIG_IPQ_LCC_806X) += lcc-ipq806x.o 30 obj-$(CONFIG_MDM_LCC_9615) += lcc-mdm9615.o 38 obj-$(CONFIG_MSM_LCC_8960) += lcc-msm8960.o
|
| D | lcc-msm8960.c | 16 #include <dt-bindings/clock/qcom,lcc-msm8960.h> 528 { .compatible = "qcom,lcc-msm8960" }, 529 { .compatible = "qcom,lcc-apq8064" }, 563 .name = "lcc-msm8960", 569 MODULE_DESCRIPTION("QCOM LCC MSM8960 Driver"); 571 MODULE_ALIAS("platform:lcc-msm8960");
|
| D | lcc-ipq806x.c | 16 #include <dt-bindings/clock/qcom,lcc-ipq806x.h> 423 { .compatible = "qcom,lcc-ipq8064" }, 450 .name = "lcc-ipq806x", 456 MODULE_DESCRIPTION("QCOM LCC IPQ806x Driver"); 458 MODULE_ALIAS("platform:lcc-ipq806x");
|
| D | lcc-mdm9615.c | 18 #include <dt-bindings/clock/qcom,lcc-mdm9615.h> 530 { .compatible = "qcom,lcc-mdm9615" }, 564 .name = "lcc-mdm9615", 570 MODULE_DESCRIPTION("QCOM LCC MDM9615 Driver"); 572 MODULE_ALIAS("platform:lcc-mdm9615");
|
| /kernel/linux/linux-6.6/drivers/staging/media/imx/ |
| D | imx-media-utils.c | 394 const struct imx_media_pixfmt *lcc; in imx_media_init_mbus_fmt() local 403 lcc = imx_media_find_mbus_format(code, PIXFMT_SEL_ANY); in imx_media_init_mbus_fmt() 404 if (!lcc) { in imx_media_init_mbus_fmt() 405 lcc = imx_media_find_ipu_format(code, PIXFMT_SEL_YUV_RGB); in imx_media_init_mbus_fmt() 406 if (!lcc) in imx_media_init_mbus_fmt() 416 V4L2_MAP_QUANTIZATION_DEFAULT(lcc->cs == IPUV3_COLORSPACE_RGB, in imx_media_init_mbus_fmt() 421 *cc = lcc; in imx_media_init_mbus_fmt()
|
| /kernel/linux/linux-5.10/drivers/staging/media/imx/ |
| D | imx-media-utils.c | 373 const struct imx_media_pixfmt *lcc; in imx_media_init_mbus_fmt() local 382 lcc = imx_media_find_mbus_format(code, PIXFMT_SEL_ANY); in imx_media_init_mbus_fmt() 383 if (!lcc) { in imx_media_init_mbus_fmt() 384 lcc = imx_media_find_ipu_format(code, PIXFMT_SEL_YUV_RGB); in imx_media_init_mbus_fmt() 385 if (!lcc) in imx_media_init_mbus_fmt() 395 V4L2_MAP_QUANTIZATION_DEFAULT(lcc->cs == IPUV3_COLORSPACE_RGB, in imx_media_init_mbus_fmt() 400 *cc = lcc; in imx_media_init_mbus_fmt()
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/qcom/ |
| D | qcom-msm8960.dtsi | 7 #include <dt-bindings/clock/qcom,lcc-msm8960.h> 137 <&lcc PLL4>; 141 lcc: clock-controller@28000000 { label 142 compatible = "qcom,lcc-msm8960";
|
| D | qcom-mdm9615.dtsi | 13 #include <dt-bindings/clock/qcom,lcc-msm8960.h> 109 <&lcc PLL4>; 112 lcc: clock-controller@28000000 { label 113 compatible = "qcom,lcc-mdm9615";
|
| D | qcom-ipq8064.dtsi | 8 #include <dt-bindings/clock/qcom,lcc-ipq806x.h> 517 clocks = <&pxo_board>, <&cxo_board>, <&lcc PLL4>; 1237 lcc: clock-controller@28000000 { label 1238 compatible = "qcom,lcc-ipq8064"; 1247 clocks = <&lcc AHBIX_CLK>, 1248 <&lcc MI2S_OSR_CLK>, 1249 <&lcc MI2S_BIT_CLK>;
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | qcom-ipq8064.dtsi | 6 #include <dt-bindings/clock/qcom,lcc-ipq806x.h> 111 clocks = <&lcc AHBIX_CLK>, 112 <&lcc MI2S_OSR_CLK>, 113 <&lcc MI2S_BIT_CLK>; 447 lcc: clock-controller@28000000 { label 448 compatible = "qcom,lcc-ipq8064";
|
| D | qcom-msm8960.dtsi | 125 lcc: clock-controller@28000000 { label 126 compatible = "qcom,lcc-msm8960";
|
| D | qcom-mdm9615.dtsi | 144 lcc: clock-controller@28000000 { label 145 compatible = "qcom,lcc-mdm9615";
|
| /kernel/linux/linux-5.10/drivers/scsi/ufs/ |
| D | cdns-pltfrm.c | 189 * Some UFS devices have issues if LCC is enabled. in cdns_ufs_link_startup_notify() 192 * and device TX LCC are disabled once link startup is in cdns_ufs_link_startup_notify()
|
| /kernel/linux/linux-6.6/drivers/ufs/host/ |
| D | cdns-pltfrm.c | 189 * Some UFS devices have issues if LCC is enabled. in cdns_ufs_link_startup_notify() 192 * and device TX LCC are disabled once link startup is in cdns_ufs_link_startup_notify()
|