Lines Matching defs:input
809 * case, pad value -1 returns the capabilities for the currently selected input.
908 /* Reads CABLE_DET_A_RAW. For input B support, need to
1152 * input format (CE/IT) in automatic mode */
1814 u32 input, u32 output, u32 config)
1818 v4l2_dbg(2, debug, sd, "%s: input %d, selected input %d",
1819 __func__, input, state->selected_input);
1821 if (input == state->selected_input)
1824 if (input > state->info->max_port)
1827 state->selected_input = input;
2886 afe_write(sd, 0x02, pdata->ain_sel); /* Select analog input muxing mode */
3217 if (!of_property_read_u32(np, "default-input", &v))