Lines Matching +full:0 +full:x1d6b
31 MODULE_PARM_DESC(streaming_maxburst, "0 - 15 (ss only)");
37 #define WEBCAM_VENDOR_ID 0x1d6b /* Linux Foundation */
38 #define WEBCAM_PRODUCT_ID 0x0102 /* Webcam A/V gadget */
39 #define WEBCAM_DEVICE_BCD 0x0010 /* 0.10 */
58 .language = 0x0409, /* en-us */
75 .bDeviceSubClass = 0x02,
76 .bDeviceProtocol = 0x01,
77 .bMaxPacketSize0 = 0, /* dynamic */
81 .iManufacturer = 0, /* dynamic */
82 .iProduct = 0, /* dynamic */
83 .iSerialNumber = 0, /* dynamic */
84 .bNumConfigurations = 0, /* dynamic */
93 .bcdUVC = cpu_to_le16(0x0110),
94 .wTotalLength = 0, /* dynamic */
96 .bInCollection = 0, /* dynamic */
97 .baInterfaceNr[0] = 0, /* dynamic */
105 .wTerminalType = cpu_to_le16(0x0201),
106 .bAssocTerminal = 0,
107 .iTerminal = 0,
108 .wObjectiveFocalLengthMin = cpu_to_le16(0),
109 .wObjectiveFocalLengthMax = cpu_to_le16(0),
110 .wOcularFocalLength = cpu_to_le16(0),
112 .bmControls[0] = 2,
113 .bmControls[1] = 0,
114 .bmControls[2] = 0,
125 .bmControls[0] = 1,
126 .bmControls[1] = 0,
127 .iProcessing = 0,
128 .bmVideoStandards = 0,
136 .wTerminalType = cpu_to_le16(0x0101),
137 .bAssocTerminal = 0,
139 .iTerminal = 0,
149 .wTotalLength = 0, /* dynamic */
150 .bEndpointAddress = 0, /* dynamic */
151 .bmInfo = 0,
153 .bStillCaptureMethod = 0,
154 .bTriggerSupport = 0,
155 .bTriggerUsage = 0,
157 .bmaControls[0][0] = 0,
158 .bmaControls[1][0] = 4,
168 { 'Y', 'U', 'Y', '2', 0x00, 0x00, 0x10, 0x00,
169 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71},
172 .bAspectRatioX = 0,
173 .bAspectRatioY = 0,
174 .bmInterfaceFlags = 0,
175 .bCopyProtect = 0,
186 .bmCapabilities = 0,
194 .dwFrameInterval[0] = cpu_to_le32(666666),
204 .bmCapabilities = 0,
212 .dwFrameInterval[0] = cpu_to_le32(5000000),
221 .bmFlags = 0,
223 .bAspectRatioX = 0,
224 .bAspectRatioY = 0,
225 .bmInterfaceFlags = 0,
226 .bCopyProtect = 0,
237 .bmCapabilities = 0,
245 .dwFrameInterval[0] = cpu_to_le32(666666),
255 .bmCapabilities = 0,
263 .dwFrameInterval[0] = cpu_to_le32(5000000),
334 int status = 0; in webcam_config_bind()
341 if (status < 0) in webcam_config_bind()
350 .iConfiguration = 0, /* dynamic */
362 return 0; in webcam_unbind()
391 if (ret < 0) in webcam_bind()
402 webcam_config_bind)) < 0) in webcam_bind()
407 return 0; in webcam_bind()