Home
last modified time | relevance | path

Searched refs:lanecfg (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/media/platform/omap3isp/
Domap3isp.h106 struct isp_csiphy_lanes_cfg lanecfg; member
117 struct isp_csiphy_lanes_cfg lanecfg; member
Disp.c2077 buscfg->bus.csi2.lanecfg.clk.pos = vep->bus.mipi_csi2.clock_lane; in isp_parse_of_csi2_endpoint()
2078 buscfg->bus.csi2.lanecfg.clk.pol = in isp_parse_of_csi2_endpoint()
2081 buscfg->bus.csi2.lanecfg.clk.pol, in isp_parse_of_csi2_endpoint()
2082 buscfg->bus.csi2.lanecfg.clk.pos); in isp_parse_of_csi2_endpoint()
2087 buscfg->bus.csi2.lanecfg.data[i].pos = in isp_parse_of_csi2_endpoint()
2089 buscfg->bus.csi2.lanecfg.data[i].pol = in isp_parse_of_csi2_endpoint()
2093 buscfg->bus.csi2.lanecfg.data[i].pol, in isp_parse_of_csi2_endpoint()
2094 buscfg->bus.csi2.lanecfg.data[i].pos); in isp_parse_of_csi2_endpoint()
2107 buscfg->bus.ccp2.lanecfg.clk.pos = vep->bus.mipi_csi1.clock_lane; in isp_parse_of_csi1_endpoint()
2108 buscfg->bus.ccp2.lanecfg.clk.pol = vep->bus.mipi_csi1.lane_polarity[0]; in isp_parse_of_csi1_endpoint()
[all …]
Dispcsiphy.c174 lanes = &buscfg->bus.ccp2.lanecfg; in omap3isp_csiphy_config()
177 lanes = &buscfg->bus.csi2.lanecfg; in omap3isp_csiphy_config()
/Linux-v5.10/include/linux/platform_data/media/
Domap4iss.h45 struct iss_csiphy_lanes_cfg lanecfg; member
/Linux-v5.10/drivers/staging/media/omap4iss/
Diss_csiphy.c128 lanes = &subdevs->bus.csi2.lanecfg; in omap4iss_csiphy_config()