Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dfloppy.h20 #define fd_disable_dma() fd_ops->_disable_dma(FLOPPY_DMA)
21 #define fd_free_dma() fd_ops->_free_dma(FLOPPY_DMA)
25 #define fd_get_dma_residue() fd_ops->_get_dma_residue(FLOPPY_DMA)
33 #define fd_dma_setup(addr,size,mode,io) fd_ops->_dma_setup(addr,size,mode,io)
49 static struct fd_dma_ops *fd_ops; variable
185 fd_ops = &virt_dma_ops; in fd_request_dma()
189 fd_ops = &real_dma_ops; in fd_request_dma()
/openbmc/linux/arch/um/drivers/
H A Dchan_user.h30 extern const struct chan_ops fd_ops, null_ops, port_ops, pts_ops, pty_ops,
H A Dfd.c84 const struct chan_ops fd_ops = { variable
H A Dchan_kern.c403 { "fd", &fd_ops },