Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/class/
Dcdc-wdm.c881 u16 maxcom = WDM_DEFAULT_BUFSIZE; in wdm_probe() local
896 maxcom = le16_to_cpu(dmhd->wMaxCommand); in wdm_probe()
898 "Finding maximum buffer length: %d", maxcom); in wdm_probe()
916 rv = wdm_create(intf, ep, maxcom, &wdm_manage_power); in wdm_probe()