Searched refs:s3plug (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/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() 491 memset(s3plug, 0, sizeof(s3plug)); in free_srecs() 677 struct s3plugrec *s3plug, unsigned int ns3plug, in plugimage() argument 693 pstart = s3plug[i].addr; in plugimage() 694 pend = s3plug[i].addr + s3plug[i].len; in plugimage() 696 if (s3plug[i].itemcode != 0xffffffffUL) { /* not filename */ in plugimage() 698 if (s3plug[i].itemcode == in plugimage() [all …]
|