Searched refs:dtp (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/mips/alchemy/common/ |
D | dbdma.c | 259 dbdev_tab_t *stp, *dtp; in au1xxx_dbdma_chan_alloc() local 274 dtp = find_dbdev_id(destid); in au1xxx_dbdma_chan_alloc() 275 if (dtp == NULL) in au1xxx_dbdma_chan_alloc() 286 if (!(dtp->dev_flags & DEV_FLAGS_INUSE) || in au1xxx_dbdma_chan_alloc() 287 (dtp->dev_flags & DEV_FLAGS_ANYUSE)) { in au1xxx_dbdma_chan_alloc() 289 dtp->dev_flags |= DEV_FLAGS_INUSE; in au1xxx_dbdma_chan_alloc() 326 ctp->chan_dest = dtp; in au1xxx_dbdma_chan_alloc() 336 if (dtp->dev_intlevel) in au1xxx_dbdma_chan_alloc() 338 if (dtp->dev_intpolarity) in au1xxx_dbdma_chan_alloc() 341 (dtp->dev_flags & DEV_FLAGS_SYNC)) in au1xxx_dbdma_chan_alloc() [all …]
|
/linux-4.1.27/drivers/block/ |
D | ataflop.c | 1517 struct atari_disk_type *dtp; in fd_locked_ioctl() local 1531 dtp = &atari_disk_type[type]; in fd_locked_ioctl() 1534 drive, dtp, dtp->name); in fd_locked_ioctl() 1540 dtp = UDT; in fd_locked_ioctl() 1543 getprm.size = dtp->blocks; in fd_locked_ioctl() 1544 getprm.sect = dtp->spt; in fd_locked_ioctl() 1546 getprm.track = dtp->blocks/dtp->spt/2; in fd_locked_ioctl() 1547 getprm.stretch = dtp->stretch; in fd_locked_ioctl() 1602 dtp = &atari_disk_type[setidx]; in fd_locked_ioctl() 1605 if ( dtp->blocks == setprm.size in fd_locked_ioctl() [all …]
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_debugfs.c | 139 struct lpfc_debugfs_trc *dtp; in lpfc_debugfs_disc_trc_data() local 153 dtp = vport->disc_trc + i; in lpfc_debugfs_disc_trc_data() 154 if (!dtp->fmt) in lpfc_debugfs_disc_trc_data() 156 ms = jiffies_to_msecs(dtp->jif - lpfc_debugfs_start_time); in lpfc_debugfs_disc_trc_data() 159 dtp->seq_cnt, ms, dtp->fmt); in lpfc_debugfs_disc_trc_data() 161 dtp->data1, dtp->data2, dtp->data3); in lpfc_debugfs_disc_trc_data() 164 dtp = vport->disc_trc + i; in lpfc_debugfs_disc_trc_data() 165 if (!dtp->fmt) in lpfc_debugfs_disc_trc_data() 167 ms = jiffies_to_msecs(dtp->jif - lpfc_debugfs_start_time); in lpfc_debugfs_disc_trc_data() 170 dtp->seq_cnt, ms, dtp->fmt); in lpfc_debugfs_disc_trc_data() [all …]
|
/linux-4.1.27/fs/jfs/ |
D | jfs_dmap.c | 118 static int dbInitTree(struct dmaptree * dtp); 3895 static int dbInitTree(struct dmaptree * dtp) in dbInitTree() argument 3901 tp = dtp->stree; in dbInitTree() 3904 l2max = le32_to_cpu(dtp->l2nleafs) + dtp->budmin; in dbInitTree() 3920 for (l2free = dtp->budmin, bsize = 1; l2free < l2max; in dbInitTree() 3926 for (i = 0, cp = tp + le32_to_cpu(dtp->leafidx); in dbInitTree() 3927 i < le32_to_cpu(dtp->nleafs); in dbInitTree() 3947 for (child = le32_to_cpu(dtp->leafidx), in dbInitTree() 3948 nparent = le32_to_cpu(dtp->nleafs) >> 2; in dbInitTree()
|