Lines Matching defs:total
1785 unsigned int total)
1789 && total >= USB_DT_CONFIG_SIZE
1802 unsigned total;
1841 total = le16_to_cpu(dev->config->wTotalLength);
1842 if (!is_valid_config(dev->config, total) ||
1843 total > length - USB_DT_DEVICE_SIZE)
1845 kbuf += total;
1846 length -= total;
1851 total = le16_to_cpu(dev->hs_config->wTotalLength);
1852 if (!is_valid_config(dev->hs_config, total) ||
1853 total > length - USB_DT_DEVICE_SIZE)
1855 kbuf += total;
1856 length -= total;