Searched refs:cip (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-sysfs.c480 struct pvr2_sysfs_ctl_item *cip; local
494 cip = kzalloc(sizeof(*cip),GFP_KERNEL);
495 if (!cip) return;
496 pvr2_sysfs_trace("Creating pvr2_sysfs_ctl_item id=%p",cip);
498 cip->cptr = cptr;
500 cip->chptr = sfp;
501 cip->item_next = NULL;
503 sfp->item_last->item_next = cip;
505 sfp->item_first = cip;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dhfc_2bs0.c28 (cs->hw.hfc.cip & 3));
87 u_char cip, f1, f2; local
91 cip = HFC_CIP | HFC_F1 | HFC_REC | HFC_CHANNEL(bcs->channel);
92 if ((cip & 0xc3) != (cs->hw.hfc.cip & 0xc3)) {
93 cs->BC_Write_Reg(cs, HFC_STATUS, cip, cip);
97 f1 = cs->BC_Read_Reg(cs, HFC_DATA, cip);
98 cip = HFC_CIP | HFC_F2 | HFC_REC | HFC_CHANNEL(bcs->channel);
100 f2 = cs->BC_Read_Reg(cs, HFC_DATA, cip);
150 u_char stat, cip; local
242 u_char cip; local
329 u_char f1, f2, cip; local
[all...]
H A Dhfc_2bds0.c38 if (cs->hw.hfcD.cip != reg) {
39 cs->hw.hfcD.cip = reg;
55 if (cs->hw.hfcD.cip != reg) {
56 cs->hw.hfcD.cip = reg;
112 u_char cip; local
117 case 0: cip = HFCB_FIFO | HFCB_Z1 | HFCB_SEND | HFCB_B1;
119 case 1: cip = HFCB_FIFO | HFCB_Z1 | HFCB_REC | HFCB_B1;
121 case 2: cip = HFCB_FIFO | HFCB_Z1 | HFCB_SEND | HFCB_B2;
123 case 3: cip = HFCB_FIFO | HFCB_Z1 | HFCB_REC | HFCB_B2;
125 case 4: cip
188 u_char stat, cip; local
264 u_char cip; local
353 u_char f1, f2, cip; local
590 u_char stat, cip, f1, f2; local
691 u_char cip; local
[all...]
H A Dteleint.c107 cs->hw.hfc.cip = offset;
114 cs->hw.hfc.cip = offset;
121 cs->hw.hfc.cip = 0;
128 cs->hw.hfc.cip = 0;
138 cs->hw.hfc.cip = reg;
152 cs->hw.hfc.cip = reg;
279 cs->hw.hfc.cip = 0;
H A Dhfcscard.c224 cs->hw.hfcD.cip = 0;
H A Dhisax.h632 unsigned char cip; member in struct:hfc_hw
734 unsigned char cip; member in struct:hfcD_hw
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Ddv1394-private.h46 static inline void fill_cip_header(struct CIP_header *cip, argument
52 cip->b[0] = source_node_id;
53 cip->b[1] = 0x78; /* packet size in quadlets (480/4) - even for empty packets! */
54 cip->b[2] = 0x00;
55 cip->b[3] = counter;
57 cip->b[4] = 0x80; /* const */
61 cip->b[5] = 0x80;
64 cip->b[5] = 0x00;
68 cip->b[6] = timestamp >> 8;
69 cip
[all...]
H A Ddv1394.c221 struct CIP_header *cip; local
279 cip = &(f->header_pool[f->n_packets]);
281 /* DMA address of the CIP header = offset of cip
284 cip_dma = (unsigned long) cip % PAGE_SIZE + f->header_pool_dma;
341 f->cip_syt1 = cip;
348 f->cip_syt2 = cip;
351 fill_cip_header(cip,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2412/
H A Dclock.c606 struct clk_init *cip = clks_src; local
611 for (ptr = 0; ptr < ARRAY_SIZE(clks_src); ptr++, cip++) {
612 ret = s3c24xx_register_clock(cip->clk);
615 cip->clk->name, ret);
618 src = (clksrc & cip->bit) ? cip->src_1 : cip->src_0;
620 printk(KERN_INFO "%s: parent %s\n", cip->clk->name, src->name);
621 clk_set_parent(cip->clk, src);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_vrfyutil.c441 __db_vrfy_childput(vdp, pgno, cip)
444 VRFY_CHILDINFO *cip;
477 if (oldcip->pgno == cip->pgno) {
495 cip->refcnt = 1;
496 data.data = cip;
506 * passes it in as cip to save us a get.)
509 __db_vrfy_childinc(dbc, cip)
511 VRFY_CHILDINFO *cip;
518 cip->refcnt++;
519 data.data = cip;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/uams_krb4/
H A Dkuam.c82 KTEXT cip = &cip_st; /* Returned Ciphertext */ local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/uams_krb4/
H A Dkuam.c82 KTEXT cip = &cip_st; /* Returned Ciphertext */ local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dipv6cp.c896 u_char *cip, *next; /* Pointer to current and next CIs */ local
917 cip = p = next; /* Remember begining of CI */
1036 if (ucp != cip)
1037 BCOPY(cip, ucp, cilen); /* Move it */
H A Dipxcp.c996 u_char *cip, *next; /* Pointer to current and next CIs */ local
1017 cip = p = next; /* Remember begining of CI */
1249 if (ucp != cip)
1250 BCOPY(cip, ucp, cilen); /* Move it */
H A Dipcp.c1327 u_char *cip, *next; /* Pointer to current and next CIs */ local
1350 cip = p = next; /* Remember begining of CI */
1569 if (ucp != cip)
1570 BCOPY(cip, ucp, cilen); /* Move it */
H A Dlcp.c1508 u_char *cip, *next; /* Pointer to current and next CIs */ local
1532 cip = p = next; /* Remember begining of CI */
1852 if (cip != rejp) /* Need to move rejected CI? */
1853 BCOPY(cip, rejp, cilen); /* Move it */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dbenchmark.c1056 gcry_mpi_t e, n, msg, cip; local
1067 cip = gcry_mpi_new (0);
1071 gcry_mpi_powm (cip, msg, e, n);
1077 /* if (gcry_mpi_aprint (GCRYMPI_FMT_HEX, (void**)&buf, NULL, cip)) */
1082 gcry_mpi_release (cip);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/capi/
H A Dcapidrv.c245 static const u8 cip[17][5] = local
271 return (u16) cip[si1][si2];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dmessage.c4812 word cip; local
5674 cip = find_cip(a,parms[4],parms[6]);
5675 cip_mask = 1L<<cip;
5676 dbug(1,dprintf("cip=%d,cip_mask=%lx",cip,cip_mask));
5709 "wSSSSSSSbSSSSS", cip, /* CIP */
8991 /* try to match a cip from received BC and HLC */

Completed in 301 milliseconds