Searched refs:fd_ops (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/powerpc/include/asm/ |
D | floppy.h | 20 #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/ |
D | setup.c | 62 extern struct fd_ops no_fd_ops; 63 struct fd_ops *fd_ops; variable
|
/linux-4.4.14/arch/um/drivers/ |
D | chan_user.h | 30 extern const struct chan_ops fd_ops, null_ops, port_ops, pts_ops, pty_ops,
|
D | fd.c | 84 const struct chan_ops fd_ops = { variable
|
D | chan_kern.c | 412 { "fd", &fd_ops },
|