Lines Matching defs:standard

62  * struct tvp514x_std_info - Structure to store standard information
66 * @standard: v4l2 standard structure information
72 struct v4l2_standard standard;
89 * @current_std: Current standard
237 .standard = {
250 .standard = {
258 /* Standard: need to add for additional standard */
379 * tvp514x_query_current_std() : Query the current standard detected by TVP5146/47
382 * Returns the current standard detected by TVP5146/47, STD_INVALID if there is no
383 * standard detected.
391 /* use the standard status register */
394 /* use the standard register itself */
484 * @sd: pointer to standard V4L2 sub-device structure
527 * @sd: pointer to standard V4L2 sub-device structure
528 * @std_id: standard V4L2 std_id ioctl enum
530 * Returns the current standard detected by TVP5146/47. If no active input is
543 /* To query the standard the TVP514x must power on the ADCs. */
549 /* query the current standard */
600 *std_id &= decoder->std_list[current_std].standard.id;
603 decoder->std_list[current_std].standard.name);
609 * @sd: pointer to standard V4L2 sub-device structure
610 * @std_id: standard V4L2 v4l2_std_id ioctl enum
612 * If std_id is supported, sets the requested standard. Otherwise, returns
621 if (std_id & decoder->std_list[i].standard.id)
637 decoder->std_list[i].standard.name);
643 * @sd: pointer to standard V4L2 sub-device structure
756 /* get the current standard */
760 decoder->std_list[current_std].standard.frameperiod;
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
1066 /* Set default standard to auto */