Searched refs:DownLoad (Results 1 – 4 of 4) sorted by relevance
/drivers/char/rio/ |
D | func.h | 39 int RIOBootCodeRTA(struct rio_info *, struct DownLoad *); 40 int RIOBootCodeHOST(struct rio_info *, struct DownLoad *); 41 int RIOBootCodeUNKNOWN(struct rio_info *, struct DownLoad *);
|
D | rioctrl.c | 83 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()
|
D | daemon.h | 47 struct DownLoad { struct
|
D | rioboot.c | 103 int RIOBootCodeRTA(struct rio_info *p, struct DownLoad * rbp) in RIOBootCodeRTA() 203 int RIOBootCodeHOST(struct rio_info *p, struct DownLoad *rbp) in RIOBootCodeHOST()
|