Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_buf_item_recover.c44 struct xfs_buf_cancel *bcp; in xlog_find_buffer_cancelled() local
51 if (bcp->bc_blkno == blkno && bcp->bc_len == len) in xlog_find_buffer_cancelled()
52 return bcp; in xlog_find_buffer_cancelled()
74 if (bcp) { in xlog_add_buffer_cancelled()
75 bcp->bc_refcount++; in xlog_add_buffer_cancelled()
80 bcp->bc_blkno = blkno; in xlog_add_buffer_cancelled()
81 bcp->bc_len = len; in xlog_add_buffer_cancelled()
82 bcp->bc_refcount = 1; in xlog_add_buffer_cancelled()
116 if (!bcp) { in xlog_put_buffer_cancelled()
122 list_del(&bcp->bc_list); in xlog_put_buffer_cancelled()
[all …]
/linux/sound/soc/codecs/
A 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()
A 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()
A 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/arch/arm/boot/dts/
A Dkeystone-k2l-clocks.dtsi208 clock-output-names = "bcp";
A Dkeystone-k2hk-clocks.dtsi387 clock-output-names = "bcp";

Completed in 13 milliseconds