Home
last modified time | relevance | path

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

/linux-5.15/sound/soc/
A Dsoc-dai.c701 if (dai->driver->cops && in snd_soc_dai_compr_startup()
702 dai->driver->cops->startup) in snd_soc_dai_compr_startup()
703 ret = dai->driver->cops->startup(cstream, dai); in snd_soc_dai_compr_startup()
720 if (dai->driver->cops && in snd_soc_dai_compr_shutdown()
721 dai->driver->cops->shutdown) in snd_soc_dai_compr_shutdown()
722 dai->driver->cops->shutdown(cstream, dai); in snd_soc_dai_compr_shutdown()
734 if (dai->driver->cops && in snd_soc_dai_compr_trigger()
735 dai->driver->cops->trigger) in snd_soc_dai_compr_trigger()
736 ret = dai->driver->cops->trigger(cstream, cmd, dai); in snd_soc_dai_compr_trigger()
748 if (dai->driver->cops && in snd_soc_dai_compr_set_params()
[all …]
/linux-5.15/net/sched/
H A Dsch_api.c152 const struct Qdisc_class_ops *cops = qops->cl_ops; in register_qdisc() local
154 if (!(cops->find && cops->walk && cops->leaf)) in register_qdisc()
157 if (cops->tcf_block && !(cops->bind_tcf && cops->unbind_tcf)) in register_qdisc()
337 const struct Qdisc_class_ops *cops = p->ops->cl_ops; in qdisc_leaf() local
339 if (cops == NULL) in qdisc_leaf()
341 cl = cops->find(p, classid); in qdisc_leaf()
345 return cops->leaf(p, cl); in qdisc_leaf()
773 const struct Qdisc_class_ops *cops; in qdisc_tree_reduce_backlog() local
806 cops = sch->ops->cl_ops; in qdisc_tree_reduce_backlog()
807 if (notify && cops->qlen_notify) { in qdisc_tree_reduce_backlog()
[all …]
H A Dcls_api.c1029 const struct Qdisc_class_ops *cops; in __tcf_qdisc_find() local
1066 cops = (*q)->ops->cl_ops; in __tcf_qdisc_find()
1067 if (!cops) { in __tcf_qdisc_find()
1073 if (!cops->tcf_block) { in __tcf_qdisc_find()
1108 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_qdisc_cl_find() local
1110 *cl = cops->find(q, parent); in __tcf_qdisc_cl_find()
1134 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_block_find() local
1136 block = cops->tcf_block(q, cl, extack); in __tcf_block_find()
2573 const struct Qdisc_class_ops *cops; in tc_dump_tfilter() local
2588 cops = q->ops->cl_ops; in tc_dump_tfilter()
[all …]
/linux-5.15/Documentation/networking/device_drivers/appletalk/
A Dcops.rst4 The COPS LocalTalk Linux driver (cops.c)
37 Use modprobe like this: /sbin/modprobe cops.o (IO #) (IRQ #)
43 insmod cops io=0x240 irq=5
44 insmod -o cops2 cops io=0x260 irq=3
62 it work with the cops.c driver.
A Dindex.rst11 cops
/linux-5.15/drivers/video/fbdev/
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-5.15/drivers/net/appletalk/
H A DMakefile7 obj-$(CONFIG_COPS) += cops.o
H A DKconfig65 <file:Documentation/networking/device_drivers/appletalk/cops.rst>.
/linux-5.15/fs/f2fs/
A Dcompress.c619 const struct f2fs_compress_ops *cops = in f2fs_compress_pages() local
629 if (cops->init_compress_ctx) { in f2fs_compress_pages()
630 ret = cops->init_compress_ctx(cc); in f2fs_compress_pages()
664 ret = cops->compress_pages(cc); in f2fs_compress_pages()
711 if (cops->destroy_compress_ctx) in f2fs_compress_pages()
712 cops->destroy_compress_ctx(cc); in f2fs_compress_pages()
734 if (cops->destroy_compress_ctx) in f2fs_compress_pages()
735 cops->destroy_compress_ctx(cc); in f2fs_compress_pages()
746 const struct f2fs_compress_ops *cops = in f2fs_decompress_cluster() local
778 if (cops->init_decompress_ctx) { in f2fs_decompress_cluster()
[all …]
/linux-5.15/drivers/firmware/
A Dti_sci.c2791 struct ti_sci_clk_ops *cops = &ops->clk_ops; in ti_sci_setup_ops() local
2816 cops->get_clock = ti_sci_cmd_get_clock; in ti_sci_setup_ops()
2817 cops->idle_clock = ti_sci_cmd_idle_clock; in ti_sci_setup_ops()
2818 cops->put_clock = ti_sci_cmd_put_clock; in ti_sci_setup_ops()
2819 cops->is_auto = ti_sci_cmd_clk_is_auto; in ti_sci_setup_ops()
2820 cops->is_on = ti_sci_cmd_clk_is_on; in ti_sci_setup_ops()
2821 cops->is_off = ti_sci_cmd_clk_is_off; in ti_sci_setup_ops()
2823 cops->set_parent = ti_sci_cmd_clk_set_parent; in ti_sci_setup_ops()
2824 cops->get_parent = ti_sci_cmd_clk_get_parent; in ti_sci_setup_ops()
2825 cops->get_num_parents = ti_sci_cmd_clk_get_num_parents; in ti_sci_setup_ops()
[all …]
/linux-5.15/drivers/gpu/drm/i915/gt/
A Dintel_context.c375 GEM_BUG_ON(!engine->cops); in intel_context_init()
381 ce->ops = engine->cops; in intel_context_init()
A Dintel_engine.h316 return engine->cops->get_sibling(engine, sibling); in intel_engine_get_sibling()
A Dintel_engine_types.h391 const struct intel_context_ops *cops; member
A Dmock_engine.c347 engine->base.cops = &mock_context_ops; in mock_engine()
A Dintel_engine_cs.c1892 GEM_BUG_ON(!siblings[0]->cops->create_virtual); in intel_engine_create_virtual()
1893 return siblings[0]->cops->create_virtual(siblings, count); in intel_engine_create_virtual()
A Dintel_ring_submission.c1125 engine->cops = &ring_context_ops; in setup_common()
A Dintel_execlists_submission.c3304 engine->cops = &execlists_context_ops; in logical_ring_default_vfuncs()
3835 ve->base.cops = &virtual_context_ops; in execlists_create_virtual()
/linux-5.15/include/sound/
H A Dsoc-dai.h406 const struct snd_soc_cdai_ops *cops; member
/linux-5.15/sound/soc/sof/intel/
A Dhda-dai.c625 .cops = &sof_probe_compr_ops,
/linux-5.15/net/core/
H A Drtnetlink.c4338 const struct net_device_ops *cops = NULL; in rtnl_fdb_dump() local
4379 cops = br_dev->netdev_ops; in rtnl_fdb_dump()
4389 cops = ops; in rtnl_fdb_dump()
4396 if (cops && cops->ndo_fdb_dump) { in rtnl_fdb_dump()
4397 err = cops->ndo_fdb_dump(skb, cb, in rtnl_fdb_dump()
4415 cops = NULL; in rtnl_fdb_dump()
/linux-5.15/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc_submission.c2416 engine->cops = &guc_context_ops; in guc_default_vfuncs()
2962 ve->base.cops = &virtual_guc_context_ops; in guc_create_virtual()