Home
last modified time | relevance | path

Searched refs:bcp (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/fs/xfs/
Dxfs_buf_item_recover.c53 struct xfs_buf_cancel *bcp; in xlog_find_buffer_cancelled() local
59 list_for_each_entry(bcp, bucket, bc_list) { in xlog_find_buffer_cancelled()
60 if (bcp->bc_blkno == blkno && bcp->bc_len == len) in xlog_find_buffer_cancelled()
61 return bcp; in xlog_find_buffer_cancelled()
73 struct xfs_buf_cancel *bcp; in xlog_add_buffer_cancelled() local
82 bcp = xlog_find_buffer_cancelled(log, blkno, len); in xlog_add_buffer_cancelled()
83 if (bcp) { in xlog_add_buffer_cancelled()
84 bcp->bc_refcount++; in xlog_add_buffer_cancelled()
88 bcp = kmem_alloc(sizeof(struct xfs_buf_cancel), 0); in xlog_add_buffer_cancelled()
89 bcp->bc_blkno = blkno; in xlog_add_buffer_cancelled()
[all …]
/linux-6.1.9/sound/soc/codecs/
Dwm8804.c219 u16 format, master, bcp, lrp; in wm8804_set_fmt() local
261 bcp = lrp = 0; in wm8804_set_fmt()
266 bcp = lrp = 1; in wm8804_set_fmt()
269 bcp = 1; in wm8804_set_fmt()
281 (bcp << 4) | (lrp << 5)); in wm8804_set_fmt()
283 (bcp << 4) | (lrp << 5)); in wm8804_set_fmt()
Dwm8983.c572 u16 format, master, bcp, lrp; in wm8983_set_fmt() local
621 bcp = lrp = 0; in wm8983_set_fmt()
626 bcp = lrp = 1; in wm8983_set_fmt()
629 bcp = 1; in wm8983_set_fmt()
642 WM8983_BCP_MASK, bcp << WM8983_BCP_SHIFT); in wm8983_set_fmt()
Dwm8985.c664 u16 format, master, bcp, lrp; in wm8985_set_fmt() local
721 bcp = lrp = 0; in wm8985_set_fmt()
726 bcp = lrp = 1; in wm8985_set_fmt()
729 bcp = 1; in wm8985_set_fmt()
742 WM8985_BCP_MASK, bcp << WM8985_BCP_SHIFT); in wm8985_set_fmt()
/linux-6.1.9/arch/arm/boot/dts/
Dkeystone-k2l-clocks.dtsi208 clock-output-names = "bcp";
Dkeystone-k2hk-clocks.dtsi387 clock-output-names = "bcp";