Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/class/
Dcdc-wdm.c955 u16 maxcom = WDM_DEFAULT_BUFSIZE; in wdm_probe() local
963 maxcom = le16_to_cpu(hdr.usb_cdc_dmm_desc->wMaxCommand); in wdm_probe()
970 rv = wdm_create(intf, ep, maxcom, &wdm_manage_power); in wdm_probe()