Searched refs:RUP (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/drivers/char/rio/ |
D | proto.h | 45 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);
|
D | riotypes.h | 122 typedef struct RUP *RUP_ptr; 128 typedef struct RUP RUP; typedef
|
D | typdef.h | 78 typedef struct RUP RUP; typedef
|
D | link.h | 169 struct RUP rup ; 171 struct RUP link_rup; /* RUP for the link (POLL,
|
D | unixrup.h | 48 struct RUP *RupP; /* the Rup to send it to */
|
D | rup.h | 67 struct RUP { struct
|
D | riowinif.h | 199 } 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.) */
|
D | host.h | 101 struct RUP *RupP; /* Sixteen real rups here */
|
D | daemon.h | 97 struct RUP *RupP;
|
D | rioboot.c | 574 HostP->RupP = (RUP*)RIO_PTR(Cad,RWORD(ParmMapP->rups));
|
D | rioctrl.c | 1414 (int)RupReq.RupP,sizeof(struct RUP) ) == COPYFAIL) {
|