Searched full:lcc (Results 1 – 10 of 10) sorted by relevance
/linux/Documentation/devicetree/bindings/clock/ |
H A 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";
|
H A D | qcom,gcc-ipq8064.yaml | 34 - description: PLL4 from LCC 60 #include <dt-bindings/clock/qcom,lcc-ipq806x.h> 66 clocks = <&pxo_board>, <&cxo_board>, <&lcc PLL4>;
|
/linux/drivers/clk/qcom/ |
H A 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");
|
H A 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");
|
H A D | Makefile | 47 obj-$(CONFIG_IPQ_LCC_806X) += lcc-ipq806x.o 62 obj-$(CONFIG_MSM_LCC_8960) += lcc-msm8960.o
|
/linux/drivers/staging/media/imx/ |
H A 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()
|
/linux/drivers/ufs/host/ |
H A 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()
|
/linux/lib/zstd/common/ |
H A D | compiler.h | 126 * and some compilers, like Intel ICC and MCST LCC, do not support it at all. */
|
/linux/include/ufs/ |
H A D | ufshcd.h | 547 * If UFS host controller is having issue in processing LCC (Line 550 * the LCC transmission on UFS device (by clearing TX_LCC_ENABLE
|
/linux/drivers/ufs/core/ |
H A D | ufshcd.c | 5022 dev_err(hba->dev, "%s: TX LCC Disable failed, peer = %d, lane = %d, err = %d", in ufshcd_disable_tx_lcc()
|