Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 132) sorted by relevance

123456

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpc/
H A Dxdr.h256 #define IXDR_GET_INT32(buf) ((int32_t)ntohl((uint32_t)*(buf)++)) argument
257 #define IXDR_PUT_INT32(buf, v) (*(buf)++ = (int32_t)htonl((uint32_t)(v))) argument
258 #define IXDR_GET_U_INT32(buf) ((uint32_t)IXDR_GET_INT32(buf)) argument
259 #define IXDR_PUT_U_INT32(buf, v) IXDR_PUT_INT32(buf, (int32_t)(v)) argument
265 #define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf)) argument
266 #define IXDR_PUT_LONG(buf, v) ((long)IXDR_PUT_INT32(buf, (long)(v))) argument
267 #define IXDR_GET_U_LONG(buf) ((u_long)IXDR_GET_LONG(buf)) argument
268 #define IXDR_PUT_U_LONG(buf, v) IXDR_PUT_LONG(buf, (long)(v)) argument
271 #define IXDR_GET_BOOL(buf) ((bool_t)IXDR_GET_LONG(buf)) argument
272 #define IXDR_GET_ENUM(buf, t) ((t)IXDR_GET_LONG(buf)) argument
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCIDBG.cpp115 char buf [46], tmp [7], byte; in dbg_hcs_params() local
219 static int dbg_status_buf (char *buf, unsigned len, char *label, U32 status) in dbg_status_buf()
255 static int dbg_intr_buf (char *buf, unsigned len, char *label, U32 enable) in dbg_intr_buf()
308 static int dbg_command_buf (char *buf, unsigned len, char *label, U32 command) in dbg_command_buf()
345 dbg_port_buf (char *buf, unsigned len, char *label, int port, U32 status) in dbg_port_buf()
415 static inline int dbg_status_buf (char *buf, unsigned len, char *label, U32 status) in dbg_status_buf()
418 static inline int dbg_command_buf (char *buf, unsigned len, char *label, U32 command) in dbg_command_buf()
421 static inline int dbg_intr_buf (char *buf, unsigned len, char *label, U32 enable) in dbg_intr_buf()
424 static inline int dbg_port_buf (char *buf, unsigned len, char *label, int port, U32 status) in dbg_port_buf()
648 static ssize_t show_async (struct usb_bus *bus, char *buf) in show_async()
[all …]
H A DdrvUSBDisk.c226 void dump_data(cyg_uint8 *buf, cyg_uint32 len) in dump_data()
276 void *buf, in usb_disk_read()
310 const void *buf, in usb_disk_write()
H A DdrvTransport.c538 int usb_stor_intr_transfer(struct us_data *us, void *buf, U32 length) in usb_stor_intr_transfer()
590 void *buf, U32 length, U32 *act_len) in usb_stor_bulk_transfer_buf()
614 void *buf, U32 length) in usb_stor_bulk_transfer_async_prepare()
725 void *buf, U32 length_left, int use_sg, int *residual) in usb_stor_bulk_transfer_sg()
/utopia/UTPA2-700.0.x/modules/msos/utopia_adaption/utopia/
H A Dutopia_dev.c379 static ssize_t utopia_proc_write(struct file *file, const char __user *buf, in utopia_proc_write()
489 static ssize_t mpoolinfo_proc_read(struct file *file, char __user *buf, size_t size, loff_t *ppos) in mpoolinfo_proc_read()
545 static ssize_t STR_verify_proc_write(struct file *file, const char __user *buf, in STR_verify_proc_write()
590 ssize_t STR_verify_proc_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) in STR_verify_proc_read()
633 static ssize_t mdb_node_proc_write(struct file *file, const char __user *buf, size_t count, loff_t … in mdb_node_proc_write()
656 static ssize_t mdb_node_proc_read(struct file *file, char __user *buf, size_t size, loff_t *ppos) in mdb_node_proc_read()
677 static ssize_t mdb_agent_proc_write(struct file *file, const char __user *buf, size_t count, loff_t… in mdb_agent_proc_write()
682 static ssize_t mdb_agent_proc_read(struct file *file, char __user *buf, size_t size, loff_t *ppos) in mdb_agent_proc_read()
/utopia/UTPA2-700.0.x/mxlib/msfs/linux/
H A DMsFS.c352 int MsFS_Stat( const char *path, struct stat *buf ) in MsFS_Stat()
372 int MsFS_FStat( int fd, struct stat *buf ) in MsFS_FStat()
429 char * MsFS_GetCwd( char *buf, size_t size ) in MsFS_GetCwd()
501 ssize_t MsFS_Read( int fd, void *buf, size_t len ) in MsFS_Read()
516 ssize_t MsFS_Write( int fd, const void *buf, size_t len ) in MsFS_Write()
744 struct statvfs buf; in MApi_FS_Info() local
/utopia/UTPA2-700.0.x/mxlib/msfs/ecos/
H A DMsFS.c320 int MsFS_Stat( const char *path, struct stat *buf ) in MsFS_Stat()
333 int MsFS_FStat( int fd, struct stat *buf ) in MsFS_FStat()
383 char * MsFS_GetCwd( char *buf, size_t size ) in MsFS_GetCwd()
446 ssize_t MsFS_Read( int fd, void *buf, size_t len ) in MsFS_Read()
461 ssize_t MsFS_Write( int fd, const void *buf, size_t len ) in MsFS_Write()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_host_p3/
H A DdrvMassStorage_3.c246 U32 buf; in Host20_MSCD_issue_CBW_Port3() local
298 U32 buf; in Host20_MSCD_issue_CSW_Port3() local
374 U32 buf; in Host20_MSCD_issue_Data_Port3() local
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_host_p1/
H A DdrvMassStorage.c247 U32 buf; in Host20_MSCD_issue_CBW() local
300 U32 buf; in Host20_MSCD_issue_CSW() local
377 U32 buf; in Host20_MSCD_issue_Data() local
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_host_p2/
H A DdrvMassStorage_2.c246 U32 buf; in Host20_MSCD_issue_CBW_Port2() local
298 U32 buf; in Host20_MSCD_issue_CSW_Port2() local
374 U32 buf; in Host20_MSCD_issue_Data_Port2() local
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_host_p4/
H A DdrvMassStorage_4.c246 U32 buf; in Host20_MSCD_issue_CBW_Port4() local
298 U32 buf; in Host20_MSCD_issue_CSW_Port4() local
374 U32 buf; in Host20_MSCD_issue_Data_Port4() local
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maxim/vpu_v3/
H A DFilm.c98 #define DO1(buf,i) {adler += (buf)[i]; sum2 += adler;} argument
99 #define DO2(buf,i) DO1(buf,i); DO1(buf,i+1); argument
100 #define DO4(buf,i) DO2(buf,i); DO2(buf,i+2); argument
101 #define DO8(buf,i) DO4(buf,i); DO4(buf,i+4); argument
102 #define DO16(buf) DO8(buf,0); DO8(buf,8); argument
110 unsigned long adler32( unsigned long adler, const unsigned char *buf, unsigned int len ) in adler32()
/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maserati/vpu_v3/
H A DFilm.c98 #define DO1(buf,i) {adler += (buf)[i]; sum2 += adler;} argument
99 #define DO2(buf,i) DO1(buf,i); DO1(buf,i+1); argument
100 #define DO4(buf,i) DO2(buf,i); DO2(buf,i+2); argument
101 #define DO8(buf,i) DO4(buf,i); DO4(buf,i+4); argument
102 #define DO16(buf) DO8(buf,0); DO8(buf,8); argument
110 unsigned long adler32( unsigned long adler, const unsigned char *buf, unsigned int len ) in adler32()
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A DCheckSum.c127 unsigned char * buf = (unsigned char *) ptr; in UpdateCheckSum() local
185 unsigned char * buf = (unsigned char *) ptr; in UpdateCheckSum() local
/utopia/UTPA2-700.0.x/modules/uart/hal/k6/uart/
H A DhalUART.c550 int HAL_UART_Aeon_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Write()
616 int HAL_UART_Aeon_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Read()
1000 int HAL_UART_PIU_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_PIU_Write()
1066 int HAL_UART_PIU_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_PIU_Read()
/utopia/UTPA2-700.0.x/modules/uart/hal/mustang/uart/
H A DhalUART.c566 int HAL_UART_Aeon_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Write()
632 int HAL_UART_Aeon_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Read()
1017 int HAL_UART_PIU_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_PIU_Write()
1085 int HAL_UART_PIU_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_PIU_Read()
/utopia/UTPA2-700.0.x/modules/uart/hal/maldives/uart/
H A DhalUART.c566 int HAL_UART_Aeon_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Write()
632 int HAL_UART_Aeon_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Read()
1017 int HAL_UART_PIU_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_PIU_Write()
1085 int HAL_UART_PIU_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_PIU_Read()
/utopia/UTPA2-700.0.x/modules/uart/hal/k6lite/uart/
H A DhalUART.c550 int HAL_UART_Aeon_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Write()
616 int HAL_UART_Aeon_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Read()
1000 int HAL_UART_PIU_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_PIU_Write()
1066 int HAL_UART_PIU_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_PIU_Read()
/utopia/UTPA2-700.0.x/modules/uart/hal/curry/uart/
H A DhalUART.c550 int HAL_UART_Aeon_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Write()
616 int HAL_UART_Aeon_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Read()
1000 int HAL_UART_PIU_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_PIU_Write()
1066 int HAL_UART_PIU_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_PIU_Read()
/utopia/UTPA2-700.0.x/modules/uart/hal/kano/uart/
H A DhalUART.c550 int HAL_UART_Aeon_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Write()
616 int HAL_UART_Aeon_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Read()
1000 int HAL_UART_PIU_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_PIU_Write()
1066 int HAL_UART_PIU_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_PIU_Read()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/k6/hdmitx/
H A DhalHDMIUtilTx.c632 MS_BOOL MHal_HDMITx_Rx74WriteBytes(MS_U8 addr, MS_U16 len, MS_U8 *buf) in MHal_HDMITx_Rx74WriteBytes()
637 MS_BOOL MHal_HDMITx_Rx74ReadBytes(MS_U8 addr, MS_U16 len, MS_U8 *buf) in MHal_HDMITx_Rx74ReadBytes()
643 MS_BOOL _MHal_HDMITx_EdidReadBytes(MS_U8 addr, MS_U8 len, MS_U8 *buf) in _MHal_HDMITx_EdidReadBytes()
659 MS_BOOL MHal_HDMITx_EdidReadBlock(MS_U8 num, MS_U8 *buf) in MHal_HDMITx_EdidReadBlock()
/utopia/UTPA2-700.0.x/modules/uart/hal/mooney/uart/
H A DhalUART.c571 int HAL_UART_Aeon_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Write()
637 int HAL_UART_Aeon_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_Aeon_Read()
1021 int HAL_UART_PIU_Write(device_t dev, const char *buf, MS_U32 len, int off) in HAL_UART_PIU_Write()
1087 int HAL_UART_PIU_Read(device_t dev, char *buf, MS_U32 len, int off) in HAL_UART_PIU_Read()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/M7621/hdmitx/
H A DhalHDMIUtilTx.c632 MS_BOOL MHal_HDMITx_Rx74WriteBytes(MS_U8 addr, MS_U16 len, MS_U8 *buf) in MHal_HDMITx_Rx74WriteBytes()
637 MS_BOOL MHal_HDMITx_Rx74ReadBytes(MS_U8 addr, MS_U16 len, MS_U8 *buf) in MHal_HDMITx_Rx74ReadBytes()
643 MS_BOOL _MHal_HDMITx_EdidReadBytes(MS_U8 addr, MS_U8 len, MS_U8 *buf) in _MHal_HDMITx_EdidReadBytes()
659 MS_BOOL MHal_HDMITx_EdidReadBlock(MS_U8 num, MS_U8 *buf) in MHal_HDMITx_EdidReadBlock()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/k6lite/hdmitx/
H A DhalHDMIUtilTx.c632 MS_BOOL MHal_HDMITx_Rx74WriteBytes(MS_U8 addr, MS_U16 len, MS_U8 *buf) in MHal_HDMITx_Rx74WriteBytes()
637 MS_BOOL MHal_HDMITx_Rx74ReadBytes(MS_U8 addr, MS_U16 len, MS_U8 *buf) in MHal_HDMITx_Rx74ReadBytes()
643 MS_BOOL _MHal_HDMITx_EdidReadBytes(MS_U8 addr, MS_U8 len, MS_U8 *buf) in _MHal_HDMITx_EdidReadBytes()
659 MS_BOOL MHal_HDMITx_EdidReadBlock(MS_U8 num, MS_U8 *buf) in MHal_HDMITx_EdidReadBlock()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/curry/hdmitx/
H A DhalHDMIUtilTx.c632 MS_BOOL MHal_HDMITx_Rx74WriteBytes(MS_U8 addr, MS_U16 len, MS_U8 *buf) in MHal_HDMITx_Rx74WriteBytes()
637 MS_BOOL MHal_HDMITx_Rx74ReadBytes(MS_U8 addr, MS_U16 len, MS_U8 *buf) in MHal_HDMITx_Rx74ReadBytes()
643 MS_BOOL _MHal_HDMITx_EdidReadBytes(MS_U8 addr, MS_U8 len, MS_U8 *buf) in _MHal_HDMITx_EdidReadBytes()
659 MS_BOOL MHal_HDMITx_EdidReadBlock(MS_U8 num, MS_U8 *buf) in MHal_HDMITx_EdidReadBlock()

123456