Searched refs:cops (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/sound/soc/ |
D | soc-compress.c | 85 if (cpu_dai->driver->cops && cpu_dai->driver->cops->startup) { in soc_compr_open() 86 ret = cpu_dai->driver->cops->startup(cstream, cpu_dai); in soc_compr_open() 118 if (cpu_dai->driver->cops && cpu_dai->driver->cops->shutdown) in soc_compr_open() 119 cpu_dai->driver->cops->shutdown(cstream, cpu_dai); in soc_compr_open() 168 if (cpu_dai->driver->cops && cpu_dai->driver->cops->startup) { in soc_compr_open_fe() 169 ret = cpu_dai->driver->cops->startup(cstream, cpu_dai); in soc_compr_open_fe() 206 if (cpu_dai->driver->cops && cpu_dai->driver->cops->shutdown) in soc_compr_open_fe() 207 cpu_dai->driver->cops->shutdown(cstream, cpu_dai); in soc_compr_open_fe() 274 if (cpu_dai->driver->cops && cpu_dai->driver->cops->shutdown) in soc_compr_free() 275 cpu_dai->driver->cops->shutdown(cstream, cpu_dai); in soc_compr_free() [all …]
|
/Linux-v4.19/net/sched/ |
D | sch_api.c | 155 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() 322 const struct Qdisc_class_ops *cops = p->ops->cl_ops; in qdisc_leaf() local 324 if (cops == NULL) in qdisc_leaf() 326 cl = cops->find(p, classid); in qdisc_leaf() 330 leaf = cops->leaf(p, cl); in qdisc_leaf() 750 const struct Qdisc_class_ops *cops; in qdisc_tree_reduce_backlog() local 783 cops = sch->ops->cl_ops; in qdisc_tree_reduce_backlog() 784 if (notify && cops->qlen_notify) { in qdisc_tree_reduce_backlog() [all …]
|
D | cls_api.c | 550 const struct Qdisc_class_ops *cops; in tcf_block_find() local 571 cops = (*q)->ops->cl_ops; in tcf_block_find() 572 if (!cops) { in tcf_block_find() 577 if (!cops->tcf_block) { in tcf_block_find() 584 *cl = cops->find(*q, *parent); in tcf_block_find() 592 block = cops->tcf_block(*q, *cl, extack); in tcf_block_find() 1652 const struct Qdisc_class_ops *cops; in tc_dump_tfilter() local 1669 cops = q->ops->cl_ops; in tc_dump_tfilter() 1670 if (!cops) in tc_dump_tfilter() 1672 if (!cops->tcf_block) in tc_dump_tfilter() [all …]
|
/Linux-v4.19/Documentation/networking/ |
D | cops.txt | 1 Text File for the COPS LocalTalk Linux driver (cops.c). 28 Use modprobe like this: /sbin/modprobe cops.o (IO #) (IRQ #) 34 insmod cops io=0x240 irq=5 35 insmod -o cops2 cops io=0x260 irq=3 49 it work with the cops.c driver.
|
D | 00-INDEX | 41 cops.txt
|
/Linux-v4.19/drivers/firmware/ |
D | ti_sci.c | 1627 struct ti_sci_clk_ops *cops = &ops->clk_ops; in ti_sci_setup_ops() local 1644 cops->get_clock = ti_sci_cmd_get_clock; in ti_sci_setup_ops() 1645 cops->idle_clock = ti_sci_cmd_idle_clock; in ti_sci_setup_ops() 1646 cops->put_clock = ti_sci_cmd_put_clock; in ti_sci_setup_ops() 1647 cops->is_auto = ti_sci_cmd_clk_is_auto; in ti_sci_setup_ops() 1648 cops->is_on = ti_sci_cmd_clk_is_on; in ti_sci_setup_ops() 1649 cops->is_off = ti_sci_cmd_clk_is_off; in ti_sci_setup_ops() 1651 cops->set_parent = ti_sci_cmd_clk_set_parent; in ti_sci_setup_ops() 1652 cops->get_parent = ti_sci_cmd_clk_get_parent; in ti_sci_setup_ops() 1653 cops->get_num_parents = ti_sci_cmd_clk_get_num_parents; in ti_sci_setup_ops() [all …]
|
/Linux-v4.19/fs/crypto/ |
D | policy.c | 159 const struct fscrypt_operations *cops = parent->i_sb->s_cop; in fscrypt_has_permitted_context() local 210 res = cops->get_context(parent, &parent_ctx, sizeof(parent_ctx)); in fscrypt_has_permitted_context() 214 res = cops->get_context(child, &child_ctx, sizeof(child_ctx)); in fscrypt_has_permitted_context()
|
/Linux-v4.19/drivers/video/fbdev/ |
D | amifb.c | 2051 copins *copl, *cops; in ami_set_sprite() local 2056 cops = copdisplay.list[currentcop][0]; in ami_set_sprite() 2092 cops[cop_spr0ptrh].w[1] = highw(ps); in ami_set_sprite() 2093 cops[cop_spr0ptrl].w[1] = loww(ps); in ami_set_sprite() 2147 copins *copl, *cops; in ami_rebuild_copper() local 2190 cops = copdisplay.rebuild[0]; in ami_rebuild_copper() 2200 (cops++)->l = CMOVE(highw(p), bplpt[i]); in ami_rebuild_copper() 2201 (cops++)->l = CMOVE2(loww(p), bplpt[i]); in ami_rebuild_copper() 2205 (cops++)->l = CWAIT(h_end1, 510); in ami_rebuild_copper() 2209 (cops++)->l = CWAIT(h_end1, line); in ami_rebuild_copper() [all …]
|
/Linux-v4.19/drivers/net/appletalk/ |
D | Makefile | 6 obj-$(CONFIG_COPS) += cops.o
|
D | Kconfig | 61 Please read the file <file:Documentation/networking/cops.txt>.
|
/Linux-v4.19/include/sound/ |
D | soc-dai.h | 276 const struct snd_soc_cdai_ops *cops; member
|
/Linux-v4.19/net/core/ |
D | rtnetlink.c | 3740 const struct net_device_ops *cops = NULL; in rtnl_fdb_dump() local 3795 cops = br_dev->netdev_ops; in rtnl_fdb_dump() 3805 cops = ops; in rtnl_fdb_dump() 3812 if (cops && cops->ndo_fdb_dump) { in rtnl_fdb_dump() 3813 err = cops->ndo_fdb_dump(skb, cb, in rtnl_fdb_dump() 3831 cops = NULL; in rtnl_fdb_dump()
|