Searched refs:cptr (Results 1 - 25 of 38) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-ctrl.c29 static int pvr2_ctrl_range_check(struct pvr2_ctrl *cptr,int val) argument
31 if (cptr->info->check_value) {
32 if (!cptr->info->check_value(cptr,val)) return -ERANGE;
35 lim = cptr->info->def.type_int.min_value;
36 if (cptr->info->get_min_value) {
37 cptr->info->get_min_value(cptr,&lim);
40 lim = cptr->info->def.type_int.max_value;
41 if (cptr
51 pvr2_ctrl_set_value(struct pvr2_ctrl *cptr,int val) argument
58 pvr2_ctrl_set_mask_value(struct pvr2_ctrl *cptr,int mask,int val) argument
86 pvr2_ctrl_get_value(struct pvr2_ctrl *cptr,int *valptr) argument
98 pvr2_ctrl_get_type(struct pvr2_ctrl *cptr) argument
106 pvr2_ctrl_get_max(struct pvr2_ctrl *cptr) argument
122 pvr2_ctrl_get_min(struct pvr2_ctrl *cptr) argument
138 pvr2_ctrl_get_def(struct pvr2_ctrl *cptr) argument
152 pvr2_ctrl_get_cnt(struct pvr2_ctrl *cptr) argument
166 pvr2_ctrl_get_mask(struct pvr2_ctrl *cptr) argument
180 pvr2_ctrl_get_name(struct pvr2_ctrl *cptr) argument
188 pvr2_ctrl_get_desc(struct pvr2_ctrl *cptr) argument
196 pvr2_ctrl_get_valname(struct pvr2_ctrl *cptr,int val, char *bptr,unsigned int bmax, unsigned int *blen) argument
239 pvr2_ctrl_get_v4lid(struct pvr2_ctrl *cptr) argument
246 pvr2_ctrl_get_v4lflags(struct pvr2_ctrl *cptr) argument
265 pvr2_ctrl_is_writable(struct pvr2_ctrl *cptr) argument
273 pvr2_ctrl_has_custom_symbols(struct pvr2_ctrl *cptr) argument
283 pvr2_ctrl_custom_value_to_sym(struct pvr2_ctrl *cptr, int mask,int val, char *buf,unsigned int maxlen, unsigned int *len) argument
295 pvr2_ctrl_custom_sym_to_value(struct pvr2_ctrl *cptr, const char *buf,unsigned int len, int *maskptr,int *valptr) argument
490 pvr2_ctrl_sym_to_value(struct pvr2_ctrl *cptr, const char *ptr,unsigned int len, int *maskptr,int *valptr) argument
549 pvr2_ctrl_value_to_sym_internal(struct pvr2_ctrl *cptr, int mask,int val, char *buf,unsigned int maxlen, unsigned int *len) argument
589 pvr2_ctrl_value_to_sym(struct pvr2_ctrl *cptr, int mask,int val, char *buf,unsigned int maxlen, unsigned int *len) argument
[all...]
H A Dpvrusb2-hdw.c275 static int ctrl_channelfreq_get(struct pvr2_ctrl *cptr,int *vp) argument
277 struct pvr2_hdw *hdw = cptr->hdw;
286 static int ctrl_channelfreq_set(struct pvr2_ctrl *cptr,int m,int v) argument
288 struct pvr2_hdw *hdw = cptr->hdw;
308 static int ctrl_channelprog_get(struct pvr2_ctrl *cptr,int *vp) argument
310 *vp = cptr->hdw->freqProgSlot;
314 static int ctrl_channelprog_set(struct pvr2_ctrl *cptr,int m,int v) argument
316 struct pvr2_hdw *hdw = cptr->hdw;
323 static int ctrl_channel_get(struct pvr2_ctrl *cptr,int *vp) argument
325 struct pvr2_hdw *hdw = cptr
330 ctrl_channel_set(struct pvr2_ctrl *cptr,int m,int slotId) argument
348 ctrl_freq_get(struct pvr2_ctrl *cptr,int *vp) argument
354 ctrl_freq_is_dirty(struct pvr2_ctrl *cptr) argument
359 ctrl_freq_clear_dirty(struct pvr2_ctrl *cptr) argument
364 ctrl_freq_set(struct pvr2_ctrl *cptr,int m,int v) argument
370 ctrl_vres_max_get(struct pvr2_ctrl *cptr,int *vp) argument
381 ctrl_vres_min_get(struct pvr2_ctrl *cptr,int *vp) argument
392 ctrl_get_input(struct pvr2_ctrl *cptr,int *vp) argument
398 ctrl_set_input(struct pvr2_ctrl *cptr,int m,int v) argument
420 ctrl_isdirty_input(struct pvr2_ctrl *cptr) argument
425 ctrl_cleardirty_input(struct pvr2_ctrl *cptr) argument
431 ctrl_freq_max_get(struct pvr2_ctrl *cptr, int *vp) argument
453 ctrl_freq_min_get(struct pvr2_ctrl *cptr, int *vp) argument
475 ctrl_cx2341x_is_dirty(struct pvr2_ctrl *cptr) argument
480 ctrl_cx2341x_clear_dirty(struct pvr2_ctrl *cptr) argument
485 ctrl_cx2341x_get(struct pvr2_ctrl *cptr,int *vp) argument
502 ctrl_cx2341x_set(struct pvr2_ctrl *cptr,int m,int v) argument
520 ctrl_cx2341x_getv4lflags(struct pvr2_ctrl *cptr) argument
545 ctrl_streamingenabled_get(struct pvr2_ctrl *cptr,int *vp) argument
551 ctrl_hsm_get(struct pvr2_ctrl *cptr,int *vp) argument
560 ctrl_stdavail_get(struct pvr2_ctrl *cptr,int *vp) argument
566 ctrl_stdavail_set(struct pvr2_ctrl *cptr,int m,int v) argument
579 ctrl_std_val_to_sym(struct pvr2_ctrl *cptr,int msk,int val, char *bufPtr,unsigned int bufSize, unsigned int *len) argument
587 ctrl_std_sym_to_val(struct pvr2_ctrl *cptr, const char *bufPtr,unsigned int bufSize, int *mskp,int *valp) argument
600 ctrl_stdcur_get(struct pvr2_ctrl *cptr,int *vp) argument
606 ctrl_stdcur_set(struct pvr2_ctrl *cptr,int m,int v) argument
619 ctrl_stdcur_is_dirty(struct pvr2_ctrl *cptr) argument
624 ctrl_stdcur_clear_dirty(struct pvr2_ctrl *cptr) argument
629 ctrl_signal_get(struct pvr2_ctrl *cptr,int *vp) argument
637 ctrl_audio_modes_present_get(struct pvr2_ctrl *cptr,int *vp) argument
660 ctrl_subsys_get(struct pvr2_ctrl *cptr,int *vp) argument
666 ctrl_subsys_set(struct pvr2_ctrl *cptr,int m,int v) argument
672 ctrl_subsys_stream_get(struct pvr2_ctrl *cptr,int *vp) argument
678 ctrl_subsys_stream_set(struct pvr2_ctrl *cptr,int m,int v) argument
684 ctrl_stdenumcur_set(struct pvr2_ctrl *cptr,int m,int v) argument
699 ctrl_stdenumcur_get(struct pvr2_ctrl *cptr,int *vp) argument
706 ctrl_stdenumcur_is_dirty(struct pvr2_ctrl *cptr) argument
712 ctrl_stdenumcur_clear_dirty(struct pvr2_ctrl *cptr) argument
1743 struct pvr2_ctrl *cptr; local
1943 struct pvr2_ctrl *cptr; local
2320 struct pvr2_ctrl *cptr; local
2337 struct pvr2_ctrl *cptr; local
2356 struct pvr2_ctrl *cptr,*cp2; local
2399 struct pvr2_ctrl *cptr; local
[all...]
H A Dpvrusb2-sysfs.c70 struct pvr2_ctrl *cptr; member in struct:pvr2_sysfs_ctl_item
85 struct pvr2_ctrl *cptr; local
91 cptr = pvr2_hdw_get_ctrl_by_index(sfp->channel.hdw,id);
92 if (!cptr) return -EINVAL;
94 name = pvr2_ctrl_get_desc(cptr);
104 struct pvr2_ctrl *cptr; local
111 cptr = pvr2_hdw_get_ctrl_by_index(sfp->channel.hdw,id);
112 if (!cptr) return -EINVAL;
114 tp = pvr2_ctrl_get_type(cptr);
131 struct pvr2_ctrl *cptr; local
148 struct pvr2_ctrl *cptr; local
165 struct pvr2_ctrl *cptr; local
189 struct pvr2_ctrl *cptr; local
213 struct pvr2_ctrl *cptr; local
238 struct pvr2_ctrl *cptr; local
265 struct pvr2_ctrl *cptr; local
482 struct pvr2_ctrl *cptr; local
[all...]
H A Dpvrusb2-v4l2.c256 struct pvr2_ctrl *cptr; local
261 cptr = pvr2_hdw_get_ctrl_by_id(hdw,PVR2_CID_INPUT);
282 pvr2_ctrl_get_valname(cptr,vi->index,
304 struct pvr2_ctrl *cptr; local
307 cptr = pvr2_hdw_get_ctrl_by_id(hdw,PVR2_CID_INPUT);
309 ret = pvr2_ctrl_get_value(cptr,&val);
569 struct pvr2_ctrl *cptr; local
573 cptr = pvr2_hdw_get_ctrl_nextv4l(
575 if (cptr) vc->id = pvr2_ctrl_get_v4lid(cptr);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dfft_altivec.c49 FFTComplex *cptr, *cptr1; local
104 cptr = cptr1;
113 c = vec_ld(0, (float*)cptr);
116 c = vec_ld(sizeof(vector float), (float*)cptr);
126 cptr += 4;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/procps/
H A Dsysctl.c181 char *tmpname, *outname, *cptr; local
202 while ((cptr = strchr(tmpname, '.')) != NULL)
203 *cptr = '/';
205 while ((cptr = strchr(outname, '/')) != NULL)
206 *cptr = '.';
247 char *tmpname, *outname, *cptr; local
258 while ((cptr = strchr(tmpname, '.')) != NULL)
259 *cptr = '/';
260 while ((cptr = strchr(outname, '/')) != NULL)
261 *cptr
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/seq/
H A Dseq_clientmgr.c1132 struct snd_seq_client *cptr; local
1139 cptr = snd_seq_client_use_ptr(info.client);
1140 if (cptr == NULL)
1159 cptr->convert32 = (info.cpu_mode < sizeof(long));
1161 snd_seq_client_unlock(cptr);
1166 static void get_client_info(struct snd_seq_client *cptr, argument
1169 info->client = cptr->number;
1172 info->type = cptr->type;
1173 strcpy(info->name, cptr->name);
1174 info->filter = cptr
1184 struct snd_seq_client *cptr; local
1313 struct snd_seq_client *cptr; local
1855 struct snd_seq_client *cptr; local
2001 struct snd_seq_client *cptr = NULL; local
2070 struct snd_seq_client *cptr = NULL; local
2102 struct snd_seq_client *cptr; local
2289 struct snd_seq_client *cptr; local
2355 struct snd_seq_client *cptr; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppdump/
H A Dbsd-comp.c120 u_short cptr; /* map code to hash table entry */ member in struct:bsd_db::bsd_dict
319 /* hsize = 69001; */ /* and 69001 is too big for cptr */
397 db->dict[i].cptr = 0;
501 if (db->dict[dictp2->cptr].codem1 == max_ent)
502 db->dict[dictp2->cptr].codem1 = BADCODEM1;
503 dictp2->cptr = hval;
651 dictp = &db->dict[db->dict[finchar].cptr];
657 incode, finchar, db->dict[finchar].cptr, max_ent);
663 printf("oldcode=0x%x cptr=0x%x codem1=0x%x\n", oldcode,
664 db->dict[finchar].cptr, dict
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_bsdcomp.c113 u16 cptr; /* map code to hash table entry */ member in struct:bsd_dict
408 db->dict[indx].cptr = 0;
563 indx = dictp2->cptr;
569 dictp2->cptr = hval;
790 dictp = dict_ptr (db, dictp2->cptr);
796 printk(KERN_ERR "0x%x at 0x%x by 0x%x, max_ent=0x%x\n", incode, finchar, dictp2->cptr, max_ent);
800 printk(KERN_ERR "oldcode=0x%x cptr=0x%x codem1=0x%x\n", oldcode, dictp2->cptr, dictp->codem1);
857 indx = dictp2->cptr;
863 dictp2->cptr
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/fs_enet/
H A Dmac-fec.c254 u32 cptr; local
331 cptr = in_be32(&immap->im_cpm.cp_cptr);
334 cptr |= 0x100;
336 cptr |= 0x0000010;
338 cptr &= ~0x0000010;
341 cptr |= 0x80;
343 cptr |= 0x0000008;
345 cptr &= ~0x0000008;
351 out_be32(&immap->im_cpm.cp_cptr, cptr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dbsd_comp.c133 unsigned short cptr; /* map code to hash table entry */ member in struct:bsd_dict
388 /* hsize = 69001; */ /* and 69001 is too big for cptr */
494 db->dict[indx].cptr = 0;
719 indx = dictp2->cptr;
727 dictp2->cptr = hval;
1003 dictp = dict_ptr (db, dictp2->cptr);
1011 incode, finchar, dictp2->cptr, max_ent);
1021 printk("oldcode=0x%x cptr=0x%x codem1=0x%x\n",
1022 oldcode, dictp2->cptr, dictp->codem1);
1087 indx = dictp2->cptr;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/modules/
H A Dbsd-comp.c144 u_short cptr; /* map code to hash table entry */ member in struct:bsd_db::bsd_dict
355 /* hsize = 69001; */ /* and 69001 is too big for cptr */
449 db->dict[i].cptr = 0;
656 if (db->dict[dictp2->cptr].codem1 == max_ent)
657 db->dict[dictp2->cptr].codem1 = BADCODEM1;
658 dictp2->cptr = hval;
802 if (db->dict[dictp2->cptr].codem1 == max_ent)
803 db->dict[dictp2->cptr].codem1 = BADCODEM1;
804 dictp2->cptr = hval;
1016 dictp = &db->dict[db->dict[finchar].cptr];
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/storage/
H A Dalauda.c698 unsigned char *bptr, *cptr, *xptr; local
742 cptr = bptr + pagesize;
744 if (!nand_compare_ecc(cptr+13, ecc)) {
747 nand_store_ecc(cptr+13, ecc);
750 if (!nand_compare_ecc(cptr+8, ecc)) {
753 nand_store_ecc(cptr+8, ecc);
755 cptr[6] = cptr[11] = MSB_of(lbap);
756 cptr[7] = cptr[1
[all...]
H A Dsddr09.c710 unsigned char *bptr, *cptr, *xptr; local
750 cptr = bptr + info->pagesize;
752 if (!nand_compare_ecc(cptr+13, ecc)) {
755 nand_store_ecc(cptr+13, ecc);
758 if (!nand_compare_ecc(cptr+8, ecc)) {
761 nand_store_ecc(cptr+8, ecc);
763 cptr[6] = cptr[11] = MSB_of(lbap);
764 cptr[7] = cptr[1
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/drivers/vx/
H A Dvx_core.c651 unsigned char *image, *cptr; local
665 cptr = image;
666 csum ^= *cptr;
668 vx_outb(chip, TXH, *cptr++);
669 csum ^= *cptr;
671 vx_outb(chip, TXM, *cptr++);
672 csum ^= *cptr;
674 vx_outb(chip, TXL, *cptr++);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Daha1740.c429 struct aha1740_chain * cptr; local
436 cptr = sgptr->sg_chain;
440 cptr[i].datalen = sg_dma_len (sgpnt + i);
441 cptr[i].dataptr = sg_dma_address (sgpnt + i);
446 printk("cptr %x: ",cptr);
447 ptr = (unsigned char *) cptr;
H A Daha1542.c688 struct chain *cptr; local
696 cptr = (struct chain *) SCpnt->host_scribble;
697 if (cptr == NULL) {
713 printk(KERN_CRIT "cptr %x: ", (unsigned int) cptr);
714 ptr = (unsigned char *) &cptr[i];
719 any2scsi(cptr[i].dataptr, SCSI_SG_PA(&sgpnt[i]));
722 any2scsi(cptr[i].datalen, sgpnt[i].length);
725 any2scsi(ccb[mbo].dataptr, SCSI_BUF_PA(cptr));
727 printk("cptr
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/fec_8xx/
H A Dfec_main.c239 __u32 cptr; local
364 cptr = in_be32(&immap->im_cpm.cp_cptr);
370 if ((cptr & 0x100) == 0)
374 cptr |= 0x0000010;
376 cptr &= ~0x0000010;
382 if ((cptr & 0x80) == 0)
386 cptr |= 0x0000008;
388 cptr &= ~0x0000008;
393 out_be32(&immap->im_cpm.cp_cptr, cptr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/rio/
H A Driotable.c94 char *cptr; local
129 cptr = MapP->Name; /* (2) */
130 cptr[MAX_NAME_LEN - 1] = '\0';
131 if (cptr[0] == '\0') {
136 while (*cptr) {
137 if (*cptr < ' ' || *cptr > '~') {
142 cptr++;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Djquant2.c787 JSAMPLE * cptr; /* pointer into bestcolor[] array */ local
826 cptr = bestcolor;
837 *cptr = (JSAMPLE) icolor;
842 cptr++;
864 register JSAMPLE * cptr; /* pointer into bestcolor[] array */ local
898 cptr = bestcolor;
903 *cachep++ = (histcell) (GETJSAMPLE(*cptr++) + 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/arcnet/
H A Drfc1201.c210 uint8_t *cptr = (uint8_t *) arp + sizeof(struct arphdr); local
212 if (!*cptr) { /* is saddr = 00? */
217 *cptr = saddr;
220 *cptr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/printing/
H A Dlpq_parse.c235 const char *cptr; local
239 cptr = line;
240 while(next_token( &cptr, tokarr[num_tok], " \t", sizeof(fstring)) && (num_tok < LPRNG_MAXTOK))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/oss/
H A Dmixer_oss.c1102 char line[128], str[32], idxstr[16], *cptr; local
1108 cptr = snd_info_get_str(str, line, sizeof(str));
1116 cptr = snd_info_get_str(str, cptr, sizeof(str));
1124 snd_info_get_str(idxstr, cptr, sizeof(idxstr));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxpath.c9210 xmlChar *cptr; local
9224 for (cptr = str->stringval; (ch=*cptr); ) {
9225 offset = xmlUTF8Strloc(from->stringval, cptr);
9233 xmlBufferAdd(target, cptr, xmlUTF8Strsize(cptr, 1));
9236 cptr++;
9246 if ( (*cptr++ & 0xc0) != 0x80 ) {
14939 xmlChar *cptr; local
14955 for (cptr
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxpath.c9252 xmlChar *cptr; local
9266 for (cptr = str->stringval; (ch=*cptr); ) {
9267 offset = xmlUTF8Strloc(from->stringval, cptr);
9275 xmlBufferAdd(target, cptr, xmlUTF8Strsize(cptr, 1));
9278 cptr++;
9288 if ( (*cptr++ & 0xc0) != 0x80 ) {
15008 xmlChar *cptr; local
15024 for (cptr
[all...]

Completed in 420 milliseconds

12