Searched refs:dp2 (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
H A D | isp116x-hcd.c | 92 u16 *dp2 = (u16 *) buf; write_ptddata_to_fifo() local 100 if ((unsigned long)dp2 & 1) { write_ptddata_to_fifo() 113 isp116x_raw_write_data16(isp116x, cpu_to_le16(*dp2++)); write_ptddata_to_fifo() 117 isp116x_write_data16(isp116x, 0xff & *((u8 *) dp2)); write_ptddata_to_fifo() 129 u16 *dp2 = (u16 *) buf; read_ptddata_from_fifo() local 137 if ((unsigned long)dp2 & 1) { read_ptddata_from_fifo() 151 *dp2++ = le16_to_cpu(isp116x_raw_read_data16(isp116x)); read_ptddata_from_fifo() 155 *(u8 *) dp2 = 0xff & isp116x_read_data16(isp116x); read_ptddata_from_fifo()
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_inode.c | 2671 struct xfs_inode *dp2, /* in: new (target) directory inode */ xfs_sort_for_rename() 2688 * Note that the table may contain duplicates. e.g., dp1 == dp2. xfs_sort_for_rename() 2692 i_tab[i++] = dp2; xfs_sort_for_rename() 2751 struct xfs_inode *dp2, xfs_cross_rename() 2771 error = xfs_dir_replace(tp, dp2, name2, xfs_cross_rename() 2782 if (dp1 != dp2) { xfs_cross_rename() 2794 error = xfs_droplink(tp, dp2); xfs_cross_rename() 2814 dp2->i_ino, first_block, xfs_cross_rename() 2819 /* transfer ip1 ".." reference to dp2 */ xfs_cross_rename() 2824 error = xfs_bumplink(tp, dp2); xfs_cross_rename() 2849 xfs_trans_ichgtime(tp, dp2, dp2_flags); xfs_cross_rename() 2850 xfs_trans_log_inode(tp, dp2, XFS_ILOG_CORE); xfs_cross_rename() 2669 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 2746 xfs_cross_rename( struct xfs_trans *tp, struct xfs_inode *dp1, struct xfs_name *name1, struct xfs_inode *ip1, struct xfs_inode *dp2, struct xfs_name *name2, struct xfs_inode *ip2, struct xfs_bmap_free *free_list, xfs_fsblock_t *first_block, int spaceres) xfs_cross_rename() argument
|
/linux-4.1.27/drivers/clk/tegra/ |
H A D | clk-tegra-periph.c | 535 GATE("dp2", "clk_m", 152, TEGRA_PERIPH_ON_APB, tegra_clk_dp2, 0),
|
Completed in 176 milliseconds