Home
last modified time | relevance | path

Searched refs:c_ops (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/media/platform/s5p-mfc/
Ds5p_mfc_common.h541 (((c)->c_ops->op) ? \
542 ((c)->c_ops->op(args)) : 0)
712 const struct s5p_mfc_codec_ops *c_ops; member
Ds5p_mfc.c515 if (ctx->c_ops->post_seq_start) { in s5p_mfc_handle_seq_done()
516 if (ctx->c_ops->post_seq_start(ctx)) in s5p_mfc_handle_seq_done()
667 if (ctx->c_ops->post_frame_start) { in s5p_mfc_irq()
668 if (ctx->c_ops->post_frame_start(ctx)) in s5p_mfc_irq()
796 ctx->c_ops = get_dec_codec_ops(); in s5p_mfc_open()
806 ctx->c_ops = get_enc_codec_ops(); in s5p_mfc_open()
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dbnx2.c444 struct cnic_ops *c_ops; in bnx2_cnic_stop() local
448 c_ops = rcu_dereference_protected(bp->cnic_ops, in bnx2_cnic_stop()
450 if (c_ops) { in bnx2_cnic_stop()
452 c_ops->cnic_ctl(bp->cnic_data, &info); in bnx2_cnic_stop()
460 struct cnic_ops *c_ops; in bnx2_cnic_start() local
464 c_ops = rcu_dereference_protected(bp->cnic_ops, in bnx2_cnic_start()
466 if (c_ops) { in bnx2_cnic_start()
473 c_ops->cnic_ctl(bp->cnic_data, &info); in bnx2_cnic_start()
3453 struct cnic_ops *c_ops; in bnx2_poll_cnic() local
3459 c_ops = rcu_dereference(bp->cnic_ops); in bnx2_poll_cnic()
[all …]
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c1952 struct cnic_ops *c_ops = NULL; in bnx2x_interrupt() local
1955 c_ops = rcu_dereference(bp->cnic_ops); in bnx2x_interrupt()
1956 if (c_ops && (bp->cnic_eth_dev.drv_state & in bnx2x_interrupt()
1958 c_ops->cnic_handler(bp->cnic_data, NULL); in bnx2x_interrupt()
5739 struct cnic_ops *c_ops; in bnx2x_msix_sp_int() local
5742 c_ops = rcu_dereference(bp->cnic_ops); in bnx2x_msix_sp_int()
5743 if (c_ops) in bnx2x_msix_sp_int()
5744 c_ops->cnic_handler(bp->cnic_data, NULL); in bnx2x_msix_sp_int()
14663 struct cnic_ops *c_ops; in bnx2x_cnic_ctl_send() local
14667 c_ops = rcu_dereference_protected(bp->cnic_ops, in bnx2x_cnic_ctl_send()
[all …]