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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/appletalk/
H A DMakefile16 obj-$(CONFIG_COPS) += cops.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dcls_api.c131 struct Qdisc_class_ops *cops; local
157 if ((cops = q->ops->cl_ops) == NULL)
162 cl = cops->get(q, parent);
168 chain = cops->tcf_chain(q, cl);
284 cops->put(q, cl);
358 struct Qdisc_class_ops *cops; local
376 if ((cops = q->ops->cl_ops) == NULL)
379 cl = cops->get(q, tcm->tcm_parent);
383 chain = cops->tcf_chain(q, cl);
424 cops
[all...]
H A Dsch_api.c207 struct Qdisc_class_ops *cops = p->ops->cl_ops; local
209 if (cops == NULL)
211 cl = cops->get(p, classid);
215 leaf = cops->leaf(p, cl);
216 cops->put(p, cl);
365 struct Qdisc_class_ops *cops = parent->ops->cl_ops; local
369 if (cops) {
370 unsigned long cl = cops->get(parent, classid);
372 err = cops->graft(parent, cl, new, old);
373 cops
517 struct Qdisc_class_ops *cops = q->ops->cl_ops; local
844 struct Qdisc_class_ops *cops; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Damifb.c3055 copins *copl, *cops; local
3060 cops = copdisplay.list[currentcop][0];
3096 cops[cop_spr0ptrh].w[1] = highw(ps);
3097 cops[cop_spr0ptrl].w[1] = loww(ps);
3150 copins *copl, *cops; local
3163 cops = copdisplay.list[currentcop][0];
3165 (cops++)->l = CWAIT(0, 10);
3166 (cops++)->l = CMOVE(par->bplcon0, bplcon0);
3167 (cops++)->l = CMOVE(0, sprpt[0]);
3168 (cops
3210 copins *copl, *cops; local
[all...]

Completed in 48 milliseconds