Home
last modified time | relevance | path

Searched refs:rio_info (Results 1 – 11 of 11) 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 *);
43 int RIOBootRup(struct rio_info *, unsigned int, struct Host *, struct PKT __iomem *);
44 int RIOBootOk(struct rio_info *, struct Host *, unsigned long);
45 int RIORtaBound(struct rio_info *, unsigned int);
51 int RIOCommandRta(struct rio_info *, unsigned long, int (*func) (struct Host *, struct Map *));
52 int RIOIdentifyRta(struct rio_info *, void __user *);
53 int RIOKillNeighbour(struct rio_info *, void __user *);
55 int RIOFoadWakeup(struct rio_info *);
[all …]
Drioroute.c75 static int RIOCheckIsolated(struct rio_info *, struct Host *, unsigned int);
76 static int RIOIsolate(struct rio_info *, struct Host *, unsigned int);
78 static void RIOConCon(struct rio_info *, struct Host *, unsigned int, unsigned int, unsigned int, u…
85 int RIORouteRup(struct rio_info *p, unsigned int Rup, struct Host *HostP, struct PKT __iomem * Pack… in RIORouteRup()
495 void RIOFixPhbs(struct rio_info *p, struct Host *HostP, unsigned int unit) in RIOFixPhbs()
588 static int RIOCheckIsolated(struct rio_info *p, struct Host *HostP, unsigned int UnitId) in RIOCheckIsolated()
610 static int RIOIsolate(struct rio_info *p, struct Host *HostP, unsigned int UnitId) in RIOIsolate()
712 int RIOSetChange(struct rio_info *p) in RIOSetChange()
726 static void RIOConCon(struct rio_info *p, in RIOConCon()
801 static int RIORemoveFromSavedTable(struct rio_info *p, struct Map *pMap) in RIORemoveFromSavedTable()
[all …]
Driointr.c78 static void RIOReceive(struct rio_info *, struct Port *);
97 struct rio_info *p; in RIOTxEnable()
104 p = (struct rio_info *) PortP->p; in RIOTxEnable()
174 void RIOServiceHost(struct rio_info *p, struct Host *HostP) in RIOServiceHost()
513 static void RIOReceive(struct rio_info *p, struct Port *PortP) in RIOReceive()
Driocmd.c138 int RIOCommandRta(struct rio_info *p, unsigned long RtaUnique, int (*func) (struct Host * HostP, st… in RIOCommandRta()
179 int RIOIdentifyRta(struct rio_info *p, void __user * arg) in RIOIdentifyRta()
244 int RIOKillNeighbour(struct rio_info *p, void __user * arg) in RIOKillNeighbour()
336 int RIOFoadWakeup(struct rio_info *p) in RIOFoadWakeup()
369 static int RIOCommandRup(struct rio_info *p, uint Rup, struct Host *HostP, struct PKT __iomem *Pack… in RIOCommandRup()
649 void RIOPollHostCommands(struct rio_info *p, struct Host *HostP) in RIOPollHostCommands()
Drioinit.c75 int RIOPCIinit(struct rio_info *p, int Mode);
90 int RIOAssignAT(struct rio_info *p, int Base, void __iomem *virtAddr, int mode) in RIOAssignAT()
361 int RIODefaultName(struct rio_info *p, struct Host *HostP, unsigned int UnitId) in RIODefaultName()
Drioboot.c73 static int RIOBootComplete(struct rio_info *p, struct Host *HostP, unsigned int Rup, struct PktCmd …
103 int RIOBootCodeRTA(struct rio_info *p, struct DownLoad * rbp) in RIOBootCodeRTA()
203 int RIOBootCodeHOST(struct rio_info *p, struct DownLoad *rbp) in RIOBootCodeHOST()
603 int RIOBootRup(struct rio_info *p, unsigned int Rup, struct Host *HostP, struct PKT __iomem *Packet… in RIOBootRup()
724 static int RIOBootComplete(struct rio_info *p, struct Host *HostP, unsigned int Rup, struct PktCmd … in RIOBootComplete()
1058 int RIOBootOk(struct rio_info *p, struct Host *HostP, unsigned long RtaUniq) in RIOBootOk()
Driotable.c83 int RIONewTable(struct rio_info *p) in RIONewTable()
403 int RIOApel(struct rio_info *p) in RIOApel()
457 int RIODeleteRta(struct rio_info *p, struct Map *MapP) in RIODeleteRta()
584 int RIOAssignRta(struct rio_info *p, struct Map *MapP) in RIOAssignRta()
734 int RIOReMapPorts(struct rio_info *p, struct Host *HostP, struct Map *HostMapP) in RIOReMapPorts()
891 int RIOChangeName(struct rio_info *p, struct Map *MapP) in RIOChangeName()
Driotty.c83 int RIOShortCommand(struct rio_info *p, struct Port *PortP, int command, int len, int arg);
86 extern struct rio_info *p;
577 int RIOShortCommand(struct rio_info *p, struct Port *PortP, int command, int len, int arg) in RIOShortCommand()
Driodrvr.h42 struct rio_info { struct
Drio_linux.c191 struct rio_info *p;
576 extern int RIOShortCommand(struct rio_info *p, struct Port *PortP, int command, int len, int arg);
815 #define RI_SZ sizeof(struct rio_info) in rio_init_datastructures()
Drioctrl.c115 (*RIOBootTable[MAX_PRODUCT]) (struct rio_info *, struct DownLoad *) = {
136 int riocontrol(struct rio_info *p, dev_t dev, int cmd, unsigned long arg, int su) in riocontrol()
1390 int RIOPreemptiveCmd(struct rio_info *p, struct Port *PortP, u8 Cmd) in RIOPreemptiveCmd()