Searched refs:dtp (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/mips/alchemy/common/ |
| H A D | dbdma.c | 260 dbdev_tab_t *stp, *dtp; in au1xxx_dbdma_chan_alloc() local 275 dtp = find_dbdev_id(destid); in au1xxx_dbdma_chan_alloc() 276 if (dtp == NULL) in au1xxx_dbdma_chan_alloc() 287 if (!(dtp->dev_flags & DEV_FLAGS_INUSE) || in au1xxx_dbdma_chan_alloc() 288 (dtp->dev_flags & DEV_FLAGS_ANYUSE)) { in au1xxx_dbdma_chan_alloc() 290 dtp->dev_flags |= DEV_FLAGS_INUSE; in au1xxx_dbdma_chan_alloc() 327 ctp->chan_dest = dtp; in au1xxx_dbdma_chan_alloc() 337 if (dtp->dev_intlevel) in au1xxx_dbdma_chan_alloc() 339 if (dtp->dev_intpolarity) in au1xxx_dbdma_chan_alloc() 342 (dtp->dev_flags & DEV_FLAGS_SYNC)) in au1xxx_dbdma_chan_alloc() [all …]
|
| /linux/drivers/block/ |
| H A D | ataflop.c | 1593 struct atari_disk_type *dtp; in fd_locked_ioctl() local 1607 dtp = &atari_disk_type[type]; in fd_locked_ioctl() 1610 drive, dtp, dtp->name); in fd_locked_ioctl() 1616 dtp = UDT; in fd_locked_ioctl() 1619 getprm.size = dtp->blocks; in fd_locked_ioctl() 1620 getprm.sect = dtp->spt; in fd_locked_ioctl() 1622 getprm.track = dtp->blocks/dtp->spt/2; in fd_locked_ioctl() 1623 getprm.stretch = dtp->stretch; in fd_locked_ioctl() 1678 dtp = &atari_disk_type[setidx]; in fd_locked_ioctl() 1681 if ( dtp->blocks == setprm.size in fd_locked_ioctl() [all …]
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_debugfs.c | 150 struct lpfc_debugfs_trc *dtp; in lpfc_debugfs_disc_trc_data() local 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() 172 dtp->data1, dtp->data2, dtp->data3); in lpfc_debugfs_disc_trc_data() 175 dtp = vport->disc_trc + i; in lpfc_debugfs_disc_trc_data() 176 if (!dtp->fmt) in lpfc_debugfs_disc_trc_data() 178 ms = jiffies_to_msecs(dtp->jif - lpfc_debugfs_start_time); in lpfc_debugfs_disc_trc_data() 181 dtp->seq_cnt, ms, dtp->fmt); in lpfc_debugfs_disc_trc_data() [all …]
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_defer.h | 46 void xfs_defer_move(struct xfs_trans *dtp, struct xfs_trans *stp);
|
| H A D | xfs_defer.c | 938 struct xfs_trans *dtp, in xfs_defer_move() argument 941 list_splice_init(&stp->t_dfops, &dtp->t_dfops); in xfs_defer_move() 949 dtp->t_flags |= (stp->t_flags & XFS_TRANS_LOWMODE); in xfs_defer_move()
|