Lines Matching defs:chip_info
223 const struct adv7180_chip_info *chip_info;
266 return state->chip_info->set_std(state, std);
395 if (input > 31 || !(BIT(input) & state->chip_info->valid_input_mask)) {
400 ret = state->chip_info->select_input(state, input);
521 if (state->chip_info->flags & ADV7180_FLAG_MIPI_CSI2) {
728 if (!(state->chip_info->flags & ADV7180_FLAG_I2P))
732 if (state->chip_info->flags & ADV7180_FLAG_MIPI_CSI2) {
746 if (state->chip_info->flags & ADV7180_FLAG_MIPI_CSI2) {
790 if (state->chip_info->flags & ADV7180_FLAG_I2P)
832 if (state->chip_info->flags & ADV7180_FLAG_MIPI_CSI2) {
1008 if (state->chip_info->flags & ADV7180_FLAG_MIPI_CSI2)
1012 if (state->chip_info->flags & ADV7180_FLAG_I2P)
1016 if (state->chip_info->flags & ADV7180_FLAG_V2) {
1024 if (state->chip_info->flags & ADV7180_FLAG_MIPI_CSI2) {
1029 if (state->chip_info->flags & ADV7180_FLAG_V2) {
1149 if (state->chip_info->flags & ADV7180_FLAG_V2)
1352 ret = state->chip_info->init(state);
1414 state->chip_info = (struct adv7180_chip_info *)id->driver_data;
1435 if (state->chip_info->flags & ADV7180_FLAG_MIPI_CSI2) {
1442 if (state->chip_info->flags & ADV7180_FLAG_I2P) {
1454 if (state->chip_info->flags & ADV7180_FLAG_RESET_POWERED)