Lines Matching refs:parm
643 strcpy(cmd.parm.num, isdn_map_eaz2msn(m->msn, info->isdn_driver)); in isdn_tty_dial()
657 cmd.parm.fax = info->fax; in isdn_tty_dial()
664 sprintf(cmd.parm.setup.phone, "%s", n); in isdn_tty_dial()
665 sprintf(cmd.parm.setup.eazmsn, "%s", in isdn_tty_dial()
667 cmd.parm.setup.si1 = si; in isdn_tty_dial()
668 cmd.parm.setup.si2 = m->mdmreg[REG_SI2]; in isdn_tty_dial()
779 cmd.parm.cmsg.Length = l + 18; in isdn_tty_suspend()
780 cmd.parm.cmsg.Command = CAPI_FACILITY; in isdn_tty_suspend()
781 cmd.parm.cmsg.Subcommand = CAPI_REQ; in isdn_tty_suspend()
782 cmd.parm.cmsg.adr.Controller = info->isdn_driver + 1; in isdn_tty_suspend()
783 cmd.parm.cmsg.para[0] = 3; /* 16 bit 0x0003 suplementary service */ in isdn_tty_suspend()
784 cmd.parm.cmsg.para[1] = 0; in isdn_tty_suspend()
785 cmd.parm.cmsg.para[2] = l + 3; in isdn_tty_suspend()
786 cmd.parm.cmsg.para[3] = 4; /* 16 bit 0x0004 Suspend */ in isdn_tty_suspend()
787 cmd.parm.cmsg.para[4] = 0; in isdn_tty_suspend()
788 cmd.parm.cmsg.para[5] = l; in isdn_tty_suspend()
789 strncpy(&cmd.parm.cmsg.para[6], id, l); in isdn_tty_suspend()
854 strcpy(cmd.parm.num, isdn_map_eaz2msn(m->msn, info->isdn_driver)); in isdn_tty_resume()
869 cmd.parm.cmsg.Length = l + 18; in isdn_tty_resume()
870 cmd.parm.cmsg.Command = CAPI_FACILITY; in isdn_tty_resume()
871 cmd.parm.cmsg.Subcommand = CAPI_REQ; in isdn_tty_resume()
872 cmd.parm.cmsg.adr.Controller = info->isdn_driver + 1; in isdn_tty_resume()
873 cmd.parm.cmsg.para[0] = 3; /* 16 bit 0x0003 suplementary service */ in isdn_tty_resume()
874 cmd.parm.cmsg.para[1] = 0; in isdn_tty_resume()
875 cmd.parm.cmsg.para[2] = l + 3; in isdn_tty_resume()
876 cmd.parm.cmsg.para[3] = 5; /* 16 bit 0x0005 Resume */ in isdn_tty_resume()
877 cmd.parm.cmsg.para[4] = 0; in isdn_tty_resume()
878 cmd.parm.cmsg.para[5] = l; in isdn_tty_resume()
879 strncpy(&cmd.parm.cmsg.para[6], id, l); in isdn_tty_resume()
905 l = min(strlen(msg), sizeof(cmd.parm) - sizeof(cmd.parm.cmsg) in isdn_tty_send_msg()
906 + sizeof(cmd.parm.cmsg.para) - 2); in isdn_tty_send_msg()
948 strcpy(cmd.parm.num, isdn_map_eaz2msn(m->msn, info->isdn_driver)); in isdn_tty_send_msg()
963 cmd.parm.cmsg.Length = l + 14; in isdn_tty_send_msg()
964 cmd.parm.cmsg.Command = CAPI_MANUFACTURER; in isdn_tty_send_msg()
965 cmd.parm.cmsg.Subcommand = CAPI_REQ; in isdn_tty_send_msg()
966 cmd.parm.cmsg.adr.Controller = info->isdn_driver + 1; in isdn_tty_send_msg()
967 cmd.parm.cmsg.para[0] = l + 1; in isdn_tty_send_msg()
968 strncpy(&cmd.parm.cmsg.para[1], msg, l); in isdn_tty_send_msg()
969 cmd.parm.cmsg.para[l + 1] = 0xd; in isdn_tty_send_msg()
1188 c.parm.aux.cmd = ISDN_FAX_CLASS1_CTRL; in isdn_tty_write()
1189 c.parm.aux.subcmd = ETX; in isdn_tty_write()
2035 printk(KERN_DEBUG "CHARGEINFO on ttyI%d: %ld %s\n", info->line, c->arg, c->parm.num); in isdn_tty_stat_callback()
2036 info->emu.charge = (unsigned) simple_strtoul(c->parm.num, &e, 10); in isdn_tty_stat_callback()
2037 if (e == (char *)c->parm.num) in isdn_tty_stat_callback()
2060 strncpy(info->last_cause, c->parm.num, 5); in isdn_tty_stat_callback()
2071 isdn_tty_at_cout(c->parm.display, info); in isdn_tty_stat_callback()
2133 strcpy(info->emu.connmsg, c->parm.num); in isdn_tty_stat_callback()
2193 switch (c->parm.num[0]) { in isdn_tty_stat_callback()
2197 c->parm.num[1]); in isdn_tty_stat_callback()
3006 cmd.parm.fax = info->fax; in isdn_tty_cmd_ATA()
3375 cmd.parm.num[0] = par1; in isdn_tty_cmd_PLUSV()
3376 cmd.parm.num[1] = par2; in isdn_tty_cmd_PLUSV()