Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/rio/
Dproto.h45 void form_rup_pkt( RUP *form_rup, PKT *pkt );
180 void rup_boot( PKT *pkt, RUP *this_rup, LPB *link);
189 void rup_command( PKT *pkt, struct RUP *this_rup, LPB *link);
194 void rup_error( PKT *pkt, RUP *this_rup, LPB *link );
200 void rup_poll( PKT *pkt, RUP *this_rup, LPB *link );
205 void rup_power( PKT *pkt, RUP *this_rup, LPB *link );
210 void rup_route_map( PKT *pkt, RUP *this_rup, LPB *link);
215 void rup_status( PKT *pkt, RUP *this_rup, LPB *link);
230 void send_status( PKT *requesting_pkt, RUP *this_rup);
Driotypes.h122 typedef struct RUP *RUP_ptr;
128 typedef struct RUP RUP; typedef
Dtypdef.h78 typedef struct RUP RUP; typedef
Dlink.h169 struct RUP rup ;
171 struct RUP link_rup; /* RUP for the link (POLL,
Dunixrup.h48 struct RUP *RupP; /* the Rup to send it to */
Drup.h67 struct RUP { struct
Driowinif.h199 } RUP; typedef
319 RUP rup; /* 0x2E RUP structure for HOST to driver comms */
320 RUP link_rup; /* 0x40 RUP for the link (POLL, topology etc.) */
Dhost.h101 struct RUP *RupP; /* Sixteen real rups here */
Ddaemon.h97 struct RUP *RupP;
Drioboot.c574 HostP->RupP = (RUP*)RIO_PTR(Cad,RWORD(ParmMapP->rups));
Drioctrl.c1414 (int)RupReq.RupP,sizeof(struct RUP) ) == COPYFAIL) {