Home
last modified time | relevance | path

Searched refs:elength (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/usb/class/
Dcdc-acm.c1104 unsigned int elength = 0; in acm_probe() local
1149 elength = buffer[0]; in acm_probe()
1150 if (!elength) { in acm_probe()
1152 elength = 1; in acm_probe()
1162 if (elength < sizeof(struct usb_cdc_union_desc)) in acm_probe()
1172 if (elength < sizeof(struct usb_cdc_country_functional_desc)) in acm_probe()
1179 if (elength < 4) in acm_probe()
1184 if (elength < 5) in acm_probe()
1196 buffer[2], elength); in acm_probe()
1200 buflen -= elength; in acm_probe()
[all …]