Home
last modified time | relevance | path

Searched refs:cops (Results 1 – 9 of 9) sorted by relevance

/linux/net/sched/
H A Dsch_api.c155 const struct Qdisc_class_ops *cops = qops->cl_ops; in register_qdisc() local
157 if (!(cops->find && cops->walk && cops->leaf)) in register_qdisc()
160 if (cops->tcf_block && !(cops->bind_tcf && cops->unbind_tcf)) in register_qdisc()
343 const struct Qdisc_class_ops *cops = p->ops->cl_ops; in qdisc_leaf() local
345 if (cops == NULL) { in qdisc_leaf()
349 cl = cops in qdisc_leaf()
778 const struct Qdisc_class_ops *cops; qdisc_tree_reduce_backlog() local
1168 const struct Qdisc_class_ops *cops = parent->ops->cl_ops; qdisc_graft() local
1440 const struct Qdisc_class_ops *cops = q->ops->cl_ops; check_loop_fn() local
2038 tclass_del_notify(struct net * net,const struct Qdisc_class_ops * cops,struct sk_buff * oskb,struct nlmsghdr * n,struct Qdisc * q,unsigned long cl,struct netlink_ext_ack * extack) tclass_del_notify() argument
2109 const struct Qdisc_class_ops *cops = q->ops->cl_ops; tc_bind_class_walker() local
2139 const struct Qdisc_class_ops *cops = q->ops->cl_ops; tc_bind_tclass() local
2167 const struct Qdisc_class_ops *cops; __tc_ctl_tclass() local
[all...]
H A Dcls_api.c1184 const struct Qdisc_class_ops *cops; in __tcf_qdisc_find() local
1221 cops = (*q)->ops->cl_ops; in __tcf_qdisc_find()
1222 if (!cops) { in __tcf_qdisc_find()
1228 if (!cops->tcf_block) { in __tcf_qdisc_find()
1263 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_qdisc_cl_find() local
1265 *cl = cops->find(q, parent); in __tcf_qdisc_cl_find()
1289 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_block_find() local
1291 block = cops->tcf_block(q, cl, extack); in __tcf_block_find()
2885 const struct Qdisc_class_ops *cops; in tc_dump_tfilter() local
2900 cops = q->ops->cl_ops; in tc_dump_tfilter()
[all …]
/linux/drivers/video/fbdev/
H A Damifb.c2055 copins *copl, *cops; in ami_set_sprite() local
2060 cops = copdisplay.list[currentcop][0]; in ami_set_sprite()
2096 cops[cop_spr0ptrh].w[1] = highw(ps); in ami_set_sprite()
2097 cops[cop_spr0ptrl].w[1] = loww(ps); in ami_set_sprite()
2151 copins *copl, *cops; in ami_rebuild_copper() local
2194 cops = copdisplay.rebuild[0]; in ami_rebuild_copper()
2204 (cops++)->l = CMOVE(highw(p), bplpt[i]); in ami_rebuild_copper()
2205 (cops++)->l = CMOVE2(loww(p), bplpt[i]); in ami_rebuild_copper()
2209 (cops++)->l = CWAIT(h_end1, 510); in ami_rebuild_copper()
2213 (cops++)->l = CWAIT(h_end1, line); in ami_rebuild_copper()
[all …]
/linux/drivers/firmware/
H A Dti_sci.c3207 struct ti_sci_clk_ops *cops = &ops->clk_ops; in ti_sci_setup_ops() local
3233 cops->get_clock = ti_sci_cmd_get_clock; in ti_sci_setup_ops()
3234 cops->idle_clock = ti_sci_cmd_idle_clock; in ti_sci_setup_ops()
3235 cops->put_clock = ti_sci_cmd_put_clock; in ti_sci_setup_ops()
3236 cops->is_auto = ti_sci_cmd_clk_is_auto; in ti_sci_setup_ops()
3237 cops->is_on = ti_sci_cmd_clk_is_on; in ti_sci_setup_ops()
3238 cops->is_off = ti_sci_cmd_clk_is_off; in ti_sci_setup_ops()
3240 cops->set_parent = ti_sci_cmd_clk_set_parent; in ti_sci_setup_ops()
3241 cops->get_parent = ti_sci_cmd_clk_get_parent; in ti_sci_setup_ops()
3242 cops->get_num_parents = ti_sci_cmd_clk_get_num_parents; in ti_sci_setup_ops()
[all …]
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_context.c394 GEM_BUG_ON(!engine->cops); in intel_context_init()
400 ce->ops = engine->cops; in intel_context_init()
H A Dmock_engine.c365 engine->base.cops = &mock_context_ops; in mock_engine()
H A Dintel_engine_cs.c2458 GEM_BUG_ON(!siblings[0]->cops->create_virtual); in intel_engine_create_virtual()
2459 return siblings[0]->cops->create_virtual(siblings, count, flags); in intel_engine_create_virtual()
/linux/sound/soc/intel/avs/
H A Dprobes.c277 .cops = &avs_probe_cdai_ops,
/linux/net/core/
H A Drtnetlink.c5011 const struct net_device_ops *ops = NULL, *cops = NULL; in rtnl_fdb_dump() local
5046 cops = br_dev->netdev_ops; in rtnl_fdb_dump()
5056 cops = ops; in rtnl_fdb_dump()
5060 if (cops && cops->ndo_fdb_dump) { in rtnl_fdb_dump()
5061 err = cops->ndo_fdb_dump(skb, cb, br_dev, dev, in rtnl_fdb_dump()
5076 cops = NULL; in rtnl_fdb_dump()