Searched refs:DownLoad (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Dfunc.h39 int RIOBootCodeRTA(struct rio_info *, struct DownLoad *);
40 int RIOBootCodeHOST(struct rio_info *, struct DownLoad *);
41 int RIOBootCodeUNKNOWN(struct rio_info *, struct DownLoad *);
H A Ddaemon.h47 struct DownLoad { struct
H A Drioctrl.c84 static struct DownLoad DownLoad; variable in typeref:struct:DownLoad
116 (*RIOBootTable[MAX_PRODUCT]) (struct rio_info *, struct DownLoad *) = {
867 if (copy_from_user(&DownLoad, argp, sizeof(DownLoad))) {
872 rio_dprintk(RIO_DEBUG_CTRL, "Copied in download code for product code 0x%x\n", DownLoad.ProductCode);
877 if (DownLoad.ProductCode >= MAX_PRODUCT) {
878 rio_dprintk(RIO_DEBUG_CTRL, "RIO_DOWNLOAD: Bad product code %d passed\n", DownLoad.ProductCode);
885 retval = (*(RIOBootTable[DownLoad.ProductCode])) (p, &DownLoad);
[all...]
H A Drioboot.c103 int RIOBootCodeRTA(struct rio_info *p, struct DownLoad * rbp)
203 int RIOBootCodeHOST(struct rio_info *p, struct DownLoad *rbp)

Completed in 115 milliseconds