Lines Matching defs:total
1783 unsigned int total)
1787 && total >= USB_DT_CONFIG_SIZE
1800 unsigned total;
1839 total = le16_to_cpu(dev->config->wTotalLength);
1840 if (!is_valid_config(dev->config, total) ||
1841 total > length - USB_DT_DEVICE_SIZE)
1843 kbuf += total;
1844 length -= total;
1849 total = le16_to_cpu(dev->hs_config->wTotalLength);
1850 if (!is_valid_config(dev->hs_config, total) ||
1851 total > length - USB_DT_DEVICE_SIZE)
1853 kbuf += total;
1854 length -= total;