Lines Matching refs:u_char
185 isdnloop_parse_status(u_char *status, int channel, isdnloop_card *card) in isdnloop_parse_status()
314 u_char c; in isdnloop_polldchan()
317 u_char *p; in isdnloop_polldchan()
443 isdnloop_readstatus(u_char __user *buf, int len, isdnloop_card *card) in isdnloop_readstatus()
446 u_char __user *p; in isdnloop_readstatus()
528 static u_char ctable_eu[] = {0x00, 0x11, 0x01, 0x12};
529 static u_char ctable_1t[] = {0x00, 0x3b, 0x01, 0x3a};
648 static u_char si2bit[] = {0, 1, 0, 0, 0, 2, 0, 4, 0, 0};
649 static u_char bit2si[] = {1, 5, 7};
966 isdnloop_writecmd(const u_char *buf, int len, int user, isdnloop_card *card) in isdnloop_writecmd()
974 u_char *p; in isdnloop_writecmd()
975 u_char msg[0x100]; in isdnloop_writecmd()
1292 c->parm.num[0] ? c->parm.num : (u_char *) "0123456789"); in isdnloop_command()
1383 if_writecmd(const u_char __user *buf, int len, int id, int channel) in if_writecmd()
1398 if_readstatus(u_char __user *buf, int len, int id, int channel) in if_readstatus()