Searched refs:nsend (Results 1 – 2 of 2) sorted by relevance
1419 u32 nsend; in pad_with_zeros() local1433 nsend = min(fsg->common->usb_amount_left, FSG_BUFLEN); in pad_with_zeros()1434 memset(bh->buf + nkeep, 0, nsend - nkeep); in pad_with_zeros()1435 bh->inreq->length = nsend; in pad_with_zeros()1440 fsg->common->usb_amount_left -= nsend; in pad_with_zeros()
1145 int nsend; in pmu_queue_request() local1155 nsend = pmu_data_len[req->data[0]][0]; in pmu_queue_request()1156 if (nsend >= 0 && req->nbytes != nsend + 1) { in pmu_queue_request()