Searched refs:s3plug (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/staging/wlan-ng/ |
D | prism2fw.c | 111 static struct s3plugrec s3plug[S3PLUG_MAX]; variable 155 struct s3plugrec *s3plug, unsigned int ns3plug, 242 memset(s3plug, 0, sizeof(s3plug)); in prism2_fwapply() 332 result = plugimage(fchunk, nfchunks, s3plug, ns3plug, &pda); in prism2_fwapply() 468 memset(s3plug, 0, sizeof(s3plug)); in free_srecs() 653 struct s3plugrec *s3plug, unsigned int ns3plug, in plugimage() argument 669 pstart = s3plug[i].addr; in plugimage() 670 pend = s3plug[i].addr + s3plug[i].len; in plugimage() 673 if (s3plug[i].itemcode != 0xffffffffUL) { /* not filename */ in plugimage() 675 if (s3plug[i].itemcode == in plugimage() [all …]
|