Searched refs:c_ops (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/ |
H A D | s5p_mfc_common.h | 537 (((c)->c_ops->op) ? \ 538 ((c)->c_ops->op(args)) : 0) 610 * @c_ops: ops for encoding 708 const struct s5p_mfc_codec_ops *c_ops; member
|
H A D | s5p_mfc.c | 511 if (ctx->c_ops->post_seq_start) { in s5p_mfc_handle_seq_done() 512 if (ctx->c_ops->post_seq_start(ctx)) in s5p_mfc_handle_seq_done() 664 if (ctx->c_ops->post_frame_start) { in s5p_mfc_irq() 665 if (ctx->c_ops->post_frame_start(ctx)) in s5p_mfc_irq() 793 ctx->c_ops = get_dec_codec_ops(); in s5p_mfc_open() 803 ctx->c_ops = get_enc_codec_ops(); in s5p_mfc_open()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc_common.h | 541 (((c)->c_ops->op) ? \ 542 ((c)->c_ops->op(args)) : 0) 619 * @c_ops: ops for encoding 718 const struct s5p_mfc_codec_ops *c_ops; member
|
H A D | s5p_mfc.c | 525 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() 679 if (ctx->c_ops->post_frame_start) { in s5p_mfc_irq() 680 if (ctx->c_ops->post_frame_start(ctx)) in s5p_mfc_irq() 808 ctx->c_ops = get_dec_codec_ops(); in s5p_mfc_open() 818 ctx->c_ops = get_enc_codec_ops(); in s5p_mfc_open()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 438 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() 3445 struct cnic_ops *c_ops; in bnx2_poll_cnic() local 3451 c_ops in bnx2_poll_cnic() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 437 struct cnic_ops *c_ops; in bnx2_cnic_stop() local 441 c_ops = rcu_dereference_protected(bp->cnic_ops, in bnx2_cnic_stop() 443 if (c_ops) { in bnx2_cnic_stop() 445 c_ops->cnic_ctl(bp->cnic_data, &info); in bnx2_cnic_stop() 453 struct cnic_ops *c_ops; in bnx2_cnic_start() local 457 c_ops = rcu_dereference_protected(bp->cnic_ops, in bnx2_cnic_start() 459 if (c_ops) { in bnx2_cnic_start() 466 c_ops->cnic_ctl(bp->cnic_data, &info); in bnx2_cnic_start() 3443 struct cnic_ops *c_ops; in bnx2_poll_cnic() local 3449 c_ops in bnx2_poll_cnic() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_main.c | 1961 struct cnic_ops *c_ops = NULL; in bnx2x_interrupt() local 1964 c_ops = rcu_dereference(bp->cnic_ops); in bnx2x_interrupt() 1965 if (c_ops && (bp->cnic_eth_dev.drv_state & in bnx2x_interrupt() 1967 c_ops->cnic_handler(bp->cnic_data, NULL); in bnx2x_interrupt() 5761 struct cnic_ops *c_ops; in bnx2x_msix_sp_int() local 5764 c_ops = rcu_dereference(bp->cnic_ops); in bnx2x_msix_sp_int() 5765 if (c_ops) in bnx2x_msix_sp_int() 5766 c_ops->cnic_handler(bp->cnic_data, NULL); in bnx2x_msix_sp_int() 14633 struct cnic_ops *c_ops; in bnx2x_cnic_ctl_send() local 14637 c_ops in bnx2x_cnic_ctl_send() 14648 struct cnic_ops *c_ops; bnx2x_cnic_ctl_send_bh() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_main.c | 1959 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() 1965 c_ops->cnic_handler(bp->cnic_data, NULL); 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() 5764 c_ops->cnic_handler(bp->cnic_data, NULL); in bnx2x_msix_sp_int() 14561 struct cnic_ops *c_ops; in bnx2x_cnic_ctl_send() local 14565 c_ops in bnx2x_cnic_ctl_send() 14576 struct cnic_ops *c_ops; bnx2x_cnic_ctl_send_bh() local [all...] |
Completed in 62 milliseconds