Lines Matching +full:0 +full:x101
52 .bcdUSB = __constant_cpu_to_le16(0x0100),
54 .bDeviceClass = 0,
55 .bDeviceSubClass = 0,
56 .bDeviceProtocol = 0,
58 .idVendor = __constant_cpu_to_le16(0x1234),
59 .idProduct = __constant_cpu_to_le16(0x5679),
72 .bConfigurationValue = 0,
73 .iConfiguration = 0,
82 .bInterfaceNumber = 0,
83 .bAlternateSetting = 0,
88 .iInterface = 0,
94 .bcdCDC = 0x101,
95 .bCountryCode = 0,
98 .wDescriptorLength0 = 0x3f,
109 .bInterval = 0xa,
117 .bAlternateSetting = 0,
122 .iInterface = 0,
128 .bcdCDC = 0x101,
129 .bCountryCode = 0,
132 .wDescriptorLength0 = 0x32,
143 .bInterval = 0xa,
168 return 0; in sandbox_usb_keyb_add_string()
187 memset(data, '\0', length); in sandbox_keyb_interrupt()
192 return 0; in sandbox_keyb_interrupt()
201 fs[0].id = STRINGID_MANUFACTURER; in sandbox_keyb_bind()
202 fs[0].s = "sandbox"; in sandbox_keyb_bind()