Searched defs:tegra_csi_channel (Results 1 – 1 of 1) sorted by relevance
62 struct tegra_csi_channel { struct63 struct list_head list;64 struct v4l2_subdev subdev;65 struct media_pad pads[TEGRA_CSI_PADS_NUM];66 unsigned int numpads;67 struct tegra_csi *csi;68 struct device_node *of_node;69 u8 numgangports;70 unsigned int numlanes;71 u8 csi_port_nums[GANG_PORTS_MAX];[all …]