input_mode_t
Description
Defines the type of the MIPI RX input API.
Prototype
typedef enum {
INPUT_MODE_MIPI = 0x0, /* mipi */
INPUT_MODE_SUBLVDS = 0x1, /* SUB_LVDS */
INPUT_MODE_LVDS = 0x2, /* LVDS */
INPUT_MODE_HISPI = 0x3, /* HISPI */
INPUT_MODE_SLVS = 0x4,
INPUT_MODE_BUTT
} input_mode_t;
Parent topic: MIPI RX ioctl Command Words