Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
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)
34 #define fd_dma_setup(addr,size,mode,io) fd_ops->_dma_setup(addr,size,mode,io)
50 static struct fd_dma_ops *fd_ops; variable
184 fd_ops = &virt_dma_ops; in fd_request_dma()
188 fd_ops = &real_dma_ops; in fd_request_dma()
/linux-4.4.14/arch/xtensa/kernel/
Dsetup.c62 extern struct fd_ops no_fd_ops;
63 struct fd_ops *fd_ops; variable
/linux-4.4.14/arch/um/drivers/
Dchan_user.h30 extern const struct chan_ops fd_ops, null_ops, port_ops, pts_ops, pty_ops,
Dfd.c84 const struct chan_ops fd_ops = { variable
Dchan_kern.c412 { "fd", &fd_ops },