Lines Matching +full:max +full:- +full:bitrate
1 /* SPDX-License-Identifier: GPL-2.0-only */
14 #include <media/v4l2-device.h>
15 #include <media/v4l2-ctrls.h>
16 #include <media/i2c/ir-kbd-i2c.h>
29 #define UNSET (-1U)
50 u8 bitrate; /* in 100kbps */ member
70 /* v4l2-device unused */
72 struct { /* video mode/bitrate control cluster */
80 /* the max packet size of the bulk endpoint */
117 /* For passing data to ir-kbd-i2c */
194 * BITRATE SETTING
195 * 1st and 2nd byte (little endian): average bitrate in 100 000 bit/s
196 * min: 1 mbit/s, max: 13.5 mbit/s
197 * 3rd and 4th byte (little endian): peak bitrate in 100 000 bit/s
199 * max: 20.2 mbit/s
221 * 3rd byte MF enable chroma, min=0, max=1
231 /* ret = usb_control_msg(dev->udev, */
232 /* usb_sndctrlpipe(dev->udev, 0), */