Lines Matching defs:input
795 * case, pad value -1 returns the capabilities for the currently selected input.
894 /* Reads CABLE_DET_A_RAW. For input B support, need to
1138 * input format (CE/IT) in automatic mode */
1797 u32 input, u32 output, u32 config)
1801 v4l2_dbg(2, debug, sd, "%s: input %d, selected input %d",
1802 __func__, input, state->selected_input);
1804 if (input == state->selected_input)
1807 if (input > state->info->max_port)
1810 state->selected_input = input;
2842 afe_write(sd, 0x02, pdata->ain_sel); /* Select analog input muxing mode */
3159 if (!of_property_read_u32(np, "default-input", &v))