Searched refs:op_ch_sel (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dadv7842.c82 u8 op_ch_sel; member in struct:adv7842_format_info
2011 * Compute the op_ch_sel value required to obtain on the bus the component order
2016 * (expressed as op_ch_sel value in column) and the bus reordering (expressed as
2035 static const unsigned int op_ch_sel[6][6] = { local
2044 return op_ch_sel[state->pdata.bus_order][state->format->op_ch_sel >> 5];
H A Dadv7604.c91 u8 op_ch_sel; member in struct:adv76xx_format_info
1868 * Compute the op_ch_sel value required to obtain on the bus the component order
1873 * (expressed as op_ch_sel value in column) and the bus reordering (expressed as
1892 static const unsigned int op_ch_sel[6][6] = { local
1901 return op_ch_sel[state->pdata.bus_order][state->format->op_ch_sel >> 5];

Completed in 211 milliseconds