Lines Matching defs:std
16 #include "pvrusb2-std.h"
1824 v4l2_std_id std; /* What additional standards or default to set */
1839 .std = V4L2_STD_PAL_B|V4L2_STD_PAL_B1|V4L2_STD_PAL_G,
1843 .std = V4L2_STD_NTSC_M,
1847 .std = V4L2_STD_PAL_I,
1851 .std = V4L2_STD_SECAM_L|V4L2_STD_SECAM_LC,
1855 .std = V4L2_STD_PAL_D|V4L2_STD_PAL_D1|V4L2_STD_PAL_K,
1915 std_eeprom_maps[idx].std);
1919 hdw->std_mask_cur = std_eeprom_maps[idx].std;
2828 v4l2_std_id std;
2829 std = (v4l2_std_id)hdw->std_mask_avail;
2831 video, querystd, &std);
2832 return std;