Searched refs:MDrv_MFE_Ioctl (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/ |
| H A D | mdrv_mfe_io.h | 122 int MDrv_MFE_Ioctl(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg); 126 #define ioctl MDrv_MFE_Ioctl 131 int MDrv_MFE_Ioctl(MFE_S32 MFE_fd, unsigned int cmd, unsigned long arg); 133 int MDrv_MFE_Ioctl(MFE_S32 MFE_fd, unsigned int cmd, unsigned long arg);
|
| H A D | mdrv_mfe.c | 267 … int MDrv_MFE_Ioctl(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg); 270 .ioctl = MDrv_MFE_Ioctl, 1323 int MDrv_MFE_Ioctl(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg) in MDrv_MFE_Ioctl() function 1325 int MDrv_MFE_Ioctl(MFE_S32 MFE_fd, unsigned int cmd, unsigned long arg) in MDrv_MFE_Ioctl()
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/ |
| H A D | mdrv_mfe_io.h | 101 #define mfe_ioctl MDrv_MFE_Ioctl 103 MS_S32 MDrv_MFE_Ioctl(MS_VIRT MFE_fd, MS_U32 cmd, MS_VIRT arg);
|
| H A D | mdrv_mfe.c | 889 MS_S32 MDrv_MFE_Ioctl(MS_VIRT MFE_fd, MS_U32 cmd, MS_VIRT arg) in MDrv_MFE_Ioctl() function
|