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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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)
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 in typeref:struct:fd_dma_ops
184 fd_ops = &virt_dma_ops;
188 fd_ops = &real_dma_ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dchan_user.h32 extern const struct chan_ops fd_ops, null_ops, port_ops, pts_ops, pty_ops,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dfd.c86 const struct chan_ops fd_ops = { variable in typeref:struct:chan_ops
H A Dchan_kern.c457 { "fd", &fd_ops },
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dsetup.c54 extern struct fd_ops no_fd_ops;
55 struct fd_ops *fd_ops; variable in typeref:struct:fd_ops

Completed in 125 milliseconds