nslots           1309 drivers/cdrom/cdrom.c 		buf->hdr.nslots = 3;
nslots           1360 drivers/cdrom/cdrom.c 	int nslots = 1;
nslots           1372 drivers/cdrom/cdrom.c 		nslots = info->hdr.nslots;
nslots           1375 drivers/cdrom/cdrom.c 	return nslots;
nslots            768 drivers/dma/ti/edma.c 	int i, j, left, nslots;
nslots            783 drivers/dma/ti/edma.c 	nslots = min(MAX_NR_SG, left);
nslots            787 drivers/dma/ti/edma.c 	for (i = 0; i < nslots; i++) {
nslots            813 drivers/dma/ti/edma.c 		if (i != (nslots - 1))
nslots            817 drivers/dma/ti/edma.c 	edesc->processed += nslots;
nslots            826 drivers/dma/ti/edma.c 			edma_link(ecc, echan->slot[nslots - 1], echan->slot[1]);
nslots            828 drivers/dma/ti/edma.c 			edma_link(ecc, echan->slot[nslots - 1],
nslots           1065 drivers/dma/ti/edma.c 	int i, nslots, ret;
nslots           1098 drivers/dma/ti/edma.c 	nslots = min_t(unsigned, MAX_NR_SG, sg_len);
nslots           1100 drivers/dma/ti/edma.c 	for (i = 0; i < nslots; i++) {
nslots           1153 drivers/dma/ti/edma.c 	int ret, nslots;
nslots           1183 drivers/dma/ti/edma.c 		nslots = 1;
nslots           1200 drivers/dma/ti/edma.c 			nslots = 1;
nslots           1202 drivers/dma/ti/edma.c 			nslots = 2;
nslots           1205 drivers/dma/ti/edma.c 	edesc = kzalloc(struct_size(edesc, pset, nslots), GFP_ATOMIC);
nslots           1209 drivers/dma/ti/edma.c 	edesc->pset_nr = nslots;
nslots           1224 drivers/dma/ti/edma.c 	if (nslots == 1) {
nslots           1277 drivers/dma/ti/edma.c 	int i, ret, nslots;
nslots           1307 drivers/dma/ti/edma.c 	nslots = (buf_len / period_len) + 1;
nslots           1317 drivers/dma/ti/edma.c 	if (nslots > MAX_NR_SG) {
nslots           1326 drivers/dma/ti/edma.c 			nslots = 2;
nslots           1333 drivers/dma/ti/edma.c 	edesc = kzalloc(struct_size(edesc, pset, nslots), GFP_ATOMIC);
nslots           1338 drivers/dma/ti/edma.c 	edesc->pset_nr = nslots;
nslots           1344 drivers/dma/ti/edma.c 		__func__, echan->ch_num, nslots, period_len, buf_len);
nslots           1346 drivers/dma/ti/edma.c 	for (i = 0; i < nslots; i++) {
nslots           1359 drivers/dma/ti/edma.c 		if (i == nslots - 1) {
nslots           2237 drivers/i3c/master.c 	unsigned int nslots = 0;
nslots           2243 drivers/i3c/master.c 		nslots++;
nslots           2250 drivers/i3c/master.c 	WARN_ON(nslots != pool->num_slots);
nslots           1291 drivers/ide/ide-cd.c static int ide_cdrom_register(ide_drive_t *drive, int nslots)
nslots           1296 drivers/ide/ide-cd.c 	ide_debug_log(IDE_DBG_PROBE, "nslots: %d", nslots);
nslots           1300 drivers/ide/ide-cd.c 	devinfo->capacity = nslots;
nslots           1317 drivers/ide/ide-cd.c 	int nslots = 1;
nslots           1330 drivers/ide/ide-cd.c 		return nslots;
nslots           1336 drivers/ide/ide-cd.c 		return nslots;
nslots           1376 drivers/ide/ide-cd.c 		nslots = 3;
nslots           1379 drivers/ide/ide-cd.c 		nslots = cdrom_number_of_slots(cdi);
nslots           1380 drivers/ide/ide-cd.c 		if (nslots > 1)
nslots           1405 drivers/ide/ide-cd.c 		printk(KERN_CONT " changer w/%d slots", nslots);
nslots           1412 drivers/ide/ide-cd.c 	return nslots;
nslots           1520 drivers/ide/ide-cd.c 	int nslots;
nslots           1542 drivers/ide/ide-cd.c 	nslots = ide_cdrom_probe_capabilities(drive);
nslots           1546 drivers/ide/ide-cd.c 	if (ide_cdrom_register(drive, nslots)) {
nslots             61 drivers/net/wireless/mediatek/mt76/mt76x02.h 	unsigned int nslots;
nslots             16 drivers/net/wireless/mediatek/mt76/mt76x02_beacon.c 	for (i = 0; i < dev->beacon_ops->nslots; i++) {
nslots             80 drivers/net/wireless/mediatek/mt76/mt76x02_mmio.c 		.nslots = 8,
nslots            237 drivers/net/wireless/mediatek/mt76/mt76x02_usb_core.c 		.nslots = N_BCN_SLOTS,
nslots            150 include/linux/cdrom.h 	__u8     nslots;
nslots            455 kernel/dma/swiotlb.c 	unsigned int nslots, stride, index, wrap;
nslots            491 kernel/dma/swiotlb.c 	nslots = ALIGN(alloc_size, 1 << IO_TLB_SHIFT) >> IO_TLB_SHIFT;
nslots            497 kernel/dma/swiotlb.c 	BUG_ON(!nslots);
nslots            505 kernel/dma/swiotlb.c 	if (unlikely(nslots > io_tlb_nslabs - io_tlb_used))
nslots            514 kernel/dma/swiotlb.c 		while (iommu_is_span_boundary(index, nslots, offset_slots,
nslots            528 kernel/dma/swiotlb.c 		if (io_tlb_list[index] >= nslots) {
nslots            531 kernel/dma/swiotlb.c 			for (i = index; i < (int) (index + nslots); i++)
nslots            541 kernel/dma/swiotlb.c 			io_tlb_index = ((index + nslots) < io_tlb_nslabs
nslots            542 kernel/dma/swiotlb.c 					? (index + nslots) : 0);
nslots            560 kernel/dma/swiotlb.c 	io_tlb_used += nslots;
nslots            568 kernel/dma/swiotlb.c 	for (i = 0; i < nslots; i++)
nslots            585 kernel/dma/swiotlb.c 	int i, count, nslots = ALIGN(alloc_size, 1 << IO_TLB_SHIFT) >> IO_TLB_SHIFT;
nslots            605 kernel/dma/swiotlb.c 		count = ((index + nslots) < ALIGN(index + 1, IO_TLB_SEGSIZE) ?
nslots            606 kernel/dma/swiotlb.c 			 io_tlb_list[index + nslots] : 0);
nslots            611 kernel/dma/swiotlb.c 		for (i = index + nslots - 1; i >= index; i--) {
nslots            622 kernel/dma/swiotlb.c 		io_tlb_used -= nslots;