Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/networking/
Dcdc_mbim.txt90 The wMaxControlMessage field of the CDC MBIM functional descriptor
124 This ioctl returns the wMaxControlMessage field of the CDC MBIM
139 printf("wMaxControlMessage is %d\n", max);
/Linux-v4.19/include/uapi/linux/usb/
Dcdc.h203 __le16 wMaxControlMessage; member
/Linux-v4.19/drivers/net/usb/
Dcdc_mbim.c172 le16_to_cpu(ctx->mbim_desc->wMaxControlMessage), in cdc_mbim_bind()