Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 159) sorted by relevance

1234567

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dstat.h129 #define __S_ISTYPE(mode, mask) (((mode) & __S_IFMT) == (mask)) argument
131 #define S_ISDIR(mode) __S_ISTYPE((mode), __S_IFDIR) argument
132 #define S_ISCHR(mode) __S_ISTYPE((mode), __S_IFCHR) argument
133 #define S_ISBLK(mode) __S_ISTYPE((mode), __S_IFBLK) argument
134 #define S_ISREG(mode) __S_ISTYPE((mode), __S_IFREG) argument
136 # define S_ISFIFO(mode) __S_ISTYPE((mode), __S_IFIFO) argument
139 # define S_ISLNK(mode) __S_ISTYPE((mode), __S_IFLNK) argument
143 # define S_ISLNK(mode) 0 argument
148 # define S_ISSOCK(mode) __S_ISTYPE((mode), __S_IFSOCK) argument
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dzutil.h195 # define F_OPEN(name, mode) \ argument
216 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
236 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
241 # define fdopen(fd,mode) NULL /* No fdopen() */ argument
258 # define F_OPEN(name, mode) fopen((name), (mode)) argument
H A Dmdrvgpd.c127 MS_S32 mdrv_gpd_decode(gpd_pic_info *pic_info, MS_U32 Ocolor, MS_U32 mode, gpd_roi_info *roi) in mdrv_gpd_decode()
228 void mdrv_gpd_scaling_init(MS_U32 enable, MS_U32 mode) in mdrv_gpd_scaling_init()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/machine/
H A Dspr_defs.h777 #define __l_amacr_lo__(m, lo, mode, bits) \ argument
833 #define L_AMACR_LO(m, mode, bits) \ argument
885 #define L_AMAC_p_LO(m, a1,b1, mode, bits) \ argument
890 #define L_AMACQ_p_LO(m, a1, q, mode, bits) \ argument
895 #define L_AMAC_pp_LO(m, a1,b1, a2,b2, mode, bits) \ argument
901 #define L_AMACU_pp_LO(m, a1,b1, a2,b2, mode, bits) \ argument
907 #define L_AMAC_pq_LO(m, a1,b1, a2,q2, mode, bits) \ argument
913 #define L_AMAC_pm_LO(m, a1,b1, a2,b2, mode, bits) \ argument
919 #define L_AMAC_ppp_LO(m, a1,b1, a2,b2, a3,b3, mode, bits) \ argument
926 #define L_AMAC_ppm_LO(m, a1,b1, a2,b2, a3,b3, mode, bits) \ argument
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter/
H A Dxt_policy.h25 mode:1, member
49 u_int8_t mode; member
H A Dxt_hashlimit.h21 u_int32_t mode; /* bitmask of XT_HASHLIMIT_HASH_* */ member
45 u_int32_t mode; /* bitmask of XT_HASHLIMIT_HASH_* */ member
H A Dxt_CONNSECMARK.h10 u_int8_t mode; member
H A Dxt_SECMARK.h20 u_int8_t mode; member
H A Dxt_MARK.h18 u_int8_t mode; member
H A Dxt_statistic.h17 u_int16_t mode; member
/utopia/UTPA2-700.0.x/modules/hdmi/api/hdmitx/
H A DapiHDMITx_Wrap.c204 void DLL_PUBLIC MApi_HDMITx_SetHDMITxMode(HDMITX_OUTPUT_MODE mode) in MApi_HDMITx_SetHDMITxMode()
214 void DLL_PUBLIC MApi_HDMITx_SetHDMITxMode_CD(HDMITX_OUTPUT_MODE mode, HDMITX_VIDEO_COLORDEPTH_VAL v… in MApi_HDMITx_SetHDMITxMode_CD()
434 void DLL_PUBLIC MApi_HDMITx_SetVideoOutputTiming(HDMITX_VIDEO_TIMING mode) in MApi_HDMITx_SetVideoOutputTiming()
H A DapiHDMITx.c387 void MApi_HDMITx_SetHDMITxMode_U2(void* pInstance, HDMITX_OUTPUT_MODE mode) in MApi_HDMITx_SetHDMITxMode_U2()
428 void MApi_HDMITx_SetHDMITxMode(HDMITX_OUTPUT_MODE mode) in MApi_HDMITx_SetHDMITxMode()
461 void MApi_HDMITx_SetHDMITxMode_CD_U2(void* pInstance, HDMITX_OUTPUT_MODE mode, HDMITX_VIDEO_COLORDE… in MApi_HDMITx_SetHDMITxMode_CD_U2()
554 void MApi_HDMITx_SetHDMITxMode_CD(HDMITX_OUTPUT_MODE mode, HDMITX_VIDEO_COLORDEPTH_VAL val) in MApi_HDMITx_SetHDMITxMode_CD()
1789 void MApi_HDMITx_SetVideoOutputTiming_U2(void* pInstance, HDMITX_VIDEO_TIMING mode) in MApi_HDMITx_SetVideoOutputTiming_U2()
1964 void MApi_HDMITx_SetVideoOutputTiming(HDMITX_VIDEO_TIMING mode) in MApi_HDMITx_SetVideoOutputTiming()
5044 void MApi_HDMITx_SetVideoOutputTimingByCustomer_U2(void* pInstance, HDMITX_VIDEO_TIMING mode, HDMIT… in MApi_HDMITx_SetVideoOutputTimingByCustomer_U2()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiGPD_v2.h170 MS_U32 mode; member
175 MS_U32 mode; member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Datmsap.h107 unsigned char mode; /* mode of operation (ATM_IMD_xxx), 0 if */ member
116 unsigned char mode; /* mode of operation (ATM_IMD_xxx), 0 if */ member
H A Dfuse.h53 __u32 mode; member
218 __u32 mode; member
223 __u32 mode; member
247 __u32 mode; member
256 __u32 mode; member
H A Dmatroxfb.h13 __u32 mode; /* which mode */ member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter_ipv4/
H A Dipt_ttl.h16 u_int8_t mode; member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter_ipv6/
H A Dip6t_hl.h17 u_int8_t mode; member
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiGPD_v2.h171 int mode; member
179 MS_U32 mode; member
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Demi_measure.c104 void mp4rec_emi_measure(U8 mode) in mp4rec_emi_measure()
/utopia/UTPA2-700.0.x/modules/gpd/api/gpd/
H A DapiGPD.c1056 void _MApi_GPD_SetGIFMode(MS_U32 mode) in _MApi_GPD_SetGIFMode()
1487 void _MApi_GPD_ScalingEnable(MS_U32 mode) in _MApi_GPD_ScalingEnable()
1892 void MApi_GPD_SetGIFMode(MS_U32 mode) in MApi_GPD_SetGIFMode()
1954 void MApi_GPD_ScalingEnable(MS_U32 mode) in MApi_GPD_ScalingEnable()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/
H A Dipcbuf.h21 __kernel_mode_t mode; member
/utopia/UTPA2-700.0.x/mxlib/msfs/ecos/
H A DMsFS.c260 int MsFS_MkDir( const char *path, mode_t mode ) in MsFS_MkDir()
550 FILE * MsFS_Fopen( const char *filename, const char *mode ) in MsFS_Fopen()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dipc.h50 unsigned int mode; /* Read/write permission. */ member
/utopia/UTPA2-700.0.x/mxlib/msfs/linux/
H A DMsFS.c253 int MsFS_MkDir( const char *path, mode_t mode ) in MsFS_MkDir()
604 FILE * MsFS_Fopen( const char *filename, const char *mode ) in MsFS_Fopen()

1234567