Home
last modified time | relevance | path

Searched refs:s3plug (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/wlan-ng/
Dprism2fw.c131 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()
656 struct s3plugrec *s3plug, unsigned int ns3plug, struct pda *pda) in plugimage() argument
671 pstart = s3plug[i].addr; in plugimage()
672 pend = s3plug[i].addr + s3plug[i].len; in plugimage()
674 if (s3plug[i].itemcode != 0xffffffffUL) { /* not filename */ in plugimage()
676 if (s3plug[i].itemcode == in plugimage()
[all …]