Home
last modified time | relevance | path

Searched full:csiphy2 (Results 1 – 20 of 20) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/media/
Dqcom,sdm845-camss.yaml41 - const: csiphy2
74 - const: csiphy2
183 - const: csiphy2
277 "csiphy2",
315 "csiphy2",
346 "csiphy2",
Dqcom,sc8280xp-camss.yaml30 - const: csiphy2
81 - const: csiphy2
177 Input port for receiving CSI data from CSIPHY2.
224 - const: csiphy2
307 reg-names = "csiphy2",
363 "csiphy2",
432 "csiphy2",
Dqcom,sm8250-camss.yaml37 - const: csiphy2
72 - const: csiphy2
259 - const: csiphy2
320 "csiphy2",
348 "csiphy2",
413 "csiphy2",
Dqcom,sdm660-camss.yaml82 - const: csiphy2
200 - const: csiphy2
336 "csiphy2",
373 "csiphy2",
Dqcom,msm8996-camss.yaml72 - const: csiphy2
189 - const: csiphy2
314 "csiphy2",
350 "csiphy2",
Dti,omap3isp.txt36 2 - CSIPHY2 -- CSI2A / CCP2B on 3630;
43 vdd-csiphy2-supply : voltage supply of the CSI-2 PHY 2
/linux-6.12.1/drivers/staging/media/omap4iss/
Diss_csiphy.c132 * - bit [31] : CSIPHY2 lane 2 enable (4460+ only) in omap4iss_csiphy_config()
133 * - bit [30:29] : CSIPHY2 per-lane enable (1 to 0) in omap4iss_csiphy_config()
135 * - bit [21] : CSIPHY2 CTRLCLK enable in omap4iss_csiphy_config()
136 * - bit [20:19] : CSIPHY2 config: 00 d-phy, 01/10 ccp2 in omap4iss_csiphy_config()
160 /* NOTE: Leave CSIPHY2 config to 0x0: D-PHY mode */ in omap4iss_csiphy_config()
258 struct iss_csiphy *phy2 = &iss->csiphy2; in omap4iss_csiphy_init()
Diss.h113 struct iss_csiphy csiphy2; member
Diss.c1042 * CSI2b receiver through CSIPHY2 in iss_register_entities()
Diss_csi2.c1327 csi2b->phy = &iss->csiphy2; in omap4iss_csi2_init()
/linux-6.12.1/drivers/media/platform/qcom/camss/
Dcamss.c188 /* CSIPHY2 */
196 .reg = { "csiphy2", "csiphy2_clk_mux" },
197 .interrupt = { "csiphy2" },
396 /* CSIPHY2 */
406 .reg = { "csiphy2", "csiphy2_clk_mux" },
407 .interrupt = { "csiphy2" },
632 /* CSIPHY2 */
636 "cpas_ahb", "cphy_rx_src", "csiphy2",
646 .reg = { "csiphy2" },
647 .interrupt = { "csiphy2" },
[all …]
/linux-6.12.1/arch/arm64/boot/dts/qcom/
Dqrb5165-rb5-vision-mezzanine.dts20 /* The port index denotes CSIPHY id i.e. csiphy2 */
Dsdm630.dtsi1996 "csiphy2",
2017 "csiphy2",
Dmsm8996.dtsi2157 "csiphy2",
2179 "csiphy2",
Dsdm845.dtsi4323 "csiphy2",
4344 "csiphy2",
4405 "csiphy2",
Dsc8280xp.dtsi3864 reg-names = "csiphy2",
3916 "csiphy2",
3983 "csiphy2",
Dsm8250.dtsi4475 "csiphy2",
4500 "csiphy2",
4566 "csiphy2",
/linux-6.12.1/arch/arm/boot/dts/ti/omap/
Domap3-n9.dts47 vdd-csiphy2-supply = <&vaux2>;
Domap3-n950.dts93 vdd-csiphy2-supply = <&vaux2>;
/linux-6.12.1/drivers/media/platform/ti/omap3isp/
Disp.c101 0x0170, /* csiphy2, len 0x000c */
119 0x0170, /* csiphy2, len 0x000c */
1625 * receiver through CSIPHY1 or CSIPHY2. in isp_link_entity()
2308 isp->isp_csiphy2.vdd = devm_regulator_get(&pdev->dev, "vdd-csiphy2"); in isp_probe()