Searched refs:pprt (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/panel/
H A Dpanel.c375 static struct pardevice *pprt; variable in typeref:struct:pardevice
586 val = r_dtr(pprt);
597 w_dtr(pprt, val);
606 val = r_ctr(pprt);
617 w_ctr(pprt, val);
758 w_dtr(pprt, cmd);
780 w_dtr(pprt, data);
802 w_ctr(pprt, cmd);
812 w_dtr(pprt, data);
870 w_dtr(pprt, ' ');
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Ddn_route.h19 extern int dn_route_output_sock(struct dst_entry **pprt, struct flowi *, struct sock *sk, int flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_route.c874 static int dn_route_output_slow(struct dst_entry **pprt, const struct flowi *oldflp, int try_hard) argument
1133 dn_insert_route(rt, hash, (struct dn_route **)pprt);
1163 static int __dn_route_output_key(struct dst_entry **pprt, const struct flowi *flp, int flags) argument
1179 *pprt = &rt->dst;
1186 return dn_route_output_slow(pprt, flp, flags);
1189 static int dn_route_output_key(struct dst_entry **pprt, struct flowi *flp, int flags) argument
1193 err = __dn_route_output_key(pprt, flp, flags);
1195 err = xfrm_lookup(&init_net, pprt, flp, NULL, 0);
1200 int dn_route_output_sock(struct dst_entry **pprt, struct flowi *fl, struct sock *sk, int flags) argument
1204 err = __dn_route_output_key(pprt, f
[all...]

Completed in 117 milliseconds