Lines Matching refs:standard
61 * struct tvp514x_std_info - Structure to store standard information
65 * @standard: v4l2 standard structure information
71 struct v4l2_standard standard;
88 * @current_std: Current standard
236 .standard = {
249 .standard = {
257 /* Standard: need to add for additional standard */
378 * tvp514x_query_current_std() : Query the current standard detected by TVP5146/47
381 * Returns the current standard detected by TVP5146/47, STD_INVALID if there is no
382 * standard detected.
390 /* use the standard status register */
393 /* use the standard register itself */
483 * @sd: pointer to standard V4L2 sub-device structure
526 * @sd: pointer to standard V4L2 sub-device structure
527 * @std_id: standard V4L2 std_id ioctl enum
529 * Returns the current standard detected by TVP5146/47. If no active input is
542 /* To query the standard the TVP514x must power on the ADCs. */
548 /* query the current standard */
599 *std_id &= decoder->std_list[current_std].standard.id;
602 decoder->std_list[current_std].standard.name);
608 * @sd: pointer to standard V4L2 sub-device structure
609 * @std_id: standard V4L2 v4l2_std_id ioctl enum
611 * If std_id is supported, sets the requested standard. Otherwise, returns
620 if (std_id & decoder->std_list[i].standard.id)
636 decoder->std_list[i].standard.name);
642 * @sd: pointer to standard V4L2 sub-device structure
742 * @sd: pointer to standard V4L2 sub-device structure
755 /* get the current standard */
759 decoder->std_list[current_std].standard.frameperiod;
766 * @sd: pointer to standard V4L2 sub-device structure
783 /* get the current standard */
787 decoder->std_list[current_std].standard.frameperiod;
794 * @sd: pointer to standard V4L2 sub-device structure
855 * @sd: pointer to standard V4L2 sub-device structure
882 * @sd: pointer to standard V4L2 sub-device structure
914 * @sd: pointer to standard V4L2 sub-device structure
1067 /* Set default standard to auto */