Lines Matching refs:u_char

308 	u_char cause;
309 u_char loc;
310 u_char diag[6];
315 u_char moderate; /* transfer mode and rate (bearer octet 4) */
330 { u_char uuuu; /* only as dummy */
354 { u_char uuuu; /* only when euro not defined, avoiding empty union */
368 u_char *rcvbuf; /* B-Channel receive Buffer */
369 u_char tsaxr0;
370 u_char tsaxr1;
377 u_char *rcvbuf; /* B-Channel receive Buffer */
382 volatile u_char bstat;
383 volatile u_char iis;
384 volatile u_char cmsb;
385 volatile u_char clsb;
386 volatile u_char par[8];
394 u_char state;
395 u_char cmd;
396 u_char mod;
397 u_char newcmd;
398 u_char newmod;
401 u_char *rcvbuf; /* B-Channel receive Buffer */
402 u_char conmsg[16];
408 u_char fill;
409 u_char mode;
410 u_char xml;
411 u_char cmd;
413 u_char cmd;
414 u_char xml;
415 u_char mode;
416 u_char fill;
428 u_char *rcvbuf; /* B-Channel receive Buffer */
444 u_char *rcvbuf;
445 u_char *sendbuf;
446 u_char *sp;
453 u_char r_state;
454 u_char r_one;
455 u_char r_val;
456 u_char s_state;
460 u_char *tx_buff;
461 u_char *rv_buff;
509 u_char *blog;
510 u_char *conmsg;
568 u_char *transbuf;
569 u_char *rcvbuf;
574 u_char IER;
575 u_char FCR;
576 u_char LCR;
577 u_char MCR;
578 u_char ctrl_reg;
623 u_char ctrl_reg;
643 u_char isac_spcr;
810 u_char receive;
811 u_char len;
812 u_char msg[10];
817 u_char *mon_tx;
818 u_char *mon_rx;
825 u_char arcofi_bc;
826 u_char arcofi_state;
827 u_char mocr;
828 u_char adf2;
848 u_char lmr1;
849 u_char ph_state;
850 u_char old_state;
851 u_char flg_t3;
854 void (*ph_command) (struct IsdnCardState *, u_char, char *);
855 void (*setIrqMask) (struct IsdnCardState *, u_char);
860 u_char *mon_tx;
861 u_char *mon_rx;
868 u_char arcofi_bc;
869 u_char arcofi_state;
870 u_char mocr;
871 u_char adf2;
888 u_char typ;
889 u_char subtyp;
924 u_char *status_buf;
925 u_char *status_read;
926 u_char *status_write;
927 u_char *status_end;
928 u_char (*readisac) (struct IsdnCardState *, u_char);
929 void (*writeisac) (struct IsdnCardState *, u_char, u_char);
930 void (*readisacfifo) (struct IsdnCardState *, u_char *, int);
931 void (*writeisacfifo) (struct IsdnCardState *, u_char *, int);
932 u_char (*BC_Read_Reg) (struct IsdnCardState *, int, u_char);
933 void (*BC_Write_Reg) (struct IsdnCardState *, int, u_char, u_char);
956 u_char *rcvbuf;
1272 u_char *findie(u_char *p, int size, u_char ie, int wanted_set);
1273 int getcallref(u_char *p);
1295 int QuickHex(char *txt, u_char *p, int cnt);
1296 void LogFrame(struct IsdnCardState *cs, u_char *p, int size);
1298 void iecpy(u_char *dest, u_char *iestart, int ieoffset);