Home
last modified time | relevance | path

Searched refs:s32Fd (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/
H A Dutopia.c343 pInstance->s32Fd = _s32UtopiaFd; in UtopiaOpen()
363 pInstance->s32Fd = 0; in UtopiaOpen()
417 ret = ioctl((pInstance->s32Fd),UTOPIA_IOCTL_IoctlMODULE,&sIOCTLArg); in UtopiaIoctl()
459 close((int)(pInstance->s32Fd)); in UtopiaClose()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/
H A Dutopia_private.h135 MS_S32 s32Fd; member
179 compat_int_t s32Fd; member
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp/
H A DdrvTSP.c509 MS_S32 s32Fd; in _TSP_GetFirmware() local
520 if (0> (s32Fd = open("/dev/fw", O_RDWR))) in _TSP_GetFirmware()
526 if (ioctl(s32Fd, FW_IOC_TSP_ADDR, pphyAddr)) in _TSP_GetFirmware()
530 close(s32Fd); in _TSP_GetFirmware()
533 if (ioctl(s32Fd, FW_IOC_TSP_SIZE, pu32Size)) in _TSP_GetFirmware()
537 close(s32Fd); in _TSP_GetFirmware()
540 close(s32Fd); in _TSP_GetFirmware()
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DdrvTSP.c598 MS_S32 s32Fd; in _TSP_GetFirmware() local
609 if (0> (s32Fd = open("/dev/fw", O_RDWR))) in _TSP_GetFirmware()
615 if (ioctl(s32Fd, FW_IOC_TSP_ADDR, pphyAddr)) in _TSP_GetFirmware()
619 close(s32Fd); in _TSP_GetFirmware()
622 if (ioctl(s32Fd, FW_IOC_TSP_SIZE, pu32Size)) in _TSP_GetFirmware()
626 close(s32Fd); in _TSP_GetFirmware()
629 close(s32Fd); in _TSP_GetFirmware()