Lines Matching +full:0 +full:x101
55 .bcdUSB = __constant_cpu_to_le16(0x0100),
57 .bDeviceClass = 0,
58 .bDeviceSubClass = 0,
59 .bDeviceProtocol = 0,
61 .idVendor = __constant_cpu_to_le16(0x1234),
62 .idProduct = __constant_cpu_to_le16(0x5679),
75 .bConfigurationValue = 0,
76 .iConfiguration = 0,
85 .bInterfaceNumber = 0,
86 .bAlternateSetting = 0,
91 .iInterface = 0,
97 .bcdCDC = 0x101,
98 .bCountryCode = 0,
101 .wDescriptorLength0 = 0x3f,
112 .bInterval = 0xa,
120 .bAlternateSetting = 0,
125 .iInterface = 0,
131 .bcdCDC = 0x101,
132 .bCountryCode = 0,
135 .wDescriptorLength0 = 0x32,
146 .bInterval = 0xa,
171 return 0; in sandbox_usb_keyb_add_string()
191 memset(data, '\0', length); in sandbox_keyb_interrupt()
196 return 0; in sandbox_keyb_interrupt()
205 fs[0].id = STRINGID_MANUFACTURER; in sandbox_keyb_bind()
206 fs[0].s = "sandbox"; in sandbox_keyb_bind()