Searched refs:cops (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/appletalk/
H A DMakefile6 obj-$(CONFIG_COPS) += cops.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_api.c209 struct Qdisc_class_ops *cops = p->ops->cl_ops; local
211 if (cops == NULL)
213 cl = cops->get(p, classid);
217 leaf = cops->leaf(p, cl);
218 cops->put(p, cl);
391 struct Qdisc_class_ops *cops; local
399 cops = sch->ops->cl_ops;
400 if (cops->qlen_notify) {
401 cl = cops->get(sch, parentid);
402 cops
431 struct Qdisc_class_ops *cops = parent->ops->cl_ops; local
598 struct Qdisc_class_ops *cops = q->ops->cl_ops; local
941 struct Qdisc_class_ops *cops; local
[all...]
H A Dcls_api.c139 struct Qdisc_class_ops *cops; local
174 if ((cops = q->ops->cl_ops) == NULL)
179 cl = cops->get(q, parent);
185 chain = cops->tcf_chain(q, cl);
310 cops->put(q, cl);
391 struct Qdisc_class_ops *cops; local
405 if ((cops = q->ops->cl_ops) == NULL)
408 cl = cops->get(q, tcm->tcm_parent);
412 chain = cops->tcf_chain(q, cl);
453 cops
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Damifb.c3516 copins *copl, *cops; local
3521 cops = copdisplay.list[currentcop][0];
3557 cops[cop_spr0ptrh].w[1] = highw(ps);
3558 cops[cop_spr0ptrl].w[1] = loww(ps);
3612 copins *copl, *cops; local
3625 cops = copdisplay.list[currentcop][0];
3627 (cops++)->l = CWAIT(0, 10);
3628 (cops++)->l = CMOVE(par->bplcon0, bplcon0);
3629 (cops++)->l = CMOVE(0, sprpt[0]);
3630 (cops
3672 copins *copl, *cops; local
[all...]

Completed in 73 milliseconds