Searched refs:s3plug (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/staging/wlan-ng/ |
D | prism2fw.c | 132 static struct s3plugrec s3plug[S3PLUG_MAX]; variable 176 struct s3plugrec *s3plug, unsigned int ns3plug, 263 memset(s3plug, 0, sizeof(s3plug)); in prism2_fwapply() 353 result = plugimage(fchunk, nfchunks, s3plug, ns3plug, &pda); in prism2_fwapply() 489 memset(s3plug, 0, sizeof(s3plug)); in free_srecs() 674 struct s3plugrec *s3plug, unsigned int ns3plug, in plugimage() argument 690 pstart = s3plug[i].addr; in plugimage() 691 pend = s3plug[i].addr + s3plug[i].len; in plugimage() 693 if (s3plug[i].itemcode != 0xffffffffUL) { /* not filename */ in plugimage() 695 if (s3plug[i].itemcode == in plugimage() [all …]
|