/linux-4.1.27/drivers/isdn/i4l/ |
D | isdn_net.c | 582 lp->dial = lp->phone[1]; in isdn_net_dial() 669 strcpy(cmd.parm.setup.phone, phone_number); in isdn_net_dial() 674 lp->dial = lp->phone[1]; in isdn_net_dial() 691 strcpy(dev->num[i], cmd.parm.setup.phone); in isdn_net_dial() 696 lp->dialretry, cmd.parm.setup.phone, in isdn_net_dial() 1209 if (lp->phone[1]) { in isdn_net_start_xmit() 2076 if (!setup->phone[0]) { in isdn_net_find_icall() 2081 strlcpy(nr, setup->phone, ISDN_MSNLEN); in isdn_net_find_icall() 2226 n = lp->phone[0]; in isdn_net_find_icall() 2297 if (lp->phone[1]) { in isdn_net_find_icall() [all …]
|
D | isdn_common.c | 1286 isdn_net_ioctl_phone phone; in isdn_ioctl() member 1294 #define phone iocpar.phone in isdn_ioctl() macro 1322 if (copy_from_user(&phone, argp, sizeof(phone))) in isdn_ioctl() 1324 return isdn_net_getpeer(&phone, argp); in isdn_ioctl() 1431 if (copy_from_user(&phone, argp, sizeof(phone))) in isdn_ioctl() 1435 ret = isdn_net_addphone(&phone); in isdn_ioctl() 1443 if (copy_from_user(&phone, argp, sizeof(phone))) in isdn_ioctl() 1447 ret = isdn_net_getphones(&phone, argp); in isdn_ioctl() 1455 if (copy_from_user(&phone, argp, sizeof(phone))) in isdn_ioctl() 1459 ret = isdn_net_delphone(&phone); in isdn_ioctl() [all …]
|
D | Kconfig | 98 charged by your service-provider for lots of phone calls.
|
D | isdn_tty.c | 664 sprintf(cmd.parm.setup.phone, "%s", n); in isdn_tty_dial() 1948 if (!setup->phone[0]) { in isdn_tty_find_icall() 1952 nr = setup->phone; in isdn_tty_find_icall()
|
/linux-4.1.27/drivers/isdn/gigaset/ |
D | i4l.c | 223 cntrl->parm.setup.phone, cntrl->parm.setup.eazmsn, in command_from_LL() 253 l = 3 + strlen(cntrl->parm.setup.phone); in command_from_LL() 257 if (cntrl->parm.setup.phone[0] == '*' && in command_from_LL() 258 cntrl->parm.setup.phone[1] == '*') { in command_from_LL() 264 "D%s\r", cntrl->parm.setup.phone + 2); in command_from_LL() 270 "D%s\r", cntrl->parm.setup.phone); in command_from_LL() 489 strlcpy(response.parm.setup.phone, at_state->str_var[STR_NMBR], in gigaset_isdn_icall() 490 sizeof response.parm.setup.phone); in gigaset_isdn_icall() 492 response.parm.setup.phone[0] = 0; in gigaset_isdn_icall()
|
/linux-4.1.27/drivers/isdn/divert/ |
D | isdn_divert.c | 80 strlcpy(cs->ics.parm.setup.phone, cs->deflect_dest, sizeof(cs->ics.parm.setup.phone)); in deflect_timer_expire() 253 strlcpy(cs->ics.parm.setup.phone, to_nr, sizeof(cs->ics.parm.setup.phone)); in deflect_extern_action() 424 (ic->parm.setup.phone[0])) { in isdn_divert_icall() 426 p1 = ic->parm.setup.phone; in isdn_divert_icall() 461 if (!cs->ics.parm.setup.phone[0]) strcpy(cs->ics.parm.setup.phone, "0"); in isdn_divert_icall() 481 strlcpy(ic->parm.setup.phone, dv->rule.to_nr, sizeof(ic->parm.setup.phone)); in isdn_divert_icall() 496 cs->ics.parm.setup.phone, in isdn_divert_icall()
|
/linux-4.1.27/drivers/isdn/isdnloop/ |
D | isdnloop.c | 128 strlcpy(cmd->parm.setup.phone, t, sizeof(cmd->parm.setup.phone)); in isdnloop_parse_setup() 221 sprintf(cmd.parm.setup.phone, "LEASED%d", card->myid); in isdnloop_parse_status() 686 if (!(strcmp(cc->s0num[i], cmd->parm.setup.phone))) in isdnloop_try_call() 693 if (!(strcmp(nbuf, cmd->parm.setup.phone))) in isdnloop_try_call() 739 isdnloop_vstphone(isdnloop_card *card, char *phone, int caller) in isdnloop_vstphone() argument 752 if (!(strcmp(card->s0num[i], phone))) in isdnloop_vstphone() 753 return phone; in isdnloop_vstphone() 756 return phone; in isdnloop_vstphone() 760 sprintf(nphone, "%s%c", card->s0num[0], phone[0]); in isdnloop_vstphone() 763 return &phone[strlen(phone) - 1]; in isdnloop_vstphone() [all …]
|
/linux-4.1.27/drivers/isdn/sc/ |
D | interrupt.c | 119 len = strlcpy(setup.phone, &(rcvmsg.msg_data.byte_array[4]), in interrupt_handler() 120 sizeof(setup.phone)); in interrupt_handler() 121 if (len >= sizeof(setup.phone)) in interrupt_handler()
|
D | command.c | 172 strcpy(Phone, setup.phone); in dial()
|
/linux-4.1.27/drivers/input/misc/ |
D | cm109.c | 43 static char *phone = "kip1000"; variable 44 module_param(phone, charp, S_IRUSR); 45 MODULE_PARM_DESC(phone, "Phone name {kip1000, gtalk, usbph01, atcom}"); 869 if (!strcasecmp(phone, "kip1000")) { in cm109_select_keymap() 873 } else if (!strcasecmp(phone, "gtalk")) { in cm109_select_keymap() 877 } else if (!strcasecmp(phone, "usbph01")) { in cm109_select_keymap() 881 } else if (!strcasecmp(phone, "atcom")) { in cm109_select_keymap() 887 "Unsupported phone: %s\n", phone); in cm109_select_keymap()
|
D | Kconfig | 405 tristate "Yealink usb-p1k voip phone"
|
/linux-4.1.27/drivers/isdn/act2000/ |
D | capi.c | 154 actcapi_connect_req(act2000_card *card, act2000_chan *chan, char *phone, in actcapi_connect_req() argument 160 ACTCAPI_MKHDR((11 + strlen(phone)), 0x02, 0x00); in actcapi_connect_req() 172 m->msg.connect_req.addr.len = strlen(phone) + 1; in actcapi_connect_req() 174 memcpy(m->msg.connect_req.addr.num, phone, strlen(phone)); in actcapi_connect_req() 707 memset(cmd.parm.setup.phone, 0, sizeof(cmd.parm.setup.phone)); in actcapi_dispatch() 708 memcpy(cmd.parm.setup.phone, msg->msg.connect_ind.addr.num, in actcapi_dispatch()
|
D | module.c | 331 ret = actcapi_connect_req(card, chan, c->parm.setup.phone, in act2000_command()
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | mediatek.txt | 17 - bq Aquaris5 smart phone:
|
/linux-4.1.27/drivers/isdn/pcbit/ |
D | callbacks.c | 149 strcpy(ictl.parm.setup.phone, "0"); in cb_in_1() 152 strcpy(ictl.parm.setup.phone, cbdata->data.setup.CallingPN); in cb_in_1()
|
D | drv.c | 259 info.data.setup.CalledPN = (char *) &ctl->parm.setup.phone; in pcbit_command()
|
/linux-4.1.27/Documentation/input/ |
D | yealink.txt | 5 The p1k is a relatively cheap usb 1.1 phone with: 31 Q: Module yealink compiled and installed without any problem but phone 64 The "pickup" and "hangup" keys are symbolised by a green and red phone
|
/linux-4.1.27/include/uapi/linux/ |
D | isdn.h | 104 char phone[ISDN_MSNLEN]; member
|
/linux-4.1.27/Documentation/isdn/ |
D | README.audio | 83 received from the application via phone line. 129 CONNECT, and starts transferring data from application to the phone line.
|
D | INTERFACE | 254 parm.setup.phone = An ASCII-String containing the number to dial. 260 feature, meaning semi-leased-line) the phone has to 448 setup.phone = redirected to party number 511 para.setup.phone = Callernumber. 533 para.setup.phone must be set to destination party number
|
D | README | 48 to Euro(EDSS1)-type lines. Usually it is simply the phone number. 52 simply appended to the base phone number 126 AT&Lx Set list of phone numbers to listen on. x is a 388 and lead to a high phone bill! Some daemons or other pc's that use 415 The phone numbers and EAZs can be assigned at any time with isdnctrl.
|
D | README.avmb1 | 72 For an D64S use "FV: 1" as phone number
|
D | README.sc | 196 iv) set the eaz of the interface to be the phone number of that 247 v) set the eaz of the interface to be the phone number of that
|
D | README.x25 | 24 prevent you from undesired phone bills in case of driver problems.
|
D | README.concap | 85 a (somewhere else configured) remote phone number. For an X25-interface
|
/linux-4.1.27/arch/arm/mach-omap1/ |
D | Kconfig | 132 Support for the Siemens SX1 phone. To boot the kernel, 137 Say Y here if you have such a phone, say NO otherwise.
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | DPCM.txt | 24 Consider the following phone audio subsystem. This will be used in this 43 This diagram shows a simple smart phone audio subsystem. It supports Bluetooth, 197 like a BT phone call :- 303 example of this would be a phone call from handset to modem.
|
/linux-4.1.27/drivers/net/ethernet/sis/ |
D | Kconfig | 32 your phone line as a network cable.
|
/linux-4.1.27/net/caif/ |
D | Kconfig | 14 Say Y (or M) here if you build for a phone product (e.g. Android or
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | l3_1tr6.c | 82 teln = pc->para.setup.phone; in l3_1tr6_setup_req() 201 iecpy(pc->para.setup.phone, p, 1); in l3_1tr6_setup() 203 pc->para.setup.phone[0] = 0; in l3_1tr6_setup() 217 pc->para.setup.phone, in l3_1tr6_setup()
|
D | l3ni1.c | 1184 teln = pc->para.setup.phone; in l3ni1_setup_req() 1577 iecpy(pc->para.setup.phone, p, 1); in l3ni1_setup() 1580 iecpy(pc->para.setup.phone, p, 2); in l3ni1_setup() 1584 pc->para.setup.phone[0] = 0; in l3ni1_setup() 1594 strcat(pc->para.setup.phone, tmp); in l3ni1_setup() 1952 if (!pc->chan->setup.phone[0]) in l3ni1_redir_req() 1966 …for (subp = pc->chan->setup.phone; (*subp) && (*subp != '.'); subp++) len_phone++; /* len of phone… in l3ni1_redir_req() 1990 *p++ = pc->chan->setup.phone[l]; in l3ni1_redir_req() 2375 u_char *msg = pc->chan->setup.phone; in l3ni1_suspend_req() 2449 u_char *msg = pc->para.setup.phone; in l3ni1_resume_req()
|
D | l3dss1.c | 1238 teln = pc->para.setup.phone; in l3dss1_setup_req() 1723 iecpy(pc->para.setup.phone, p, 1); in l3dss1_setup() 1726 iecpy(pc->para.setup.phone, p, 2); in l3dss1_setup() 1730 pc->para.setup.phone[0] = 0; in l3dss1_setup() 1740 strcat(pc->para.setup.phone, tmp); in l3dss1_setup() 2096 if (!pc->chan->setup.phone[0]) in l3dss1_redir_req() 2110 …for (subp = pc->chan->setup.phone; (*subp) && (*subp != '.'); subp++) len_phone++; /* len of phone… in l3dss1_redir_req() 2134 *p++ = pc->chan->setup.phone[l]; in l3dss1_redir_req() 2515 u_char *msg = pc->chan->setup.phone; in l3dss1_suspend_req() 2589 u_char *msg = pc->para.setup.phone; in l3dss1_resume_req()
|
D | callc.c | 236 sprintf(ic.parm.setup.phone, "LEASED%d", chanp->cs->myid); in lli_leased_in() 1440 strncpy(chanp->setup.phone, &cm->para[5], cm->para[5] + 1); in lli_got_fac_req() 1444 strncpy(chanp->setup.phone, &cm->para[5], cm->para[5] + 1); in lli_got_fac_req() 1531 ic->parm.setup.eazmsn, ic->parm.setup.phone, in HiSax_command()
|
/linux-4.1.27/include/linux/ |
D | isdnif.h | 229 unsigned char phone[32]; /* Remote Phone-Number */ member
|
D | isdn.h | 207 isdn_net_phone *phone[2]; /* List of remote-phonenumbers */ member
|
/linux-4.1.27/drivers/isdn/capi/ |
D | capidrv.c | 1089 strncpy(cmd.parm.setup.phone, in handle_incoming_call() 1102 cmd.parm.setup.phone, in handle_incoming_call() 1128 cmd.parm.setup.phone, in handle_incoming_call() 1146 cmd.parm.setup.phone, in handle_incoming_call() 1164 cmd.parm.setup.phone, in handle_incoming_call() 1806 c->parm.setup.phone, in capidrv_command() 1817 c->parm.setup.phone, in capidrv_command() 1827 strncpy(bchan->num, c->parm.setup.phone, sizeof(bchan->num)); in capidrv_command()
|
/linux-4.1.27/drivers/net/ppp/ |
D | Kconfig | 22 asynchronous lines, such as regular analog phone lines, and 24 example. If you want to use PPP over phone lines or other
|
/linux-4.1.27/drivers/isdn/icn/ |
D | icn.c | 512 strlcpy(cmd.parm.setup.phone, t, in icn_parse_status() 513 sizeof(cmd.parm.setup.phone)); in icn_parse_status() 535 sprintf(cmd.parm.setup.phone, "LEASED%d", card->myid); in icn_parse_status() 1315 p = c->parm.setup.phone; in icn_command()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | Kconfig | 238 bool "Nokia N900 (RX-51) phone"
|
/linux-4.1.27/Documentation/networking/ |
D | README.sb1000 | 5 is provided by your regular phone modem. 86 phone number, and frequency for the cable modem. Also edit pap-secrets
|
D | eql.txt | 17 Which is worse? A huge fee for a 56K leased line or two phone lines?
|
D | arcnet-hardware.txt | 205 of the TP cards has two RJ (phone-cord style) connectors. The cards are
|
/linux-4.1.27/Documentation/video4linux/ |
D | radiotrack.txt | 38 available through a miniature phone plug. Its RF frequencies of operation are
|
/linux-4.1.27/Documentation/leds/ |
D | ledtrig-transient.txt | 22 feature, to prevent user space crashes leaving the phone in vibrate mode
|
/linux-4.1.27/Documentation/ |
D | Changes | 242 Due to changes in the length of the phone number field, isdn4k-utils
|
D | pinctrl.txt | 551 mapped to any pin, like in a phone exchange. So the available pin groups for
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
D | Kconfig | 537 bool "Openmoko GTA02 / Freerunner phone"
|
/linux-4.1.27/drivers/power/ |
D | Kconfig | 18 tristate "Generic PDA/phone power driver"
|
/linux-4.1.27/drivers/net/ |
D | Kconfig | 300 provided by your regular phone modem.
|
/linux-4.1.27/drivers/net/wan/ |
D | Kconfig | 322 point to the Frame Relay network, usually at the phone company) can
|
/linux-4.1.27/Documentation/usb/ |
D | usb-serial.txt | 402 the DCU-11 mobile-phone cable.
|