Searched refs:sblk (Results 1 – 13 of 13) sorted by relevance
/linux/fs/squashfs/ |
A D | super.c | 150 msblk->bytes_used = sizeof(*sblk); in squashfs_fill_super() 151 sblk = squashfs_read_table(sb, SQUASHFS_START, sizeof(*sblk)); in squashfs_fill_super() 153 if (IS_ERR(sblk)) { in squashfs_fill_super() 155 err = PTR_ERR(sblk); in squashfs_fill_super() 156 sblk = NULL; in squashfs_fill_super() 174 le16_to_cpu(sblk->s_major), in squashfs_fill_super() 175 le16_to_cpu(sblk->s_minor), in squashfs_fill_super() 176 le16_to_cpu(sblk->compression)); in squashfs_fill_super() 221 flags = le16_to_cpu(sblk->flags); in squashfs_fill_super() 377 kfree(sblk); in squashfs_fill_super() [all …]
|
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
A D | dpu_hw_catalog.h | 490 const struct dpu_sspp_sub_blks *sblk; member 507 const struct dpu_lm_sub_blks *sblk; member 523 const struct dpu_dspp_sub_blks *sblk; member 540 const struct dpu_pingpong_sub_blks *sblk; member 553 const struct dpu_merge_3d_sub_blks *sblk; member
|
A D | dpu_hw_lm.c | 66 const struct dpu_lm_sub_blks *sblk = ctx->cap->sblk; in _stage_offset() local 67 if (stage != DPU_STAGE_BASE && stage <= sblk->maxblendstages) in _stage_offset() 68 return sblk->blendstage_base[stage - DPU_STAGE_0]; in _stage_offset()
|
A D | dpu_hw_sspp.c | 141 const struct dpu_sspp_sub_blks *sblk; in _sspp_subblk_offset() local 143 if (!ctx || !ctx->cap || !ctx->cap->sblk) in _sspp_subblk_offset() 146 sblk = ctx->cap->sblk; in _sspp_subblk_offset() 150 *idx = sblk->src_blk.base; in _sspp_subblk_offset() 155 *idx = sblk->scaler_blk.base; in _sspp_subblk_offset() 159 *idx = sblk->csc_blk.base; in _sspp_subblk_offset() 428 ctx->cap->sblk->scaler_blk.version, in _dpu_hw_sspp_setup_scaler3()
|
A D | dpu_plane.c | 1431 const struct dpu_sspp_sub_blks *sblk = cfg->sblk; in _dpu_plane_init_debugfs() local 1444 sblk->src_blk.base + cfg->base, in _dpu_plane_init_debugfs() 1445 sblk->src_blk.len, in _dpu_plane_init_debugfs() 1455 sblk->scaler_blk.base + cfg->base, in _dpu_plane_init_debugfs() 1456 sblk->scaler_blk.len, in _dpu_plane_init_debugfs() 1470 sblk->csc_blk.base + cfg->base, in _dpu_plane_init_debugfs() 1471 sblk->csc_blk.len, in _dpu_plane_init_debugfs() 1488 (u32 *) &sblk->creq_vblank); in _dpu_plane_init_debugfs() 1492 (u32 *) &sblk->danger_vblank); in _dpu_plane_init_debugfs() 1614 pdpu->pipe_sblk = pdpu->pipe_hw->cap->sblk; in dpu_plane_init() [all …]
|
A D | dpu_rm.c | 119 rm->lm_max_width = lm->sblk->maxwidth; in dpu_rm_init() 120 } else if (rm->lm_max_width != lm->sblk->maxwidth) { in dpu_rm_init() 126 if (rm->lm_max_width > lm->sblk->maxwidth) in dpu_rm_init() 127 rm->lm_max_width = lm->sblk->maxwidth; in dpu_rm_init()
|
A D | dpu_hw_catalog.c | 520 .sblk = &_sblk, \ 618 .sblk = _sblk, \ 700 .sblk = _sblk \ 745 .sblk = &_sblk, \ 755 .sblk = &_sblk, \ 809 .sblk = NULL \
|
A D | dpu_hw_dspp.c | 29 u32 base = ctx->cap->sblk->pcc.base; in dpu_setup_dspp_pcc()
|
A D | dpu_hw_pingpong.c | 70 base = pp->caps->sblk->dither.base; in dpu_hw_pp_setup_dither()
|
A D | dpu_hw_ctl.c | 72 stages = mixer[i].sblk->maxblendstages; in _mixer_stages()
|
/linux/drivers/net/ethernet/broadcom/ |
A D | bnx2.c | 889 struct status_block_msix *sblk; in bnx2_alloc_mem() local 894 bnapi->status_blk.msix = sblk; in bnx2_alloc_mem() 896 &sblk->status_tx_quick_consumer_index; in bnx2_alloc_mem() 898 &sblk->status_rx_quick_consumer_index; in bnx2_alloc_mem() 2798 struct status_block *sblk = bnapi->status_blk.msi; in bnx2_phy_event_is_set() local 2802 new_link_state = sblk->status_attn_bits & event; in bnx2_phy_event_is_set() 3351 struct status_block *sblk = bnapi->status_blk.msi; in bnx2_interrupt() local 3378 bnapi->last_status_idx = sblk->status_idx; in bnx2_interrupt() 3462 u32 status_attn_bits = sblk->status_attn_bits; in bnx2_poll_link() 3506 bnapi->last_status_idx = sblk->status_idx; in bnx2_poll_msix() [all …]
|
A D | cnic.c | 3004 struct status_block *sblk = status_blk; in cnic_service_bnx2() local 3006 return sblk->status_idx; in cnic_service_bnx2() 4480 struct status_block *sblk = cp->status_blk.gen; in cnic_init_bnx2_irq() local 4491 if (sblk->status_completion_producer_index) in cnic_init_bnx2_irq() 4544 struct status_block_msix *sblk = cp->status_blk.bnx2; in cnic_init_bnx2_tx_ring() local 4549 cp->tx_cons_ptr = &sblk->status_tx_quick_consumer_index; in cnic_init_bnx2_tx_ring() 4612 struct status_block_msix *sblk = cp->status_blk.bnx2; in cnic_init_bnx2_rx_ring() local 4711 struct status_block *sblk = cp->status_blk.gen; in cnic_start_bnx2_hw() local 4748 cp->kwq_con_idx_ptr = &sblk->status_cmd_consumer_index; in cnic_start_bnx2_hw() 4772 &sblk->status_completion_producer_index; in cnic_start_bnx2_hw() [all …]
|
A D | tg3.c | 1044 if (sblk->status & SD_STATUS_LINK_CHG) in tg3_has_work() 7015 sblk->status = SD_STATUS_UPDATED | in tg3_poll_link() 7240 tnapi->last_tag = sblk->status_tag; in tg3_poll_msix() 7322 if (sblk->status & SD_STATUS_ERROR) in tg3_poll() 7340 tnapi->last_tag = sblk->status_tag; in tg3_poll() 7344 sblk->status &= ~SD_STATUS_UPDATED; in tg3_poll() 7537 sblk->status &= ~SD_STATUS_UPDATED; in tg3_interrupt() 8759 struct tg3_hw_status *sblk; in tg3_alloc_consistent() local 8768 sblk = tnapi->hw_status; in tg3_alloc_consistent() 8787 prodptr = &sblk->reserved; in tg3_alloc_consistent() [all …]
|
Completed in 70 milliseconds