Home
last modified time | relevance | path

Searched refs:dbp (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/kernel/
H A Dkdebugfs.c167 struct dentry *dbp; in boot_params_kdebugfs_init() local
170 dbp = debugfs_create_dir("boot_params", arch_debugfs_dir); in boot_params_kdebugfs_init()
172 debugfs_create_x16("version", S_IRUGO, dbp, &boot_params.hdr.version); in boot_params_kdebugfs_init()
173 debugfs_create_blob("data", S_IRUGO, dbp, &boot_params_blob); in boot_params_kdebugfs_init()
175 error = create_setup_data_nodes(dbp); in boot_params_kdebugfs_init()
177 debugfs_remove_recursive(dbp); in boot_params_kdebugfs_init()
/linux/fs/xfs/libxfs/
H A Dxfs_dir2_priv.h47 xfs_dir2_db_t *dbp);
60 struct xfs_buf *lbp, struct xfs_buf *dbp);
103 struct xfs_buf *dbp);
/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_queue.c79 u32 rq_buf_size_log2, u32 *sqidp, u32 __iomem **dbp) in fun_sq_create() argument
114 *dbp = fun_sq_db_addr(fdev, hw_qid); in fun_sq_create()
129 u32 __iomem **dbp) in fun_cq_create() argument
157 *dbp = fun_cq_db_addr(fdev, hw_qid); in fun_cq_create()
/linux/drivers/rtc/
H A Drtc-stm32.c169 struct regmap *dbp; member
1079 rtc->dbp = syscon_regmap_lookup_by_phandle_args(pdev->dev.of_node, in stm32_rtc_probe()
1082 if (IS_ERR(rtc->dbp)) { in stm32_rtc_probe()
1084 return PTR_ERR(rtc->dbp); in stm32_rtc_probe()
1115 regmap_update_bits(rtc->dbp, rtc->dbp_reg, in stm32_rtc_probe()
1209 regmap_update_bits(rtc->dbp, rtc->dbp_reg, rtc->dbp_mask, 0); in stm32_rtc_probe()
1236 regmap_update_bits(rtc->dbp, rtc->dbp_reg, rtc->dbp_mask, 0); in stm32_rtc_remove()
/linux/fs/xfs/
H A Dxfs_log_recover.c3019 char *hbp, *dbp; in xlog_do_recovery_pass() local
3100 dbp = xlog_alloc_buffer(log, BTOBB(h_size)); in xlog_do_recovery_pass()
3101 if (!dbp) { in xlog_do_recovery_pass()
3178 error = xlog_bread(log, rblk_no, bblks, dbp, in xlog_do_recovery_pass()
3185 offset = dbp; in xlog_do_recovery_pass()
3196 split_bblks, dbp, in xlog_do_recovery_pass()
3248 error = xlog_bread(log, blk_no+hblks, bblks, dbp, in xlog_do_recovery_pass()
3263 kvfree(dbp); in xlog_do_recovery_pass()