/kernel/linux/linux-5.10/sound/soc/ |
D | soc-dai.c | 600 if (dai->driver->cops && in snd_soc_dai_compr_startup() 601 dai->driver->cops->startup) in snd_soc_dai_compr_startup() 602 ret = dai->driver->cops->startup(cstream, dai); in snd_soc_dai_compr_startup() 611 if (dai->driver->cops && in snd_soc_dai_compr_shutdown() 612 dai->driver->cops->shutdown) in snd_soc_dai_compr_shutdown() 613 dai->driver->cops->shutdown(cstream, dai); in snd_soc_dai_compr_shutdown() 622 if (dai->driver->cops && in snd_soc_dai_compr_trigger() 623 dai->driver->cops->trigger) in snd_soc_dai_compr_trigger() 624 ret = dai->driver->cops->trigger(cstream, cmd, dai); in snd_soc_dai_compr_trigger() 636 if (dai->driver->cops && in snd_soc_dai_compr_set_params() [all …]
|
/kernel/linux/linux-5.10/net/sched/ |
D | sch_api.c | 152 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 …]
|
D | cls_api.c | 1030 const struct Qdisc_class_ops *cops; in __tcf_qdisc_find() local 1067 cops = (*q)->ops->cl_ops; in __tcf_qdisc_find() 1068 if (!cops) { in __tcf_qdisc_find() 1074 if (!cops->tcf_block) { in __tcf_qdisc_find() 1109 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_qdisc_cl_find() local 1111 *cl = cops->find(q, parent); in __tcf_qdisc_cl_find() 1135 const struct Qdisc_class_ops *cops = q->ops->cl_ops; in __tcf_block_find() local 1137 block = cops->tcf_block(q, cl, extack); in __tcf_block_find() 2585 const struct Qdisc_class_ops *cops; in tc_dump_tfilter() local 2600 cops = q->ops->cl_ops; in tc_dump_tfilter() [all …]
|
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/appletalk/ |
D | cops.rst | 4 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.
|
D | index.rst | 11 cops
|
/kernel/linux/linux-5.10/fs/f2fs/ |
D | compress.c | 588 const struct f2fs_compress_ops *cops = in f2fs_compress_pages() local 597 if (cops->init_compress_ctx) { in f2fs_compress_pages() 598 ret = cops->init_compress_ctx(cc); in f2fs_compress_pages() 632 ret = cops->compress_pages(cc); in f2fs_compress_pages() 674 if (cops->destroy_compress_ctx) in f2fs_compress_pages() 675 cops->destroy_compress_ctx(cc); in f2fs_compress_pages() 697 if (cops->destroy_compress_ctx) in f2fs_compress_pages() 698 cops->destroy_compress_ctx(cc); in f2fs_compress_pages() 711 const struct f2fs_compress_ops *cops = in f2fs_decompress_pages() local 752 if (cops->init_decompress_ctx) { in f2fs_decompress_pages() [all …]
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
D | amifb.c | 2055 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 …]
|
/kernel/linux/linux-5.10/drivers/net/appletalk/ |
D | Makefile | 7 obj-$(CONFIG_COPS) += cops.o
|
D | Kconfig | 63 <file:Documentation/networking/device_drivers/appletalk/cops.rst>.
|
/kernel/linux/linux-5.10/drivers/firmware/ |
D | ti_sci.c | 2875 struct ti_sci_clk_ops *cops = &ops->clk_ops; in ti_sci_setup_ops() local 2900 cops->get_clock = ti_sci_cmd_get_clock; in ti_sci_setup_ops() 2901 cops->idle_clock = ti_sci_cmd_idle_clock; in ti_sci_setup_ops() 2902 cops->put_clock = ti_sci_cmd_put_clock; in ti_sci_setup_ops() 2903 cops->is_auto = ti_sci_cmd_clk_is_auto; in ti_sci_setup_ops() 2904 cops->is_on = ti_sci_cmd_clk_is_on; in ti_sci_setup_ops() 2905 cops->is_off = ti_sci_cmd_clk_is_off; in ti_sci_setup_ops() 2907 cops->set_parent = ti_sci_cmd_clk_set_parent; in ti_sci_setup_ops() 2908 cops->get_parent = ti_sci_cmd_clk_get_parent; in ti_sci_setup_ops() 2909 cops->get_num_parents = ti_sci_cmd_clk_get_num_parents; in ti_sci_setup_ops() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | intel_context.c | 368 GEM_BUG_ON(!engine->cops); in intel_context_init() 374 ce->ops = engine->cops; in intel_context_init()
|
D | intel_engine_types.h | 432 const struct intel_context_ops *cops; member
|
D | mock_engine.c | 307 engine->base.cops = &mock_context_ops; in mock_engine()
|
D | intel_ring_submission.c | 1078 engine->cops = &ring_context_ops; in setup_common()
|
D | intel_lrc.c | 5095 engine->cops = &execlists_context_ops; in logical_ring_default_vfuncs() 5822 ve->base.cops = &virtual_context_ops; in intel_execlists_create_virtual()
|
/kernel/linux/linux-5.10/include/sound/ |
D | soc-dai.h | 340 const struct snd_soc_cdai_ops *cops; member
|
/kernel/linux/linux-5.10/sound/soc/sof/intel/ |
D | hda-dai.c | 574 .cops = &sof_probe_compr_ops,
|
/kernel/linux/linux-5.10/net/core/ |
D | rtnetlink.c | 4337 const struct net_device_ops *cops = NULL; in rtnl_fdb_dump() local 4378 cops = br_dev->netdev_ops; in rtnl_fdb_dump() 4388 cops = ops; in rtnl_fdb_dump() 4395 if (cops && cops->ndo_fdb_dump) { in rtnl_fdb_dump() 4396 err = cops->ndo_fdb_dump(skb, cb, in rtnl_fdb_dump() 4414 cops = NULL; in rtnl_fdb_dump()
|