Searched refs:cdc_parse_cdc_header (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/linux/usb/ |
H A D | cdc.h | 43 int cdc_parse_cdc_header(struct usb_cdc_parsed_header *hdr,
|
/openbmc/linux/drivers/net/usb/ |
H A D | cdc-phonet.c | 331 cdc_parse_cdc_header(&hdr, intf, data, len); in usbpn_probe()
|
H A D | cdc_ether.c | 166 cdc_parse_cdc_header(&header, intf, buf, len); in usbnet_generic_cdc_bind()
|
H A D | qmi_wwan.c | 766 cdc_parse_cdc_header(&hdr, intf, buf, len); in qmi_wwan_bind()
|
H A D | cdc_ncm.c | 854 cdc_parse_cdc_header(&hdr, intf, buf, len); in cdc_ncm_bind_common()
|
/openbmc/linux/drivers/usb/core/ |
H A D | message.c | 2321 int cdc_parse_cdc_header(struct usb_cdc_parsed_header *hdr, in cdc_parse_cdc_header() function 2460 EXPORT_SYMBOL(cdc_parse_cdc_header);
|
/openbmc/linux/drivers/usb/serial/ |
H A D | xr_serial.c | 959 ret = cdc_parse_cdc_header(&hdrs, control, alt->extra, alt->extralen); in xr_probe()
|
/openbmc/linux/drivers/usb/class/ |
H A D | cdc-wdm.c | 1155 cdc_parse_cdc_header(&hdr, intf, buffer, buflen); in wdm_probe()
|
H A D | cdc-acm.c | 1240 cdc_parse_cdc_header(&h, intf, buffer, buflen); in acm_probe()
|