Lines Matching defs:size
621 usb_err(instance->usbatm, "requested transfer size too large (%d, %d)\n",
709 u32 *data, int size)
716 int buflen = ((size - 1) / stride + 1 + size * 2) * 4;
740 if (offd >= size) {
936 u8 code1, u8 code2, u32 addr, const u8 *data, int size)
949 int l = min_t(int, stride, size - offd);
964 if ((offb >= PAGE_SIZE) || (offd >= size)) {
973 } while (offd < size);
1022 ret = cxacru_fw(usb_dev, FW_WRITE_MEM, 0x2, 0x0, FW_ADDR, fw->data, fw->size);
1031 ret = cxacru_fw(usb_dev, FW_WRITE_MEM, 0x2, 0x0, BR_ADDR, bp->data, bp->size);