Lines Matching full:cif
75 /* Set RX and TX CIF */ in tegra210_ope_hw_params()
79 dev_err(dev, "Can't set OPE RX CIF: %d\n", err); in tegra210_ope_hw_params()
86 dev_err(dev, "Can't set OPE TX CIF: %d\n", err); in tegra210_ope_hw_params()
124 .name = "OPE-RX-CIF",
126 .stream_name = "RX-CIF-Playback",
135 .stream_name = "RX-CIF-Capture",
145 .name = "OPE-TX-CIF",
147 .stream_name = "TX-CIF-Playback",
156 .stream_name = "TX-CIF-Capture",
176 { "RX-CIF-" sname, NULL, "RX XBAR-" sname }, \
177 { "RX", NULL, "RX-CIF-" sname }, \
178 { "TX-CIF-" sname, NULL, "TX" }, \
179 { "TX XBAR-" sname, NULL, "TX-CIF-" sname }, \