Home
last modified time | relevance | path

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

/drivers/char/rio/
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 *);
Drioctrl.c83 static struct DownLoad DownLoad; variable
115 (*RIOBootTable[MAX_PRODUCT]) (struct rio_info *, struct DownLoad *) = {
866 if (copy_from_user(&DownLoad, argp, sizeof(DownLoad))) { in riocontrol()
871 …rio_dprintk(RIO_DEBUG_CTRL, "Copied in download code for product code 0x%x\n", DownLoad.ProductCod… in riocontrol()
876 if (DownLoad.ProductCode > MAX_PRODUCT) { in riocontrol()
877 rio_dprintk(RIO_DEBUG_CTRL, "RIO_DOWNLOAD: Bad product code %d passed\n", DownLoad.ProductCode); in riocontrol()
884 retval = (*(RIOBootTable[DownLoad.ProductCode])) (p, &DownLoad); in riocontrol()
Ddaemon.h47 struct DownLoad { struct
Drioboot.c103 int RIOBootCodeRTA(struct rio_info *p, struct DownLoad * rbp) in RIOBootCodeRTA()
203 int RIOBootCodeHOST(struct rio_info *p, struct DownLoad *rbp) in RIOBootCodeHOST()