Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/networking/
Dcdc_mbim.rst95 The wMaxControlMessage field of the CDC MBIM functional descriptor
129 This ioctl returns the wMaxControlMessage field of the CDC MBIM
146 printf("wMaxControlMessage is %d\n", max);
/Linux-v6.1/include/uapi/linux/usb/
Dcdc.h203 __le16 wMaxControlMessage; member
/Linux-v6.1/drivers/net/usb/
Dcdc_mbim.c171 le16_to_cpu(ctx->mbim_desc->wMaxControlMessage), in cdc_mbim_bind()