Searched refs:np (Results 201 - 225 of 275) sorted by relevance

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A D3c527.c1007 volatile struct skb_header *p, *np; local
1028 np=lp->tx_ring[head].p;
1033 np->length = unlikely(skb->len < ETH_ZLEN) ? ETH_ZLEN : skb->len;
1034 np->data = isa_virt_to_bus(skb->data);
1035 np->status = 0;
1036 np->control = CONTROL_EOP | CONTROL_EOL;
1217 volatile struct skb_header *np; local
1231 np=lp->tx_ring[t].p;
1233 if(!(np->status & (1<<7)))
1239 if(!(np
[all...]
H A Depic100.c1412 struct epic_private *np = dev->priv; local
1416 strcpy (info->bus_info, pci_name(np->pci_dev));
1421 struct epic_private *np = dev->priv; local
1424 spin_lock_irq(&np->lock);
1425 rc = mii_ethtool_gset(&np->mii, cmd);
1426 spin_unlock_irq(&np->lock);
1433 struct epic_private *np = dev->priv; local
1436 spin_lock_irq(&np->lock);
1437 rc = mii_ethtool_sset(&np->mii, cmd);
1438 spin_unlock_irq(&np
1445 struct epic_private *np = dev->priv; local
1451 struct epic_private *np = dev->priv; local
1502 struct epic_private *np = dev->priv; local
[all...]
H A Dppp_generic.c2981 struct cardmap *np = kzalloc(sizeof(*np), GFP_KERNEL); local
2982 if (!np)
2984 np->ptr[0] = p;
2986 np->shift = p->shift + CARDMAP_ORDER;
2987 p->parent = np;
2989 np->shift = 0;
2990 p = np;
2997 struct cardmap *np = kzalloc(sizeof(*np), GFP_KERNE local
3046 struct cardmap *p, *np; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/8021q/
H A Dvlan_dev.c558 struct vlan_priority_tci_mapping *np; local
575 np = kmalloc(sizeof(struct vlan_priority_tci_mapping), GFP_KERNEL);
576 if (np) {
577 np->next = mp;
578 np->priority = skb_prio;
579 np->vlan_qos = ((vlan_prio << 13) & 0xE000);
580 VLAN_DEV_INFO(dev)->egress_priority_map[skb_prio & 0xF] = np;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dsmu.c456 struct device_node *np; local
459 np = of_find_node_by_type(NULL, "smu");
460 if (np == NULL)
478 smu->of_node = np;
605 struct device_node *np; local
607 for (np = NULL; (np = of_get_next_child(smu->of_node, np)) != NULL;)
608 if (of_device_is_compatible(np, "smu-sensors"))
609 of_platform_device_create(np, "sm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dbtext.c158 int btext_initialize(struct device_node *np) argument
164 prop = of_get_property(np, "linux,bootx-width", NULL);
166 prop = of_get_property(np, "width", NULL);
170 prop = of_get_property(np, "linux,bootx-height", NULL);
172 prop = of_get_property(np, "height", NULL);
176 prop = of_get_property(np, "linux,bootx-depth", NULL);
178 prop = of_get_property(np, "depth", NULL);
183 prop = of_get_property(np, "linux,bootx-linebytes", NULL);
185 prop = of_get_property(np, "linebytes", NULL);
190 prop = of_get_property(np, "addres
216 struct device_node *np = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_failchk.c164 DB_THREAD_INFO *ip, *np; local
179 for (; ip != NULL; ip = np) {
180 np = SH_TAILQ_NEXT(ip,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_cursor.c1053 u_int8_t *dbuf, *dp, *np; local
1065 * np is the next place to copy things into the buffer.
1069 np = dp = dbuf;
1159 bo->tlen, bo->pgno, np)) != 0)
1162 key_off = (int32_t)(np - dbuf);
1163 np += key_size;
1166 dp = np;
1204 np += size;
1246 &offp, &np, &space, no_dup)) != 0) {
1266 bo->tlen, bo->pgno, np)) !
1439 u_int8_t *dp, *np; local
[all...]
H A Dbt_rec.c42 PAGE *_lp, *lp, *np, *pp, *_rp, *rp, *sp; local
50 _lp = lp = np = pp = _rp = rp = NULL;
198 ip, NULL, 0, &np)) != 0) {
206 cmp = LOG_COMPARE(&LSN(np), &argp->nlsn);
207 CHECK_LSN(env, op, cmp, &LSN(np), &argp->nlsn);
209 REC_DIRTY(mpf, ip, file_dbp->priority, &np);
210 PREV_PGNO(np) = argp->right;
211 np->lsn = *lsnp;
213 np, file_dbp->priority)) != 0)
215 np
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dppp_mod.h125 mblk_t *np = msgpullup((mp), (len)); \
127 mp = np; \
H A Dbsd-comp.c508 mblk_t *np, *mret; local
602 np = mp->b_cont;
605 if (!np)
607 rptr = np->b_rptr;
608 slen = np->b_wptr - rptr;
609 np = np->b_cont;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_mod.h125 mblk_t *np = msgpullup((mp), (len)); \
127 mp = np; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/ams/
H A Dams-i2c.c262 int __init ams_i2c_init(struct device_node *np) argument
271 ams_info.of_node = np;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dprintcap.c314 int tnamatch(char *np) argument
322 for (Np = np; *Np && *Bp == *Np; Bp++, Np++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dprintcap.c314 int tnamatch(char *np) argument
322 for (Np = np; *Np && *Bp == *Np; Bp++, Np++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/
H A Dalloca.c183 register header *np = hp->h.next; local
187 hp = np; /* -> next header. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/conf/
H A Dconf_def.c517 char *s,*e,*rp,*p,*rrp,*np,*cp,v; local
589 e=np=s;
594 cp=np;
599 np=e;
624 p=_CONF_get_string(conf,cp,np);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dconf_def.c517 char *s,*e,*rp,*p,*rrp,*np,*cp,v; local
589 e=np=s;
594 cp=np;
599 np=e;
616 * np which is the start of the name string which is
624 p=_CONF_get_string(conf,cp,np);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/ppc/
H A Dpmac.c956 struct device_node *np = pci_device_to_OF_node(pdev); local
957 if (np && np == macio->of_node) {
1092 struct device_node *np; local
1123 np = chip->node;
1129 if (of_address_to_resource(np->parent, i,
1157 if (of_address_to_resource(np, i,
1187 irq = irq_of_parse_and_map(np, 0);
1197 irq = irq_of_parse_and_map(np, 1);
1204 irq = irq_of_parse_and_map(np,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/dmasound/
H A Ddmasound_awacs.c336 struct device_node *np; local
344 np = of_get_next_child(gpiop, NULL);
345 while(np != 0) {
348 of_get_property(np,"audio-gpio",NULL);
351 } else if (compatible && of_device_is_compatible(np, compatible))
353 np = of_get_next_child(gpiop, np);
355 if (!np)
357 pp = of_get_property(np, "AAPL,address", NULL);
361 pp = of_get_property(np, "audi
2543 struct device_node *np; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash.c595 u_int8_t *dbuf, *dp, *hk, *np, *tmp; local
611 np = dp = dbuf;
643 dbc, key_size, pgno, np)) != 0)
646 key_off = (u_int32_t)(np - dbuf);
647 np += key_size;
650 dp = np;
667 np += size;
681 dp = np;
775 np += size;
875 &offp, &np,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dprefix.c78 u_char *np = (u_char *)&n->u.prefix;
89 if (maskbit[shift] & (np[offset] ^ pp[offset]))
93 if (np[offset] != pp[offset])
77 u_char *np = (u_char *)&n->u.prefix; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Diommu.c552 struct device_node *np = node; local
553 struct pci_dn *pci = PCI_DN(np);
558 of_get_property(np, "ibm,dma-window", NULL))
559 iommu_free_table(np);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Doffb.c226 static void __iomem *offb_map_reg(struct device_node *np, int index, argument
233 addrp = of_get_pci_address(np, index, &asize, &flags);
235 addrp = of_get_address(np, index, &asize, &flags);
242 taddr = of_translate_address(np, addrp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/h/
H A Dcmtdef.h499 void pcm(struct s_smc *smc, const int np, int event);
506 void pcm_status_state(struct s_smc *smc, int np, int *type, int *state,
570 char *get_pcmstate(struct s_smc *smc, int np);
592 void plc_irq(struct s_smc *smc, int np, unsigned int cmd);

Completed in 301 milliseconds

1234567891011