Lines Matching +full:0 +full:x0409
29 #define CDC_VENDOR_NUM 0x0525 /* NetChip */
30 #define CDC_PRODUCT_NUM 0xa4aa /* CDC Composite: ECM + ACM */
45 .bDeviceSubClass = 0,
46 .bDeviceProtocol = 0,
70 .language = 0x0409, /* en-us */
117 return 0; in cdc_do_config()
173 if (status < 0) in cdc_bind()
178 if (gadget_is_otg(gadget) && !otg_desc[0]) { in cdc_bind()
187 otg_desc[0] = usb_desc; in cdc_bind()
193 if (status < 0) in cdc_bind()
200 return 0; in cdc_bind()
203 kfree(otg_desc[0]); in cdc_bind()
204 otg_desc[0] = NULL; in cdc_bind()
220 kfree(otg_desc[0]); in cdc_unbind()
221 otg_desc[0] = NULL; in cdc_unbind()
223 return 0; in cdc_unbind()