Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_buf_item_recover.c56 struct xfs_buf_cancel *bcp; in xlog_find_buffer_cancelled() local
62 list_for_each_entry(bcp, bucket, bc_list) { in xlog_find_buffer_cancelled()
63 if (bcp->bc_blkno == blkno && bcp->bc_len == len) in xlog_find_buffer_cancelled()
64 return bcp; in xlog_find_buffer_cancelled()
76 struct xfs_buf_cancel *bcp; in xlog_add_buffer_cancelled() local
85 bcp = xlog_find_buffer_cancelled(log, blkno, len); in xlog_add_buffer_cancelled()
86 if (bcp) { in xlog_add_buffer_cancelled()
87 bcp->bc_refcount++; in xlog_add_buffer_cancelled()
91 bcp = kmalloc(sizeof(struct xfs_buf_cancel), GFP_KERNEL | __GFP_NOFAIL); in xlog_add_buffer_cancelled()
92 bcp->bc_blkno = blkno; in xlog_add_buffer_cancelled()
[all …]
/linux-6.12.1/sound/soc/codecs/
Dwm8804.c218 u16 format, master, bcp, lrp; in wm8804_set_fmt() local
260 bcp = lrp = 0; in wm8804_set_fmt()
265 bcp = lrp = 1; in wm8804_set_fmt()
268 bcp = 1; in wm8804_set_fmt()
280 (bcp << 4) | (lrp << 5)); in wm8804_set_fmt()
282 (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.12.1/arch/arm/boot/dts/ti/keystone/
Dkeystone-k2l-clocks.dtsi208 clock-output-names = "bcp";
Dkeystone-k2hk-clocks.dtsi387 clock-output-names = "bcp";