Lines Matching refs:b50
1904 const struct v4l2_buffer50 *b50 = data; in buf50tobuf() local
1906 buf->index = b50->index; in buf50tobuf()
1907 buf->type = b50->type; in buf50tobuf()
1908 buf->bytesused = b50->bytesused; in buf50tobuf()
1909 buf->flags = b50->flags; in buf50tobuf()
1910 buf->field = b50->field; in buf50tobuf()
1911 timeval50_to_timeval(&b50->timestamp, &buf->timestamp); in buf50tobuf()
1912 buf->timecode = b50->timecode; in buf50tobuf()
1913 buf->sequence = b50->sequence; in buf50tobuf()
1914 buf->memory = b50->memory; in buf50tobuf()
1915 buf->m.offset = b50->m.offset; in buf50tobuf()
1917 buf->length = b50->length; in buf50tobuf()
1918 buf->reserved2 = b50->reserved2; in buf50tobuf()
1919 buf->reserved = b50->reserved; in buf50tobuf()
1925 struct v4l2_buffer50 *b50 = data; in buftobuf50() local
1927 b50->index = buf->index; in buftobuf50()
1928 b50->type = buf->type; in buftobuf50()
1929 b50->bytesused = buf->bytesused; in buftobuf50()
1930 b50->flags = buf->flags; in buftobuf50()
1931 b50->field = buf->field; in buftobuf50()
1932 timeval_to_timeval50(&buf->timestamp, &b50->timestamp); in buftobuf50()
1933 b50->timecode = buf->timecode; in buftobuf50()
1934 b50->sequence = buf->sequence; in buftobuf50()
1935 b50->memory = buf->memory; in buftobuf50()
1936 b50->m.offset = buf->m.offset; in buftobuf50()
1938 b50->length = buf->length; in buftobuf50()
1939 b50->reserved2 = buf->reserved2; in buftobuf50()
1940 b50->reserved = buf->reserved; in buftobuf50()