Lines Matching refs:identity_conv

218 #define identity_conv(x) (x)  macro
220 UVCG_DEFAULT_PROCESSING_ATTR(b_unit_id, bUnitID, identity_conv);
221 UVCG_DEFAULT_PROCESSING_ATTR(b_source_id, bSourceID, identity_conv);
223 UVCG_DEFAULT_PROCESSING_ATTR(i_processing, iProcessing, identity_conv);
225 #undef identity_conv
326 #define identity_conv(x) (x) macro
328 UVCG_DEFAULT_CAMERA_ATTR(b_terminal_id, bTerminalID, identity_conv);
330 UVCG_DEFAULT_CAMERA_ATTR(b_assoc_terminal, bAssocTerminal, identity_conv);
331 UVCG_DEFAULT_CAMERA_ATTR(i_terminal, iTerminal, identity_conv);
339 #undef identity_conv
443 #define identity_conv(x) (x) macro
445 UVCG_DEFAULT_OUTPUT_ATTR(b_terminal_id, bTerminalID, identity_conv);
447 UVCG_DEFAULT_OUTPUT_ATTR(b_assoc_terminal, bAssocTerminal, identity_conv);
448 UVCG_DEFAULT_OUTPUT_ATTR(b_source_id, bSourceID, identity_conv);
449 UVCG_DEFAULT_OUTPUT_ATTR(i_terminal, iTerminal, identity_conv);
451 #undef identity_conv
839 #define identity_conv(x) (x) macro
841 UVCG_STREAMING_HEADER_ATTR(bm_info, bmInfo, identity_conv);
842 UVCG_STREAMING_HEADER_ATTR(b_terminal_link, bTerminalLink, identity_conv);
844 identity_conv);
845 UVCG_STREAMING_HEADER_ATTR(b_trigger_support, bTriggerSupport, identity_conv);
846 UVCG_STREAMING_HEADER_ATTR(b_trigger_usage, bTriggerUsage, identity_conv);
848 #undef identity_conv
1381 #define identity_conv(x) (x) macro
1383 UVCG_UNCOMPRESSED_ATTR(b_bits_per_pixel, bBitsPerPixel, identity_conv);
1385 identity_conv);
1386 UVCG_UNCOMPRESSED_ATTR_RO(b_aspect_ratio_x, bAspectRatioX, identity_conv);
1387 UVCG_UNCOMPRESSED_ATTR_RO(b_aspect_ratio_y, bAspectRatioY, identity_conv);
1388 UVCG_UNCOMPRESSED_ATTR_RO(bm_interface_flags, bmInterfaceFlags, identity_conv);
1390 #undef identity_conv
1582 #define identity_conv(x) (x) macro
1585 identity_conv);
1586 UVCG_MJPEG_ATTR_RO(bm_flags, bmFlags, identity_conv);
1587 UVCG_MJPEG_ATTR_RO(b_aspect_ratio_x, bAspectRatioX, identity_conv);
1588 UVCG_MJPEG_ATTR_RO(b_aspect_ratio_y, bAspectRatioY, identity_conv);
1589 UVCG_MJPEG_ATTR_RO(bm_interface_flags, bmInterfaceFlags, identity_conv);
1591 #undef identity_conv
1712 #define identity_conv(x) (x) macro
1715 identity_conv);
1717 bTransferCharacteristics, identity_conv);
1719 identity_conv);
1721 #undef identity_conv
2168 #define identity_conv(x) (x) macro
2170 UVCG_OPTS_ATTR(streaming_interval, streaming_interval, identity_conv,
2171 kstrtou8, u8, identity_conv, 16);
2174 UVCG_OPTS_ATTR(streaming_maxburst, streaming_maxburst, identity_conv,
2175 kstrtou8, u8, identity_conv, 15);
2177 #undef identity_conv