Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dcdc.h34 struct usb_cdc_ether_desc *usb_cdc_ether_desc; member
H A Dcdc_ncm.h104 const struct usb_cdc_ether_desc *ether_desc;
H A Dusbnet.h215 struct usb_cdc_ether_desc *ether;
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dcdc.h121 struct usb_cdc_ether_desc { struct
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dmessage.c2289 struct usb_cdc_ether_desc *ether = NULL; in cdc_parse_cdc_header()
2344 if (elength != sizeof(struct usb_cdc_ether_desc)) in cdc_parse_cdc_header()
2348 ether = (struct usb_cdc_ether_desc *)buffer; in cdc_parse_cdc_header()
2414 hdr->usb_cdc_ether_desc = ether; in cdc_parse_cdc_header()
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dcdc_ether.c158 info->ether = header.usb_cdc_ether_desc; in usbnet_generic_cdc_bind()
224 if (header.usb_cdc_ether_desc && info->ether->wMaxSegmentSize) { in usbnet_generic_cdc_bind()
H A Dqmi_wwan.c691 struct usb_cdc_ether_desc *cdc_ether; in qmi_wwan_bind()
706 cdc_ether = hdr.usb_cdc_ether_desc; in qmi_wwan_bind()
H A Dcdc_ncm.c841 ctx->ether_desc = hdr.usb_cdc_ether_desc; in cdc_ncm_bind_common()
/OK3568_Linux_fs/kernel/include/uapi/linux/usb/
H A Dcdc.h135 struct usb_cdc_ether_desc { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/usb/
H A Dcdc.h135 struct usb_cdc_ether_desc { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/usb/
H A Dcdc.h135 struct usb_cdc_ether_desc { struct
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_subset.c122 static struct usb_cdc_ether_desc ether_desc = {
H A Df_ecm.c143 static struct usb_cdc_ether_desc ecm_desc = {
H A Df_ncm.c189 static struct usb_cdc_ether_desc ecm_desc = {
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dether.c521 static const struct usb_cdc_ether_desc ether_desc = {