Searched refs:vpp (Results 1 - 25 of 54) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dau1000_pb1x00.c223 configure->vcc, configure->vpp, pcr);
226 switch(configure->vpp) {
249 configure->vpp);
254 switch(configure->vpp) {
277 configure->vpp);
282 switch(configure->vpp) {
305 configure->vpp);
334 configure->vcc, configure->vpp, pcr, configure->reset);
342 switch(configure->vpp) {
358 configure->vpp);
[all...]
H A Dm8xx_pcmcia.c290 static int voltage_set(int slot, int vcc, int vpp) argument
306 switch(vpp) {
310 if(vcc == vpp)
347 static int voltage_set(int slot, int vcc, int vpp) argument
364 switch(vpp) {
369 if(vcc == vpp)
412 static int voltage_set(int slot, int vcc, int vpp) argument
432 switch(vpp) {
437 if(vcc == vpp)
494 static int voltage_set(int slot, int vcc, int vpp) argument
551 voltage_set(int slot, int vcc, int vpp) argument
[all...]
H A Dau1000_generic.h79 vpp: 8, member in struct:pcmcia_configure
H A Dau1000_xxs1500.c140 configure->vcc, configure->vpp, configure->reset);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Dlasat.c29 static void lasat_set_vpp(struct map_info *map, int vpp) argument
31 if (vpp)
H A Dipaq-flash.c39 static void jornada56x_set_vpp(struct map_info *map, int vpp) argument
41 if (vpp)
52 static void jornada720_set_vpp(struct map_info *map, int vpp) argument
54 if (vpp)
147 static void h3xxx_set_vpp(struct map_info *map, int vpp) argument
152 if (vpp)
H A Dl440gx.c31 /* Is this really the vpp port? */
32 static void l440gx_set_vpp(struct map_info *map, int vpp) argument
37 if (vpp) {
H A Dpcmciamtd.c64 int vpp; member in struct:pcmciamtd_dev
81 static int vpp; variable
100 module_param(vpp, int, 0);
101 MODULE_PARM_DESC(vpp, "Vpp value in 1/10ths eg 33=3.3V 120=12V (Dangerous)");
328 mod.Vpp1 = mod.Vpp2 = on ? dev->vpp : 0;
330 DEBUG(2, "dev = %p on = %d vpp = %d\n", dev, on, dev->vpp);
585 dev->vpp = (vpp) ? vpp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_vfs.h150 #define bhv_vfs_root(v, vpp) vfs_root(VFSHEAD(v), vpp)
153 #define bhv_vfs_vget(v, vpp,fidp) vfs_vget(VFSHEAD(v), vpp,fidp)
168 #define bhv_next_vfs_root(b, vpp) vfs_root(b, vpp)
171 #define bhv_next_vfs_vget(b, vpp,fidp) vfs_vget(b, vpp,fidp)
H A Dxfs_vfs.c106 struct bhv_vnode **vpp)
113 return ((*bhvtovfsops(next)->vfs_root)(next, vpp));
147 struct bhv_vnode **vpp,
155 return ((*bhvtovfsops(next)->vfs_vget)(next, vpp, fidp));
104 vfs_root( struct bhv_desc *bdp, struct bhv_vnode **vpp) argument
145 vfs_vget( struct bhv_desc *bdp, struct bhv_vnode **vpp, struct fid *fidp) argument
H A Dxfs_vnode.h270 #define bhv_vop_lookup(vp,d,vpp,f,rdir,cr) \
271 VOP(vop_lookup, vp)(VNHEAD(vp),d,vpp,f,rdir,cr)
272 #define bhv_vop_create(dvp,d,vap,vpp,cr) \
273 VOP(vop_create, dvp)(VNHEAD(dvp),d,vap,vpp,cr)
278 #define bhv_vop_mkdir(dp,d,vap,vpp,cr) \
279 VOP(vop_mkdir, dp)(VNHEAD(dp),d,vap,vpp,cr)
283 #define bhv_vop_symlink(dvp,d,vap,tnm,vpp,cr) \
284 VOP(vop_symlink, dvp)(VNHEAD(dvp),d,vap,tnm,vpp,cr)
H A Dxfs_ioctl.c201 bhv_vnode_t *vpp; local
254 vpp = XFS_ITOV(ip);
255 inodep = vn_to_inode(vpp);
258 *vp = vpp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dopen_pic2.c432 volatile u_int *vpp; local
435 vpp = &ISR[irq - open_pic2_irq_offset]->Vector_Priority;
436 openpic2_clearfield(vpp, OPENPIC_MASK);
440 } while (openpic2_readfield(vpp, OPENPIC_MASK));
445 volatile u_int *vpp; local
449 vpp = &ISR[irq - open_pic2_irq_offset]->Vector_Priority;
450 openpic2_setfield(vpp, OPENPIC_MASK);
454 vp = openpic2_readfield(vpp, OPENPIC_MASK | OPENPIC_ACTIVITY);
H A Dopen_pic.c711 volatile u_int __iomem *vpp; local
714 vpp = &ISR[irq - open_pic_irq_offset]->Vector_Priority;
715 openpic_clearfield(vpp, OPENPIC_MASK);
719 } while (openpic_readfield(vpp, OPENPIC_MASK));
724 volatile u_int __iomem *vpp; local
728 vpp = &ISR[irq - open_pic_irq_offset]->Vector_Priority;
729 openpic_setfield(vpp, OPENPIC_MASK);
733 vp = openpic_readfield(vpp, OPENPIC_MASK | OPENPIC_ACTIVITY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dcollie.c199 static void collie_set_vpp(int vpp) argument
202 if (vpp)
H A Djornada720.c318 static void jornada720_set_vpp(int vpp) argument
320 if (vpp)
H A Dh3600.c104 static void h3xxx_set_vpp(int vpp) argument
106 assign_h3600_egpio(IPAQ_EGPIO_VPP_ON, vpp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_vfsops.c769 * vpp -- address of the caller's vnode pointer which should be
775 bhv_vnode_t **vpp)
781 *vpp = vp;
1567 bhv_vnode_t **vpp,
1595 *vpp = NULL;
1600 *vpp = NULL;
1606 *vpp = NULL;
1610 *vpp = XFS_ITOV(ip);
773 xfs_root( bhv_desc_t *bdp, bhv_vnode_t **vpp) argument
1565 xfs_vget( bhv_desc_t *bdp, bhv_vnode_t **vpp, fid_t *fidp) argument
H A Dxfs_vnodeops.c1816 bhv_vnode_t **vpp,
1838 *vpp = XFS_ITOV(ip);
1854 bhv_vnode_t **vpp,
1877 ASSERT(!*vpp);
2047 *vpp = vp;
2052 if ( (*vpp || (error != 0 && dm_event_sent != 0)) &&
2057 *vpp ? vp:NULL,
2772 bhv_vnode_t **vpp,
2932 *vpp = cvp;
3282 bhv_vnode_t **vpp,
1813 xfs_lookup( bhv_desc_t *dir_bdp, bhv_vname_t *dentry, bhv_vnode_t **vpp, int flags, bhv_vnode_t *rdir, cred_t *credp) argument
1850 xfs_create( bhv_desc_t *dir_bdp, bhv_vname_t *dentry, bhv_vattr_t *vap, bhv_vnode_t **vpp, cred_t *credp) argument
2768 xfs_mkdir( bhv_desc_t *dir_bdp, bhv_vname_t *dentry, bhv_vattr_t *vap, bhv_vnode_t **vpp, cred_t *credp) argument
3277 xfs_symlink( bhv_desc_t *dir_bdp, bhv_vname_t *dentry, bhv_vattr_t *vap, char *target_path, bhv_vnode_t **vpp, cred_t *credp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dconfig.sub580 vpp*|vx|vx-*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dash.c1821 struct var **vpp; local
1835 vpp = hashvar(vp->text);
1836 vp->next = *vpp;
1837 *vpp = vp;
1842 findvar(struct var **vpp, const char *name) argument
1844 for (; *vpp; vpp = &(*vpp)->next) {
1845 if (varequal((*vpp)->text, name)) {
1849 return vpp;
1903 struct var *vp, **vpp; local
2010 struct var **vpp; local
2070 struct var **vpp; local
7894 struct var **vpp; local
9574 union node *vars, **vpp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dconfig.sub1009 vpp*|vx|vx-*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dconfig.sub1054 vpp*|vx|vx-*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dconfig.sub957 vpp*|vx|vx-*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dconfig.sub1093 vpp*|vx|vx-*)

Completed in 145 milliseconds

123