Home
last modified time | relevance | path

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

123

/Linux-v4.19/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()
2075 if (!setup->phone[0]) { in isdn_net_find_icall()
2080 strlcpy(nr, setup->phone, ISDN_MSNLEN); in isdn_net_find_icall()
2225 n = lp->phone[0]; in isdn_net_find_icall()
2296 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
1319 if (copy_from_user(&phone, argp, sizeof(phone))) in isdn_ioctl()
1321 return isdn_net_getpeer(&phone, argp); in isdn_ioctl()
1429 if (copy_from_user(&phone, argp, sizeof(phone))) in isdn_ioctl()
1433 ret = isdn_net_addphone(&phone); in isdn_ioctl()
1441 if (copy_from_user(&phone, argp, sizeof(phone))) in isdn_ioctl()
1445 ret = isdn_net_getphones(&phone, argp); in isdn_ioctl()
1453 if (copy_from_user(&phone, argp, sizeof(phone))) in isdn_ioctl()
1457 ret = isdn_net_delphone(&phone); in isdn_ioctl()
[all …]
/Linux-v4.19/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-v4.19/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()
251 strlcpy(cs->ics.parm.setup.phone, to_nr, sizeof(cs->ics.parm.setup.phone)); in deflect_extern_action()
422 (ic->parm.setup.phone[0])) { in isdn_divert_icall()
424 p1 = ic->parm.setup.phone; in isdn_divert_icall()
457 if (!cs->ics.parm.setup.phone[0]) strcpy(cs->ics.parm.setup.phone, "0"); in isdn_divert_icall()
477 strlcpy(ic->parm.setup.phone, dv->rule.to_nr, sizeof(ic->parm.setup.phone)); in isdn_divert_icall()
493 cs->ics.parm.setup.phone, in isdn_divert_icall()
/Linux-v4.19/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()
682 if (!(strcmp(cc->s0num[i], cmd->parm.setup.phone))) in isdnloop_try_call()
689 if (!(strcmp(nbuf, cmd->parm.setup.phone))) in isdnloop_try_call()
735 isdnloop_vstphone(isdnloop_card *card, char *phone, int caller) in isdnloop_vstphone() argument
748 if (!(strcmp(card->s0num[i], phone))) in isdnloop_vstphone()
749 return phone; in isdnloop_vstphone()
752 return phone; in isdnloop_vstphone()
756 sprintf(nphone, "%s%c", card->s0num[0], phone[0]); in isdnloop_vstphone()
759 return &phone[strlen(phone) - 1]; in isdnloop_vstphone()
[all …]
/Linux-v4.19/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}");
898 if (!strcasecmp(phone, "kip1000")) { in cm109_select_keymap()
902 } else if (!strcasecmp(phone, "gtalk")) { in cm109_select_keymap()
906 } else if (!strcasecmp(phone, "usbph01")) { in cm109_select_keymap()
910 } else if (!strcasecmp(phone, "atcom")) { in cm109_select_keymap()
916 "Unsupported phone: %s\n", phone); in cm109_select_keymap()
/Linux-v4.19/Documentation/devicetree/bindings/leds/
Dleds-bcm6358.txt120 label = "red:phone";
125 label = "green:phone";
129 label = "blue:phone";
/Linux-v4.19/Documentation/networking/
Dgtp.txt12 tunneling User-IP payload between a mobile station (phone, modem)
16 So when you start a 'data connection' from your mobile phone, the
17 phone will use the control plane to signal for the establishment of
18 such a tunnel between that external data network and the phone. The
19 tunnel endpoints thus reside on the phone and in the gateway. All
22 The phone itself does not implement GTP but uses some other
48 the phone, and encapsulate raw IP packets received from the external
49 packet network in downlink towards the phone.
/Linux-v4.19/Documentation/devicetree/bindings/arm/
Dmediatek.txt36 - bq Aquaris5 smart phone:
42 - Evaluation phone for MT6755(Helio P10):
/Linux-v4.19/Documentation/input/devices/
Dyealink.rst8 The p1k is a relatively cheap usb 1.1 phone with:
41 The "pickup" and "hangup" keys are symbolised by a green and red phone
205 :Q: Module yealink compiled and installed without any problem but phone
/Linux-v4.19/include/uapi/linux/
Disdn.h105 char phone[ISDN_MSNLEN]; member
/Linux-v4.19/Documentation/isdn/
DREADME.audio83 received from the application via phone line.
129 CONNECT, and starts transferring data from application to the phone line.
/Linux-v4.19/Documentation/devicetree/bindings/iio/light/
Dcm3605.txt8 handsets, notably it is used in the very first Nexus One Android phone from
/Linux-v4.19/drivers/net/ethernet/sis/
DKconfig30 your phone line as a network cable.
/Linux-v4.19/Documentation/sound/soc/
Ddpcm.rst25 Consider the following phone audio subsystem. This will be used in this
45 This diagram shows a simple smart phone audio subsystem. It supports Bluetooth,
204 like a BT phone call :-
312 example of this would be a phone call from handset to modem.
/Linux-v4.19/arch/arm/mach-omap1/
DKconfig152 Support for the Siemens SX1 phone. To boot the kernel,
157 Say Y here if you have such a phone, say NO otherwise.
/Linux-v4.19/net/caif/
DKconfig14 Say Y (or M) here if you build for a phone product (e.g. Android or
/Linux-v4.19/drivers/isdn/hisax/
Dl3_1tr6.c82 teln = pc->para.setup.phone; in l3_1tr6_setup_req()
202 iecpy(pc->para.setup.phone, p, 1); in l3_1tr6_setup()
204 pc->para.setup.phone[0] = 0; in l3_1tr6_setup()
218 pc->para.setup.phone, in l3_1tr6_setup()
Dl3dss1.c1238 teln = pc->para.setup.phone; in l3dss1_setup_req()
1724 iecpy(pc->para.setup.phone, p, 1); in l3dss1_setup()
1727 iecpy(pc->para.setup.phone, p, 2); in l3dss1_setup()
1731 pc->para.setup.phone[0] = 0; in l3dss1_setup()
1741 strcat(pc->para.setup.phone, tmp); in l3dss1_setup()
2097 if (!pc->chan->setup.phone[0]) in l3dss1_redir_req()
2111 …for (subp = pc->chan->setup.phone; (*subp) && (*subp != '.'); subp++) len_phone++; /* len of phone… in l3dss1_redir_req()
2135 *p++ = pc->chan->setup.phone[l]; in l3dss1_redir_req()
2516 u_char *msg = pc->chan->setup.phone; in l3dss1_suspend_req()
2590 u_char *msg = pc->para.setup.phone; in l3dss1_resume_req()
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()
/Linux-v4.19/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-v4.19/drivers/isdn/capi/
Dcapidrv.c1090 strncpy(cmd.parm.setup.phone, in handle_incoming_call()
1103 cmd.parm.setup.phone, in handle_incoming_call()
1129 cmd.parm.setup.phone, in handle_incoming_call()
1147 cmd.parm.setup.phone, in handle_incoming_call()
1165 cmd.parm.setup.phone, in handle_incoming_call()
1807 c->parm.setup.phone, in capidrv_command()
1818 c->parm.setup.phone, in capidrv_command()
1828 strncpy(bchan->num, c->parm.setup.phone, sizeof(bchan->num)); in capidrv_command()
/Linux-v4.19/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-v4.19/drivers/staging/erofs/
DKconfig11 mobile phone or LIVECDs.

123