Home
last modified time | relevance | path

Searched refs:V4L2_MBUS_CSI2_1_LANE (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/media/
Dv4l2-mediabus.h46 #define V4L2_MBUS_CSI2_1_LANE (1 << 0) macro
59 #define V4L2_MBUS_CSI2_LANES (V4L2_MBUS_CSI2_1_LANE | V4L2_MBUS_CSI2_2_LANE | \
/linux-3.4.99/drivers/media/video/
Dsh_mobile_csi2.c225 csi2_flags = V4L2_MBUS_CSI2_CONTINUOUS_CLOCK | V4L2_MBUS_CSI2_1_LANE; in sh_csi2_client_connect()