Lines Matching refs:setup
139 cntrl->parm.setup.phone, cntrl->parm.setup.eazmsn, in command_from_LL()
140 cntrl->parm.setup.si1, cntrl->parm.setup.si2); in command_from_LL()
162 *sp = cntrl->parm.setup; in command_from_LL()
466 response.parm.setup.si1 = 0; /* default: unknown */ in gigaset_isdn_icall()
467 response.parm.setup.si2 = 0; in gigaset_isdn_icall()
468 response.parm.setup.screen = 0; //FIXME how to set these? in gigaset_isdn_icall()
469 response.parm.setup.plan = 0; in gigaset_isdn_icall()
472 response.parm.setup.si1 = 1; in gigaset_isdn_icall()
475 response.parm.setup.si1 = 7; in gigaset_isdn_icall()
478 response.parm.setup.si1 = 1; in gigaset_isdn_icall()
481 response.parm.setup.si1 = 1; in gigaset_isdn_icall()
482 response.parm.setup.si2 = 2; in gigaset_isdn_icall()
489 strncpy(response.parm.setup.phone, at_state->str_var[STR_NMBR], in gigaset_isdn_icall()
490 sizeof response.parm.setup.phone - 1); in gigaset_isdn_icall()
491 response.parm.setup.phone[sizeof response.parm.setup.phone - 1] = 0; in gigaset_isdn_icall()
493 response.parm.setup.phone[0] = 0; in gigaset_isdn_icall()
495 strncpy(response.parm.setup.eazmsn, at_state->str_var[STR_ZCPN], in gigaset_isdn_icall()
496 sizeof response.parm.setup.eazmsn - 1); in gigaset_isdn_icall()
497 response.parm.setup.eazmsn[sizeof response.parm.setup.eazmsn - 1] = 0; in gigaset_isdn_icall()
499 response.parm.setup.eazmsn[0] = 0; in gigaset_isdn_icall()