Home
last modified time | relevance | path

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

/linux/drivers/media/platform/samsung/s5p-mfc/
A Ds5p_mfc_common.h543 (((c)->c_ops->op) ? \
544 ((c)->c_ops->op(args)) : 0)
724 const struct s5p_mfc_codec_ops *c_ops; member
A Ds5p_mfc.c525 if (ctx->c_ops->post_seq_start) { in s5p_mfc_handle_seq_done()
526 if (ctx->c_ops->post_seq_start(ctx)) in s5p_mfc_handle_seq_done()
681 if (ctx->c_ops->post_frame_start) { in s5p_mfc_irq()
682 if (ctx->c_ops->post_frame_start(ctx)) in s5p_mfc_irq()
812 ctx->c_ops = get_dec_codec_ops(); in s5p_mfc_open()
822 ctx->c_ops = get_enc_codec_ops(); in s5p_mfc_open()
/linux/drivers/net/ethernet/broadcom/
A Dbnx2.c438 struct cnic_ops *c_ops; in bnx2_cnic_stop() local
442 c_ops = rcu_dereference_protected(bp->cnic_ops, in bnx2_cnic_stop()
444 if (c_ops) { in bnx2_cnic_stop()
446 c_ops->cnic_ctl(bp->cnic_data, &info); in bnx2_cnic_stop()
454 struct cnic_ops *c_ops; in bnx2_cnic_start() local
458 c_ops = rcu_dereference_protected(bp->cnic_ops, in bnx2_cnic_start()
460 if (c_ops) { in bnx2_cnic_start()
467 c_ops->cnic_ctl(bp->cnic_data, &info); in bnx2_cnic_start()
3444 struct cnic_ops *c_ops; in bnx2_poll_cnic() local
3450 c_ops = rcu_dereference(bp->cnic_ops); in bnx2_poll_cnic()
[all …]
/linux/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_main.c1959 struct cnic_ops *c_ops = NULL; in bnx2x_interrupt() local
1962 c_ops = rcu_dereference(bp->cnic_ops); in bnx2x_interrupt()
1963 if (c_ops && (bp->cnic_eth_dev.drv_state & in bnx2x_interrupt()
5759 struct cnic_ops *c_ops; in bnx2x_msix_sp_int() local
5762 c_ops = rcu_dereference(bp->cnic_ops); in bnx2x_msix_sp_int()
5763 if (c_ops) in bnx2x_msix_sp_int()
14561 struct cnic_ops *c_ops; in bnx2x_cnic_ctl_send() local
14567 if (c_ops) in bnx2x_cnic_ctl_send()
14576 struct cnic_ops *c_ops; in bnx2x_cnic_ctl_send_bh() local
14580 c_ops = rcu_dereference(bp->cnic_ops); in bnx2x_cnic_ctl_send_bh()
[all …]

Completed in 47 milliseconds