Home
last modified time | relevance | path

Searched defs:write (Results 1 – 12 of 12) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvAUDIO.h188 MS_U32 (*write)(const void *pBuf, MS_U32 u32Size); member
H A DMsDevice.h148 int (*write)(device_t dev, const char *buf, MS_U32 len, int off); member
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dinflate.h168 MS_U32 write; /* window write index */ member
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsDevice.h148 int (*write)(device_t dev, const char *buf, MS_U32 len, int off); member
/utopia/UTPA2-700.0.x/modules/dscmb/hal/curry/ca2/
H A DhalCA.c1295 MS_U32 write = value & (orig ^ value); // only write the bit from 0 to 1 in HAL_CA_OTP_Write() local
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/ca2/
H A DhalCA.c1301 MS_U32 write = value & (orig ^ value); // only write the bit from 0 to 1 in HAL_CA_OTP_Write() local
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/ca2/
H A DhalCA.c1298 MS_U32 write = value & (orig ^ value); // only write the bit from 0 to 1 in HAL_CA_OTP_Write() local
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/ca2/
H A DhalCA.c1294 MS_U32 write = value & (orig ^ value); // only write the bit from 0 to 1 in HAL_CA_OTP_Write() local
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dlibio.h398 __io_write_fn *write; /* Write bytes. */ member
/utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/ca2/
H A DhalCA.c1298 MS_U32 write = value & (orig ^ value); // only write the bit from 0 to 1 in HAL_CA_OTP_Write() local
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dcdrom.h770 __u8 write : 1; member
772 __u8 write : 1; member
/utopia/UTPA2-700.0.x/modules/audio/drv/audio/internal/
H A DdrvAUDIO_internal.h468 MS_U32 (*write)(const void *pBuf, MS_U32 u32Size); member