Searched refs:dp2 (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_dir2.c | 1038 * @ip2) in directory @dp2, and update '..' @ip1 and @ip2's entries as needed. 1053 struct xfs_inode *dp2 = du2->dp; in xfs_dir_exchange_children() local 1067 error = xfs_dir_replace(tp, dp2, name2, I_INO(ip1), spaceres); in xfs_dir_exchange_children() 1076 if (dp1 != dp2) { in xfs_dir_exchange_children() 1087 error = xfs_droplink(tp, dp2); in xfs_dir_exchange_children() 1105 I_INO(dp2), spaceres); in xfs_dir_exchange_children() 1109 /* transfer ip1 ".." reference to dp2 */ in xfs_dir_exchange_children() 1114 xfs_bumplink(tp, dp2); in xfs_dir_exchange_children() 1137 xfs_trans_ichgtime(tp, dp2, dp2_flags); in xfs_dir_exchange_children() 1138 xfs_trans_log_inode(tp, dp2, XFS_ILOG_COR in xfs_dir_exchange_children() [all...] |
| /linux/drivers/usb/host/ |
| H A D | isp116x-hcd.c | 93 u16 *dp2 = (u16 *) buf; in write_ptddata_to_fifo() local 101 if ((unsigned long)dp2 & 1) { in write_ptddata_to_fifo() 114 isp116x_raw_write_data16(isp116x, cpu_to_le16(*dp2++)); in write_ptddata_to_fifo() 118 isp116x_write_data16(isp116x, 0xff & *((u8 *) dp2)); in write_ptddata_to_fifo() 130 u16 *dp2 = (u16 *) buf; in read_ptddata_from_fifo() local 138 if ((unsigned long)dp2 & 1) { in read_ptddata_from_fifo() 152 *dp2++ = le16_to_cpu(isp116x_raw_read_data16(isp116x)); in read_ptddata_from_fifo() 156 *(u8 *) dp2 = 0xff & isp116x_read_data16(isp116x); in read_ptddata_from_fifo()
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sa8295p-adp.dts | 29 dp2-connector {
|
| H A D | glymur.dtsi | 4816 <&usb_2_qmpphy QMP_USB43DP_DP_LINK_CLK>, /* dp2 */
|
| H A D | hamoa.dtsi | 6037 <&usb_1_ss2_qmpphy QMP_USB43DP_DP_LINK_CLK>, /* dp2 */
|
| /linux/fs/xfs/ |
| H A D | xfs_inode.c | 2024 struct xfs_inode *dp2, /* in: new (target) directory inode */ in xfs_sort_for_rename() 2041 * Note that the table may contain duplicates. e.g., dp1 == dp2. in xfs_sort_for_rename() 2045 i_tab[i++] = dp2; in xfs_sort_inodes() 2011 xfs_sort_for_rename(struct xfs_inode * dp1,struct xfs_inode * dp2,struct xfs_inode * ip1,struct xfs_inode * ip2,struct xfs_inode * wip,struct xfs_inode ** i_tab,int * num_inodes) xfs_sort_for_rename() argument
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/ |
| H A D | npc.c | 456 cam1.dp2_data = kpucam->dp2 & kpucam->dp2_mask; in npc_config_kpmcam() 461 cam0.dp2_data = ~kpucam->dp2 & kpucam->dp2_mask; in npc_config_kpmcam()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_npc.c | 1708 cam1.dp2_data = kpucam->dp2 & kpucam->dp2_mask; in npc_enable_mask() 1713 cam0.dp2_data = ~kpucam->dp2 & kpucam->dp2_mask; in npc_program_kpu_profile()
|