Searched refs:cdc_parse_cdc_header (Results 1 – 8 of 8) sorted by relevance
/drivers/net/usb/ |
D | cdc-phonet.c | 331 cdc_parse_cdc_header(&hdr, intf, data, len); in usbpn_probe()
|
D | cdc_ether.c | 166 cdc_parse_cdc_header(&header, intf, buf, len); in usbnet_generic_cdc_bind()
|
D | qmi_wwan.c | 764 cdc_parse_cdc_header(&hdr, intf, buf, len); in qmi_wwan_bind()
|
D | cdc_ncm.c | 853 cdc_parse_cdc_header(&hdr, intf, buf, len); in cdc_ncm_bind_common()
|
/drivers/usb/core/ |
D | message.c | 2279 int cdc_parse_cdc_header(struct usb_cdc_parsed_header *hdr, in cdc_parse_cdc_header() function 2418 EXPORT_SYMBOL(cdc_parse_cdc_header);
|
/drivers/usb/serial/ |
D | xr_serial.c | 875 ret = cdc_parse_cdc_header(&hdrs, control, alt->extra, alt->extralen); in xr_probe()
|
/drivers/usb/class/ |
D | cdc-wdm.c | 1154 cdc_parse_cdc_header(&hdr, intf, buffer, buflen); in wdm_probe()
|
D | cdc-acm.c | 1214 cdc_parse_cdc_header(&h, intf, buffer, buflen); in acm_probe()
|