/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | vpstate.c | 57 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-v4.19/drivers/s390/scsi/ |
D | zfcp_qdio.c | 96 u8 scount; in zfcp_qdio_int_resp() local 102 scount = min(sbale->scount + 1, in zfcp_qdio_int_resp() 106 for (sbal_no = 0; sbal_no < scount; sbal_no++) { in zfcp_qdio_int_resp() 111 zfcp_dbf_hba_def_err(adapter, req_id, scount, pl); in zfcp_qdio_int_resp()
|
D | zfcp_qdio.h | 252 sbale->scount = q_req->sbal_number - 1; in zfcp_qdio_set_scount()
|
D | zfcp_dbf.c | 192 void zfcp_dbf_hba_def_err(struct zfcp_adapter *adapter, u64 req_id, u16 scount, in zfcp_dbf_hba_def_err() argument 216 while (payload->counter < scount && (char *)pl[payload->counter]) { in zfcp_dbf_hba_def_err()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | vpstate.h | 11 u8 scount; member
|
/Linux-v4.19/net/ipv4/ |
D | igmp.c | 315 int scount = 0; in igmp_scount() local 320 scount++; in igmp_scount() 322 return scount; in igmp_scount() 461 int scount, stotal, first, isquery, truncate; in add_grec() local 478 stotal = scount = 0; in add_grec() 526 pgr->grec_nsrcs = htons(scount); in add_grec() 531 scount = 0; in add_grec() 541 scount++; stotal++; in add_grec() 573 pgr->grec_nsrcs = htons(scount); in add_grec() 843 int i, scount; in igmp_xmarksources() local [all …]
|
/Linux-v4.19/net/ipv6/ |
D | mcast.c | 1111 int i, scount; in mld_xmarksources() local 1113 scount = 0; in mld_xmarksources() 1115 if (scount == nsrcs) in mld_xmarksources() 1124 scount++; in mld_xmarksources() 1130 if (scount == nsrcs) /* all sources excluded */ in mld_xmarksources() 1139 int i, scount; in mld_marksources() local 1146 scount = 0; in mld_marksources() 1148 if (scount == nsrcs) in mld_marksources() 1153 scount++; in mld_marksources() 1158 if (!scount) { in mld_marksources() [all …]
|
/Linux-v4.19/drivers/mtd/nand/onenand/ |
D | samsung.c | 386 int i, mcount, scount; in s3c_onenand_command() local 420 scount = mtd->oobsize >> 2; in s3c_onenand_command() 436 for (i = 0; i < scount; i++) in s3c_onenand_command() 456 for (i = 0; i < scount; i++) in s3c_onenand_command()
|
/Linux-v4.19/drivers/block/ |
D | swim3.c | 190 int scount; /* # sectors we're transferring at present */ member 471 fs->scount = n; in setup_transfer() 776 n = fs->scount - 1 - resid / 512; in swim3_interrupt() 803 if (swim3_end_request(fs, 0, fs->scount << 9)) { in swim3_interrupt() 804 fs->req_sector += fs->scount; in swim3_interrupt()
|
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | m66592-udc.c | 1235 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() 1466 m66592->scount = M66592_MAX_SAMPLING; in m66592_udc_start()
|
D | r8a66597-udc.h | 104 u16 scount; member
|
D | r8a66597-udc.c | 1492 r8a66597->scount = R8A66597_MAX_SAMPLING; in r8a66597_irq() 1525 if (r8a66597->scount > 0) { in r8a66597_timer() 1528 r8a66597->scount--; in r8a66597_timer() 1529 if (r8a66597->scount == 0) { in r8a66597_timer() 1539 r8a66597->scount = R8A66597_MAX_SAMPLING; in r8a66597_timer() 1744 r8a66597->scount = R8A66597_MAX_SAMPLING; in r8a66597_start()
|
D | m66592-udc.h | 482 int scount; member
|
/Linux-v4.19/arch/s390/include/asm/ |
D | qdio.h | 212 u8 scount; member
|
/Linux-v4.19/drivers/usb/host/ |
D | r8a66597.h | 92 int scount; member
|
D | r8a66597-hcd.c | 1001 rh->scount = R8A66597_MAX_SAMPLING; in start_root_hub_sampling() 1707 if (rh->scount > 0) { in r8a66597_root_hub_control() 1710 rh->scount--; in r8a66597_root_hub_control() 1711 if (rh->scount == 0) in r8a66597_root_hub_control() 1716 rh->scount = R8A66597_MAX_SAMPLING; in r8a66597_root_hub_control()
|