Searched refs:parm (Results 76 - 100 of 147) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Disar.c975 ic.parm.aux.cmd = status;
1756 ic->parm.aux.cmd, ic->parm.aux.subcmd);
1757 switch(ic->parm.aux.cmd) {
1759 if (ic->parm.aux.subcmd == ETX)
1764 if (ic->parm.aux.subcmd == AT_QUERY) {
1766 ic->parm.aux.cmd = ISDN_FAX_CLASS1_OK;
1769 } else if (ic->parm.aux.subcmd == AT_EQ_QUERY) {
1770 strcpy(ic->parm.aux.para, "0-255");
1772 ic->parm
[all...]
H A Dl3dss1.c142 ic.parm.dss1_io.hl_id = pc->prot.dss1.invoke_id;
143 ic.parm.dss1_io.ll_id = pc->prot.dss1.ll_id;
144 ic.parm.dss1_io.proc = pc->prot.dss1.proc;
145 ic.parm.dss1_io.timeout= 0;
146 ic.parm.dss1_io.datalen = nlen;
147 ic.parm.dss1_io.data = p;
175 ic.parm.dss1_io.hl_id = pc->prot.dss1.invoke_id;
176 ic.parm.dss1_io.ll_id = pc->prot.dss1.ll_id;
177 ic.parm.dss1_io.proc = pc->prot.dss1.proc;
178 ic.parm
[all...]
H A Dl3ni1.c141 ic.parm.ni1_io.hl_id = pc->prot.ni1.invoke_id;
142 ic.parm.ni1_io.ll_id = pc->prot.ni1.ll_id;
143 ic.parm.ni1_io.proc = pc->prot.ni1.proc;
144 ic.parm.ni1_io.timeout= 0;
145 ic.parm.ni1_io.datalen = nlen;
146 ic.parm.ni1_io.data = p;
174 ic.parm.ni1_io.hl_id = pc->prot.ni1.invoke_id;
175 ic.parm.ni1_io.ll_id = pc->prot.ni1.ll_id;
176 ic.parm.ni1_io.proc = pc->prot.ni1.proc;
177 ic.parm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dav7110_ir.c91 static void av7110_emit_keyup(unsigned long parm) argument
93 struct infrared *ir = (struct infrared *) parm;
104 static void av7110_emit_key(unsigned long parm) argument
106 struct infrared *ir = (struct infrared *) parm;
213 static void input_repeat_key(unsigned long parm) argument
215 struct infrared *ir = (struct infrared *) parm;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dfloppyd_installtest.c58 static void write_dword(int handle, Dword parm) argument
62 dword2byte(parm, val);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_tty.c636 strcpy(cmd.parm.num, isdn_map_eaz2msn(m->msn, info->isdn_driver));
650 cmd.parm.fax = info->fax;
657 sprintf(cmd.parm.setup.phone, "%s", n);
658 sprintf(cmd.parm.setup.eazmsn, "%s",
660 cmd.parm.setup.si1 = si;
661 cmd.parm.setup.si2 = m->mdmreg[REG_SI2];
771 cmd.parm.cmsg.Length = l+18;
772 cmd.parm.cmsg.Command = CAPI_FACILITY;
773 cmd.parm.cmsg.Subcommand = CAPI_REQ;
774 cmd.parm
[all...]
H A Disdn_common.c389 cmd.parm.num[0] = '\0';
461 printk(KERN_DEBUG "ICALL (net): %d %ld %s\n", di, c->arg, c->parm.num);
471 r = ((c->command == ISDN_STAT_ICALLW) ? 0 : isdn_net_find_icall(di, c->arg, i, &c->parm.setup));
480 if ((retval = isdn_tty_find_icall(di, c->arg, &c->parm.setup))) return(retval);
504 strcpy( cmd.parm.setup.eazmsn, p->local->msn );
540 printk(KERN_DEBUG "CINF: %ld %s\n", c->arg, c->parm.num);
544 if (strcmp(c->parm.num, "0"))
550 printk(KERN_DEBUG "CAUSE: %ld %s\n", c->arg, c->parm.num);
553 dev->drvid[di], c->arg, c->parm.num);
562 printk(KERN_DEBUG "DISPLAY: %ld %s\n", c->arg, c->parm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/bstring/
H A Dbstrlib.c1755 /* int breada (bstring b, bNread readPtr, void * parm)
1761 int breada (bstring b, bNread readPtr, void * parm) { argument
1770 l = (int) readPtr ((void *) (b->data + i), 1, n - i, parm);
1780 /* bstring bread (bNread readPtr, void * parm)
1786 bstring bread (bNread readPtr, void * parm) { argument
1789 if (0 > breada (buff = bfromcstr (""), readPtr, parm)) {
1796 /* int bassigngets (bstring b, bNgetc getcPtr, void * parm, char terminator)
1809 int bassigngets (bstring b, bNgetc getcPtr, void * parm, char terminator) { argument
1817 while ((c = getcPtr (parm)) >= 0) {
1834 /* int bgetsa (bstring b, bNgetc getcPtr, void * parm, cha
1847 bgetsa(bstring b, bNgetc getcPtr, void * parm, char terminator) argument
1883 bgetstream(bNgetc getcPtr, void * parm, char terminator) argument
1895 void * parm; /* The stream handle for core stream */ member in struct:bStream
1907 bsopen(bNread readPtr, void * parm) argument
1945 void * parm; local
2290 bssplitscb(struct bStream * s, const_bstring splitStr, int (* cb) (void * parm, int ofs, const_bstring entry), void * parm) argument
2356 bssplitstrcb(struct bStream * s, const_bstring splitStr, int (* cb) (void * parm, int ofs, const_bstring entry), void * parm) argument
2502 bsplitcb(const_bstring str, unsigned char splitChar, int pos, int (* cb) (void * parm, int ofs, int len), void * parm) argument
2536 bsplitscb(const_bstring str, const_bstring splitStr, int pos, int (* cb) (void * parm, int ofs, int len), void * parm) argument
2580 bsplitstrcb(const_bstring str, const_bstring splitStr, int pos, int (* cb) (void * parm, int ofs, int len), void * parm) argument
2613 bscb(void * parm, int ofs, int len) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/bstring/
H A Dbstrlib.c1755 /* int breada (bstring b, bNread readPtr, void * parm)
1761 int breada (bstring b, bNread readPtr, void * parm) { argument
1770 l = (int) readPtr ((void *) (b->data + i), 1, n - i, parm);
1780 /* bstring bread (bNread readPtr, void * parm)
1786 bstring bread (bNread readPtr, void * parm) { argument
1789 if (0 > breada (buff = bfromcstr (""), readPtr, parm)) {
1796 /* int bassigngets (bstring b, bNgetc getcPtr, void * parm, char terminator)
1809 int bassigngets (bstring b, bNgetc getcPtr, void * parm, char terminator) { argument
1817 while ((c = getcPtr (parm)) >= 0) {
1834 /* int bgetsa (bstring b, bNgetc getcPtr, void * parm, cha
1847 bgetsa(bstring b, bNgetc getcPtr, void * parm, char terminator) argument
1883 bgetstream(bNgetc getcPtr, void * parm, char terminator) argument
1895 void * parm; /* The stream handle for core stream */ member in struct:bStream
1907 bsopen(bNread readPtr, void * parm) argument
1945 void * parm; local
2290 bssplitscb(struct bStream * s, const_bstring splitStr, int (* cb) (void * parm, int ofs, const_bstring entry), void * parm) argument
2356 bssplitstrcb(struct bStream * s, const_bstring splitStr, int (* cb) (void * parm, int ofs, const_bstring entry), void * parm) argument
2502 bsplitcb(const_bstring str, unsigned char splitChar, int pos, int (* cb) (void * parm, int ofs, int len), void * parm) argument
2536 bsplitscb(const_bstring str, const_bstring splitStr, int pos, int (* cb) (void * parm, int ofs, int len), void * parm) argument
2580 bsplitstrcb(const_bstring str, const_bstring splitStr, int pos, int (* cb) (void * parm, int ofs, int len), void * parm) argument
2613 bscb(void * parm, int ofs, int len) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dcacertinmem.c43 static CURLcode sslctx_function(CURL * curl, void * sslctx, void * parm) argument
H A Dcurlx.c222 static CURLcode sslctxfun(CURL * curl, void * sslctx, void * parm) { argument
224 sslctxparm * p = (sslctxparm *) parm;
249 SSL_CTX_set_cert_verify_callback(ctx, ssl_app_verify_callback, parm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firmware/
H A Ddcdbas.h92 __u8 parm[MAX_SYSMGMT_SHORTCMD_PARMBUF_LEN]; member in struct:apm_cmd::__anon4417::__anon4418
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dsfnt_info.h138 struct soundfont_voice_parm parm; /* voice envelope parameters */ member in struct:soundfont_voice_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/emux/
H A Dsoundfont.c233 struct soundfont_open_parm parm; local
244 if (copy_from_user(&parm, data, sizeof(parm)))
247 if (is_special_type(parm.type)) {
248 parm.type |= SNDRV_SFNT_PAT_SHARED;
249 sf = newsf(sflist, parm.type, NULL);
251 sf = newsf(sflist, parm.type, parm.name);
588 init_voice_parm(&tmpzone.v.parm);
624 init_voice_parm(&avp->parm);
[all...]
H A Demux_effect.c214 srcp = (unsigned char*)&vp->reg.parm + offset;
215 origp = (unsigned char*)&vp->zone->v.parm + offset;
255 srcp = (unsigned char*)&vp->reg.parm + offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsequencer.c451 #define parm event_rec[5] macro
467 if (cmd == MIDI_NOTEON && parm == 0)
470 parm = 64;
502 synth_devs[dev]->start_note(dev, voice, note, parm);
508 synth_devs[dev]->kill_note(dev, voice, note, parm);
514 synth_devs[dev]->aftertouch(dev, voice, parm);
523 #undef parm macro
627 unsigned int parm = *(int *) &event_rec[4]; local
641 parm += prev_event_time;
649 if (parm >
699 unsigned int parm = *((unsigned int *) &event_rec[4]); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/sc/
H A Dcommand.c102 memcpy(&cmdptr, cmd->parm.num, sizeof(unsigned long));
112 return dial(card, cmd->arg, cmd->parm.setup);
122 return seteaz(card, cmd->arg, cmd->parm.num);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/paride/
H A Dpd.c853 int *parm = *drives[unit]; local
859 disk->drive = parm[D_SLV];
861 disk->alt_geom = parm[D_GEO];
862 disk->standby = parm[D_SBY];
863 if (parm[D_PRT])
878 int *parm = *drives[unit]; local
879 if (!parm[D_PRT])
881 if (pi_init(disk->pi, 0, parm[D_PRT], parm[D_MOD],
882 parm[D_UN
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/
H A Dhda_codec.c68 * @parm: the parameter for the verb
76 unsigned int verb, unsigned int parm)
80 if (!codec->bus->ops.command(codec, nid, direct, verb, parm))
94 * @parm: the parameter for the verb
101 unsigned int verb, unsigned int parm)
105 err = codec->bus->ops.command(codec, nid, direct, verb, parm);
136 unsigned int parm; local
138 parm = snd_hda_param_read(codec, nid, AC_PAR_NODE_COUNT);
139 *start_id = (parm >> 16) & 0x7fff;
140 return (int)(parm
74 snd_hda_codec_read(struct hda_codec *codec, hda_nid_t nid, int direct, unsigned int verb, unsigned int parm) argument
100 snd_hda_codec_write(struct hda_codec *codec, hda_nid_t nid, int direct, unsigned int verb, unsigned int parm) argument
158 unsigned int parm; local
736 u32 val, parm; local
758 u32 parm; local
[all...]
H A Dhda_codec.h407 unsigned int verb, unsigned int parm);
586 unsigned int verb, unsigned int parm);
588 unsigned int verb, unsigned int parm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/act2000/
H A Dcapi.c646 cmd.parm.length = len;
679 cmd.parm.setup.si1 = msg->msg.connect_ind.si1;
680 cmd.parm.setup.si2 = msg->msg.connect_ind.si2;
682 strcpy(cmd.parm.setup.eazmsn,
685 cmd.parm.setup.eazmsn[0] = msg->msg.connect_ind.eaz;
686 cmd.parm.setup.eazmsn[1] = 0;
688 memset(cmd.parm.setup.phone, 0, sizeof(cmd.parm.setup.phone));
689 memcpy(cmd.parm.setup.phone, msg->msg.connect_ind.addr.num,
691 cmd.parm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Diproute.c541 int arg, parm; local
572 parm = index_in_substrings(keywords, *argv);
573 if (parm == PARM_cache)
575 else if (parm == PARM_all)
581 parm = index_in_substrings(keywords, *argv);
582 if (parm == PARM_root) {
585 } else if (parm == PARM_match) {
589 if (parm == PARM_exact)
595 /* parm = arg; // would be more plausible, we reuse arg here */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/common/
H A Dsaa7146_video.c1016 struct v4l2_streamparm *parm = arg; local
1017 if( parm->type != V4L2_BUF_TYPE_VIDEO_CAPTURE ) {
1020 memset(&parm->parm.capture,0,sizeof(struct v4l2_captureparm));
1021 parm->parm.capture.readbuffers = 1;
1022 parm->parm.capture.timeperframe.numerator = 1;
1023 parm->parm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/mm/
H A Dcmm.c123 unsigned long dummy, void *parm)
125 unsigned long *freed = parm;
122 cmm_oom_notify(struct notifier_block *self, unsigned long dummy, void *parm) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsoundcard.h1153 #define _CHN_VOICE(dev, event, chn, note, parm) \
1160 _seqbuf[_seqbufptr+5] = (parm);\
1260 #define _TIMER_EVENT(ev, parm) {_SEQ_NEEDBUF(8);\
1265 *(unsigned int *)&_seqbuf[_seqbufptr+4] = (parm); \
1282 #define _LOCAL_EVENT(ev, parm) {_SEQ_NEEDBUF(8);\
1287 *(unsigned int *)&_seqbuf[_seqbufptr+4] = (parm); \

Completed in 388 milliseconds

123456