Home
last modified time | relevance | path

Searched refs:bp (Results 251 – 275 of 634) sorted by relevance

1...<<11121314151617181920>>...26

/openbmc/linux/sound/isa/sb/
H A Demu8000_callback.c160 struct best *bp; in get_voice() local
179 bp = best + OFF; in get_voice()
182 bp = best + RELEASED; in get_voice()
185 bp = best + OFF; in get_voice()
188 bp = best + PLAYING; in get_voice()
197 bp = best + OFF; in get_voice()
200 if (vp->time < bp->time) { in get_voice()
201 bp->time = vp->time; in get_voice()
202 bp->voice = i; in get_voice()
/openbmc/linux/fs/xfs/
H A Dxfs_inode_item_recover.c278 struct xfs_buf *bp; in xlog_recover_inode_commit_pass2() local
313 0, &bp, &xfs_inode_buf_ops); in xlog_recover_inode_commit_pass2()
317 dip = xfs_buf_offset(bp, in_f->ilf_boffset); in xlog_recover_inode_commit_pass2()
323 if (XFS_IS_CORRUPT(mp, !xfs_verify_magic16(bp, dip->di_magic))) { in xlog_recover_inode_commit_pass2()
326 __func__, dip, bp, in_f->ilf_ino); in xlog_recover_inode_commit_pass2()
548 ASSERT(bp->b_mount == mp); in xlog_recover_inode_commit_pass2()
549 bp->b_flags |= _XBF_LOGRECOVERY; in xlog_recover_inode_commit_pass2()
550 xfs_buf_delwri_queue(bp, buffer_list); in xlog_recover_inode_commit_pass2()
553 xfs_buf_relse(bp); in xlog_recover_inode_commit_pass2()
H A Dxfs_error.h18 void xfs_buf_corruption_error(struct xfs_buf *bp, xfs_failaddr_t fa);
19 extern void xfs_buf_verifier_error(struct xfs_buf *bp, int error,
22 extern void xfs_verifier_error(struct xfs_buf *bp, int error,
/openbmc/linux/arch/x86/include/asm/
H A Dsev.h167 extern void sev_enable(struct boot_params *bp);
209 bool snp_init(struct boot_params *bp);
222 static inline void sev_enable(struct boot_params *bp) { } in sev_enable() argument
233 static inline bool snp_init(struct boot_params *bp) { return false; } in snp_init() argument
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce120/
H A Ddce120_clk_mgr.c60 struct dc_bios *bp = clk_mgr_dce->base.ctx->dc_bios; in dce121_clock_patch_xgmi_ss_info() local
64 result = bp->funcs->get_spread_spectrum_info(bp, AS_SIGNAL_TYPE_XGMI, in dce121_clock_patch_xgmi_ss_info()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gmc.c51 struct amdgpu_bo_param bp; in amdgpu_gmc_pdb0_alloc() local
56 memset(&bp, 0, sizeof(bp)); in amdgpu_gmc_pdb0_alloc()
57 bp.size = PAGE_ALIGN((npdes + 1) * 8); in amdgpu_gmc_pdb0_alloc()
58 bp.byte_align = PAGE_SIZE; in amdgpu_gmc_pdb0_alloc()
59 bp.domain = AMDGPU_GEM_DOMAIN_VRAM; in amdgpu_gmc_pdb0_alloc()
60 bp.flags = AMDGPU_GEM_CREATE_CPU_ACCESS_REQUIRED | in amdgpu_gmc_pdb0_alloc()
62 bp.type = ttm_bo_type_kernel; in amdgpu_gmc_pdb0_alloc()
63 bp.resv = NULL; in amdgpu_gmc_pdb0_alloc()
64 bp.bo_ptr_size = sizeof(struct amdgpu_bo); in amdgpu_gmc_pdb0_alloc()
66 r = amdgpu_bo_create(adev, &bp, &adev->gmc.pdb0_bo); in amdgpu_gmc_pdb0_alloc()
H A Damdgpu_gem.c106 struct amdgpu_bo_param bp; in amdgpu_gem_object_create() local
109 memset(&bp, 0, sizeof(bp)); in amdgpu_gem_object_create()
112 bp.size = size; in amdgpu_gem_object_create()
113 bp.byte_align = alignment; in amdgpu_gem_object_create()
114 bp.type = type; in amdgpu_gem_object_create()
115 bp.resv = resv; in amdgpu_gem_object_create()
116 bp.preferred_domain = initial_domain; in amdgpu_gem_object_create()
117 bp.flags = flags; in amdgpu_gem_object_create()
118 bp.domain = initial_domain; in amdgpu_gem_object_create()
119 bp.bo_ptr_size = sizeof(struct amdgpu_bo); in amdgpu_gem_object_create()
[all …]
/openbmc/linux/fs/xfs/scrub/
H A Dcommon.c190 struct xfs_buf *bp) in xchk_block_set_preen() argument
193 trace_xchk_block_preen(sc, xfs_buf_daddr(bp), __return_address); in xchk_block_set_preen()
223 struct xfs_buf *bp) in xchk_block_set_corrupt() argument
226 trace_xchk_block_error(sc, xfs_buf_daddr(bp), __return_address); in xchk_block_set_corrupt()
233 struct xfs_buf *bp) in xchk_block_xref_set_corrupt() argument
1110 struct xfs_buf *bp) in xchk_buffer_recheck() argument
1114 if (bp->b_ops == NULL) { in xchk_buffer_recheck()
1115 xchk_block_set_corrupt(sc, bp); in xchk_buffer_recheck()
1118 if (bp->b_ops->verify_struct == NULL) { in xchk_buffer_recheck()
1122 fa = bp->b_ops->verify_struct(bp); in xchk_buffer_recheck()
[all …]
H A Dcommon.h48 struct xfs_buf *bp);
53 struct xfs_buf *bp);
59 struct xfs_buf *bp);
152 void xchk_buffer_recheck(struct xfs_scrub *sc, struct xfs_buf *bp);
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_dcb.h55 void bnxt_dcb_init(struct bnxt *bp);
56 void bnxt_dcb_free(struct bnxt *bp);
H A Dbnxt_sriov.h37 bool bnxt_is_trusted_vf(struct bnxt *bp, struct bnxt_vf_info *vf);
40 int bnxt_cfg_hw_sriov(struct bnxt *bp, int *num_vfs, bool reset);
/openbmc/linux/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DEventClass.py60 flags, ip, ax, bx, cx, dx, si, di, bp, sp = struct.unpack('QQQQQQQQQQ', tmp_buf)
69 self.bp = bp
/openbmc/linux/arch/powerpc/sysdev/
H A Dcpm2.c114 u32 __iomem *bp; in __cpm2_setbrg() local
120 bp = &cpm2_immr->im_brgc1; in __cpm2_setbrg()
122 bp = &cpm2_immr->im_brgc5; in __cpm2_setbrg()
125 bp += brg; in __cpm2_setbrg()
131 out_be32(bp, val); in __cpm2_setbrg()
/openbmc/qemu/include/sysemu/
H A Dhvf.h49 int hvf_arch_insert_sw_breakpoint(CPUState *cpu, struct hvf_sw_breakpoint *bp);
50 int hvf_arch_remove_sw_breakpoint(CPUState *cpu, struct hvf_sw_breakpoint *bp);
/openbmc/linux/drivers/rtc/
H A Drtc-ds1305.c209 u8 *bp = buf; in ds1305_set_time() local
218 *bp++ = DS1305_WRITE | DS1305_SEC; in ds1305_set_time()
220 *bp++ = bin2bcd(time->tm_sec); in ds1305_set_time()
221 *bp++ = bin2bcd(time->tm_min); in ds1305_set_time()
222 *bp++ = hour2bcd(ds1305->hr12, time->tm_hour); in ds1305_set_time()
223 *bp++ = (time->tm_wday < 7) ? (time->tm_wday + 1) : 1; in ds1305_set_time()
224 *bp++ = bin2bcd(time->tm_mday); in ds1305_set_time()
225 *bp++ = bin2bcd(time->tm_mon + 1); in ds1305_set_time()
226 *bp++ = bin2bcd(time->tm_year - 100); in ds1305_set_time()
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dqcom,usb-snps-femto-v2.yaml63 qcom,hs-disconnect-bp:
72 qcom,squelch-detector-bp:
81 qcom,hs-amplitude-bp:
89 qcom,pre-emphasis-duration-bp:
101 qcom,pre-emphasis-amplitude-bp:
113 qcom,hs-rise-fall-time-bp:
141 qcom,ls-fs-output-impedance-bp:
/openbmc/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-ioread.c149 struct pvr2_buffer *bp; in pvr2_ioread_start() local
154 while ((bp = pvr2_stream_get_idle_buffer(cp->stream)) != NULL) { in pvr2_ioread_start()
155 stat = pvr2_buffer_queue(bp); in pvr2_ioread_start()
190 struct pvr2_buffer *bp; in pvr2_ioread_setup() local
216 bp = pvr2_stream_get_buffer(sp,idx); in pvr2_ioread_setup()
217 pvr2_buffer_set_buffer(bp, in pvr2_ioread_setup()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.h322 struct bnx2x *bp; member
428 int bnx2x_common_init_phy(struct bnx2x *bp, u32 shmem_base_path[],
432 void bnx2x_ext_phy_hw_reset(struct bnx2x *bp, u8 port);
435 void bnx2x_sfx7101_sp_sw_reset(struct bnx2x *bp, struct bnx2x_phy *phy);
451 u8 bnx2x_fan_failure_det_req(struct bnx2x *bp, u32 shmem_base,
541 void bnx2x_init_mod_abs_int(struct bnx2x *bp, struct link_vars *vars,
/openbmc/linux/drivers/spi/
H A Dspi-tle62x0.c100 char *bp = buf; in tle62x0_status_show() local
122 bp += sprintf(bp, "%s ", decode_fault(fault >> (ptr * 2))); in tle62x0_status_show()
125 *bp++ = '\n'; in tle62x0_status_show()
128 return bp - buf; in tle62x0_status_show()
/openbmc/linux/tools/objtool/
H A Dorc_gen.c19 struct cfi_reg *bp = &cfi->regs[CFI_BP]; in init_orc_entry() local
86 switch (bp->base) { in init_orc_entry()
97 WARN_INSN(insn, "unknown BP base reg %d", bp->base); in init_orc_entry()
102 orc->bp_offset = bp->offset; in init_orc_entry()
/openbmc/qemu/pc-bios/optionrom/
H A Dlinuxboot.S146 movw $((3 * 8) - 1), -16(%bp)
151 movl %eax, -14(%bp)
154 data32 lgdt -16(%bp)
/openbmc/linux/sound/drivers/opl3/
H A Dopl3_midi.c147 struct best *bp; in opl3_get_voice() local
164 bp = best; in opl3_get_voice()
176 bp++; in opl3_get_voice()
182 bp++; in opl3_get_voice()
189 bp++; in opl3_get_voice()
192 bp++; in opl3_get_voice()
195 bp++; in opl3_get_voice()
197 if (voice_time < bp->time) { in opl3_get_voice()
198 bp->time = voice_time; in opl3_get_voice()
199 bp->voice = i; in opl3_get_voice()
/openbmc/linux/arch/arm64/kernel/
H A Ddebug-monitors.c346 bool bp = false; in aarch32_break_handler() local
361 bp = thumb_instr == AARCH32_BREAK_THUMB2_HI; in aarch32_break_handler()
363 bp = thumb_instr == AARCH32_BREAK_THUMB; in aarch32_break_handler()
370 bp = (arm_instr & ~0xf0000000) == AARCH32_BREAK_ARM; in aarch32_break_handler()
373 if (!bp) in aarch32_break_handler()
/openbmc/linux/drivers/mfd/
H A Dipaq-micro.c35 int i, bp; in ipaq_micro_trigger_tx() local
39 bp = 0; in ipaq_micro_trigger_tx()
40 tx->buf[bp++] = CHAR_SOF; in ipaq_micro_trigger_tx()
43 tx->buf[bp++] = checksum; in ipaq_micro_trigger_tx()
46 tx->buf[bp++] = msg->tx_data[i]; in ipaq_micro_trigger_tx()
50 tx->buf[bp++] = checksum; in ipaq_micro_trigger_tx()
51 tx->len = bp; in ipaq_micro_trigger_tx()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_twsi.c361 u8 *bp = buffer; in qib_twsi_blk_rd() local
414 *bp++ = rd_byte(dd, !len); in qib_twsi_blk_rd()
439 const u8 *bp = buffer; in qib_twsi_blk_wr() local
467 if (qib_twsi_wr(dd, *bp++, 0)) in qib_twsi_blk_wr()

1...<<11121314151617181920>>...26