Searched refs:qops (Results 1 – 7 of 7) sorted by relevance
53 struct Qdisc_ops qops; member443 struct Qdisc_ops *ops = &master->qops; in teql_master_setup()495 strlcpy(master->qops.id, dev->name, IFNAMSIZ); in teql_init()496 err = register_qdisc(&master->qops); in teql_init()517 unregister_qdisc(&master->qops); in teql_exit()
137 if (!strcmp(qops->id, q->id)) in register_qdisc()140 if (qops->enqueue == NULL) in register_qdisc()141 qops->enqueue = noop_qdisc_ops.enqueue; in register_qdisc()142 if (qops->peek == NULL) { in register_qdisc()143 if (qops->dequeue == NULL) in register_qdisc()144 qops->peek = noop_qdisc_ops.peek; in register_qdisc()148 if (qops->dequeue == NULL) in register_qdisc()151 if (qops->cl_ops) { in register_qdisc()161 qops->next = NULL; in register_qdisc()162 *qp = qops; in register_qdisc()[all …]
108 int register_qdisc(struct Qdisc_ops *qops);109 int unregister_qdisc(struct Qdisc_ops *qops);
268 static struct videobuf_qtype_ops qops = { variable288 priv, &qops, ext_lock); in videobuf_queue_vmalloc_init()
339 static struct videobuf_qtype_ops qops = { variable358 priv, &qops, ext_lock); in videobuf_queue_dma_contig_init()
67 const struct vb2_ops *qops; member
1031 src_vq->ops = jpeg->variant->qops; in mtk_jpeg_queue_init()1044 dst_vq->ops = jpeg->variant->qops; in mtk_jpeg_queue_init()1515 .qops = &mtk_jpeg_dec_qops,1530 .qops = &mtk_jpeg_enc_qops,
Completed in 18 milliseconds