Searched refs:dtp (Results 1 – 4 of 4) sorted by relevance
260 dbdev_tab_t *stp, *dtp; in au1xxx_dbdma_chan_alloc() local275 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 …]
1593 struct atari_disk_type *dtp; in fd_locked_ioctl() local1607 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 …]
46 void xfs_defer_move(struct xfs_trans *dtp, struct xfs_trans *stp);
938 struct xfs_trans *dtp, in xfs_defer_move() argument941 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()