Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/hal/maxim/xc/include/
H A Dmdrv_xc_io.h147 #define MDRV_XC_IOC_GET_AUTO_DOWNLOAD_CAPS _IOWR(MDRV_XC_IOC_MAGIC, MDRV_XC_IOC_GET_AUTO_… macro
/utopia/UTPA2-700.0.x/modules/xc/hal/M7621/xc/include/
H A Dmdrv_xc_io.h147 #define MDRV_XC_IOC_GET_AUTO_DOWNLOAD_CAPS _IOWR(MDRV_XC_IOC_MAGIC, MDRV_XC_IOC_GET_AUTO_… macro
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_xc_io.h162 #define MDRV_XC_IOC_GET_AUTO_DOWNLOAD_CAPS _IOWR(MDRV_XC_IOC_MAGIC, MDRV_XC_IOC_GET_AUTO_… macro
H A Dmdrv_sc_display.c.010279 if (ioctl(_s32FdScaler, MDRV_XC_IOC_GET_AUTO_DOWNLOAD_CAPS, &stAutoDownloadCaps))
10281 printf("MDRV_XC_IOC_GET_AUTO_DOWNLOAD_CAPS fail!!!!\n");
H A Dmdrv_sc_display.c10281 if (ioctl(_s32FdScaler, MDRV_XC_IOC_GET_AUTO_DOWNLOAD_CAPS, &stAutoDownloadCaps)) in MDrv_XC_GetAutoDownloadCaps()