Home
last modified time | relevance | path

Searched refs:dtp (Results 1 – 4 of 4) sorted by relevance

/linux/arch/mips/alchemy/common/
H A Ddbdma.c260 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 Dataflop.c1593 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/fs/xfs/libxfs/
H A Dxfs_defer.h46 void xfs_defer_move(struct xfs_trans *dtp, struct xfs_trans *stp);
H A Dxfs_defer.c938 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()