Home
last modified time | relevance | path

Searched refs:phone (Results 1 – 54 of 54) sorted by relevance

/linux-4.4.14/drivers/isdn/i4l/
Disdn_net.c582 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 …]
Disdn_common.c1286 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 …]
DKconfig98 charged by your service-provider for lots of phone calls.
Disdn_tty.c664 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.4.14/drivers/isdn/gigaset/
Di4l.c223 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.4.14/drivers/isdn/divert/
Disdn_divert.c80 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.4.14/drivers/isdn/isdnloop/
Disdnloop.c128 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.4.14/Documentation/devicetree/bindings/leds/
Dleds-bcm6358.txt120 label = "red:phone";
125 label = "green:phone";
129 label = "blue:phone";
/linux-4.4.14/drivers/isdn/sc/
Dinterrupt.c119 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()
Dcommand.c172 strcpy(Phone, setup.phone); in dial()
/linux-4.4.14/drivers/input/misc/
Dcm109.c43 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()
DKconfig393 tristate "Yealink usb-p1k voip phone"
/linux-4.4.14/drivers/isdn/act2000/
Dcapi.c154 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()
Dmodule.c331 ret = actcapi_connect_req(card, chan, c->parm.setup.phone, in act2000_command()
/linux-4.4.14/drivers/isdn/pcbit/
Dcallbacks.c149 strcpy(ictl.parm.setup.phone, "0"); in cb_in_1()
152 strcpy(ictl.parm.setup.phone, cbdata->data.setup.CallingPN); in cb_in_1()
Ddrv.c259 info.data.setup.CalledPN = (char *) &ctl->parm.setup.phone; in pcbit_command()
/linux-4.4.14/Documentation/input/
Dyealink.txt5 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.4.14/include/uapi/linux/
Disdn.h104 char phone[ISDN_MSNLEN]; member
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dmediatek.txt23 - bq Aquaris5 smart phone:
/linux-4.4.14/arch/arm/mach-omap1/
DKconfig125 Support for the Siemens SX1 phone. To boot the kernel,
130 Say Y here if you have such a phone, say NO otherwise.
/linux-4.4.14/Documentation/isdn/
DREADME.audio83 received from the application via phone line.
129 CONNECT, and starts transferring data from application to the phone line.
DREADME48 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.
DINTERFACE254 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
DREADME.avmb172 For an D64S use "FV: 1" as phone number
DREADME.sc196 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
DREADME.x2524 prevent you from undesired phone bills in case of driver problems.
DREADME.concap85 a (somewhere else configured) remote phone number. For an X25-interface
/linux-4.4.14/drivers/net/ethernet/sis/
DKconfig30 your phone line as a network cable.
/linux-4.4.14/Documentation/sound/alsa/soc/
DDPCM.txt24 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.4.14/net/caif/
DKconfig14 Say Y (or M) here if you build for a phone product (e.g. Android or
/linux-4.4.14/drivers/isdn/hisax/
Dl3_1tr6.c82 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()
Dl3ni1.c1184 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()
Dl3dss1.c1238 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()
Dcallc.c236 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.4.14/include/linux/
Disdnif.h229 unsigned char phone[32]; /* Remote Phone-Number */ member
Disdn.h207 isdn_net_phone *phone[2]; /* List of remote-phonenumbers */ member
/linux-4.4.14/drivers/isdn/capi/
Dcapidrv.c1089 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.4.14/drivers/net/ppp/
DKconfig22 asynchronous lines, such as regular analog phone lines, and
24 example. If you want to use PPP over phone lines or other
/linux-4.4.14/drivers/isdn/icn/
Dicn.c512 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.4.14/arch/arm/mach-omap2/
DKconfig222 bool "Nokia N900 (RX-51) phone"
/linux-4.4.14/Documentation/networking/
DREADME.sb10005 is provided by your regular phone modem.
86 phone number, and frequency for the cable modem. Also edit pap-secrets
Deql.txt17 Which is worse? A huge fee for a 56K leased line or two phone lines?
Darcnet-hardware.txt205 of the TP cards has two RJ (phone-cord style) connectors. The cards are
/linux-4.4.14/Documentation/video4linux/
Dradiotrack.txt38 available through a miniature phone plug. Its RF frequencies of operation are
/linux-4.4.14/Documentation/leds/
Dledtrig-transient.txt22 feature, to prevent user space crashes leaving the phone in vibrate mode
/linux-4.4.14/Documentation/thermal/
Dpower_allocator.txt71 the thermal ramp. For reference, the sustainable power of a 4" phone
/linux-4.4.14/Documentation/
DChanges255 Due to changes in the length of the phone number field, isdn4k-utils
Dpinctrl.txt551 mapped to any pin, like in a phone exchange. So the available pin groups for
/linux-4.4.14/arch/arm/mach-s3c24xx/
DKconfig542 bool "Openmoko GTA02 / Freerunner phone"
/linux-4.4.14/drivers/power/
DKconfig18 tristate "Generic PDA/phone power driver"
/linux-4.4.14/drivers/net/wan/
DKconfig322 point to the Frame Relay network, usually at the phone company) can
/linux-4.4.14/drivers/net/
DKconfig337 provided by your regular phone modem.
/linux-4.4.14/Documentation/devicetree/bindings/thermal/
Dthermal.txt174 sustainable power of a 4'' phone is typically
/linux-4.4.14/Documentation/usb/
Dusb-serial.txt402 the DCU-11 mobile-phone cable.