Home
last modified time | relevance | path

Searched refs:scount (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dvpstate.c57 h->scount = nvbios_rd08(b, h->offset + 0x4); in nvbios_vpstate_parse()
84 offset = h->offset + h->hlen + idx * (h->elen + (h->slen * h->scount)); in nvbios_vpstate_entry()
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dvpstate.h11 u8 scount; member
/linux/net/ipv4/
H A Digmp.c350 int scount = 0; in igmp_scount() local
355 scount++; in igmp_scount()
357 return scount; in igmp_scount()
498 int scount, stotal, first, isquery, truncate; in add_grec() local
516 stotal = scount = 0; in add_grec()
564 pgr->grec_nsrcs = htons(scount); in add_grec()
569 scount = 0; in add_grec()
579 scount++; stotal++; in add_grec()
611 pgr->grec_nsrcs = htons(scount); in add_grec()
896 int i, scount; in igmp_xmarksources() local
[all …]
/linux/net/ipv6/
H A Dmcast.c1185 int i, scount; in mld_xmarksources() local
1189 scount = 0; in mld_xmarksources()
1191 if (scount == nsrcs) in mld_xmarksources()
1200 scount++; in mld_xmarksources()
1206 if (scount == nsrcs) /* all sources excluded */ in mld_xmarksources()
1215 int i, scount; in mld_marksources() local
1224 scount = 0; in mld_marksources()
1226 if (scount == nsrcs) in mld_marksources()
1231 scount++; in mld_marksources()
1236 if (!scount) { in mld_marksources()
[all …]
/linux/drivers/mtd/nand/onenand/
H A Donenand_samsung.c383 int i, mcount, scount; in s3c_onenand_command() local
418 scount = mtd->oobsize >> 2; in s3c_onenand_command()
434 for (i = 0; i < scount; i++) in s3c_onenand_command()
454 for (i = 0; i < scount; i++) in s3c_onenand_command()
/linux/drivers/block/
H A Dswim3.c187 int scount; /* # sectors we're transferring at present */ member
454 fs->scount = n; in setup_transfer()
756 n = fs->scount - 1 - resid / 512; in swim3_interrupt()
782 if (swim3_end_request(fs, 0, fs->scount << 9)) { in swim3_interrupt()
783 fs->req_sector += fs->scount; in swim3_interrupt()
/linux/drivers/s390/scsi/
H A Dzfcp_qdio.h264 sbale->scount = q_req->sbal_number - 1; in zfcp_qdio_set_scount()
/linux/drivers/usb/gadget/udc/
H A Dm66592-udc.c1235 m66592->scount = M66592_MAX_SAMPLING; in m66592_irq()
1275 if (m66592->scount > 0) { in m66592_timer()
1278 m66592->scount--; in m66592_timer()
1279 if (m66592->scount == 0) { in m66592_timer()
1289 m66592->scount = M66592_MAX_SAMPLING; in m66592_timer()
1465 m66592->scount = M66592_MAX_SAMPLING; in m66592_udc_start()
H A Dr8a66597-udc.h104 u16 scount; member
H A Dm66592-udc.h482 int scount; member
/linux/arch/s390/include/asm/
H A Dqdio.h209 u8 scount; member
/linux/drivers/usb/host/
H A Dr8a66597.h92 int scount; member
H A Dr8a66597-hcd.c999 rh->scount = R8A66597_MAX_SAMPLING; in start_root_hub_sampling()
1705 if (rh->scount > 0) { in r8a66597_root_hub_control()
1708 rh->scount--; in r8a66597_root_hub_control()
1709 if (rh->scount == 0) in r8a66597_root_hub_control()
1714 rh->scount = R8A66597_MAX_SAMPLING; in r8a66597_root_hub_control()
/linux/net/xfrm/
H A Dxfrm_iptfs.c1328 u32 scount = 0; in __reorder_drop() local
1345 for (; s < se && s->skb; scount++, s++) in __reorder_drop()
1365 return scount; in __reorder_drop()