Searched refs:s3plug (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/wlan-ng/ |
D | prism2fw.c | 131 static struct s3plugrec s3plug[S3PLUG_MAX]; variable 175 struct s3plugrec *s3plug, unsigned int ns3plug, struct pda *pda); 253 memset(s3plug, 0, sizeof(s3plug)); in prism2_fwapply() 338 result = plugimage(fchunk, nfchunks, s3plug, ns3plug, &pda); in prism2_fwapply() 472 memset(s3plug, 0, sizeof(s3plug)); in free_srecs() 659 struct s3plugrec *s3plug, unsigned int ns3plug, struct pda *pda) in plugimage() argument 674 pstart = s3plug[i].addr; in plugimage() 675 pend = s3plug[i].addr + s3plug[i].len; in plugimage() 677 if (s3plug[i].itemcode != 0xffffffffUL) { /* not filename */ in plugimage() 679 if (s3plug[i].itemcode == in plugimage() [all …]
|