Searched refs:fd_ops (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/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) 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()
|
/linux-6.12.1/arch/um/drivers/ |
D | chan_user.h | 31 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 | 442 { "fd", &fd_ops },
|