| /OK3568_Linux_fs/kernel/drivers/tty/hvc/ |
| H A D | hvsi_lib.c | 129 pv->inbuf_len = pv->inbuf_pktlen = 0; in hvsi_check_packet() 136 if (pv->inbuf_len < len) in hvsi_check_packet() 160 pv->inbuf_len -= len; in hvsi_check_packet() 161 memmove(pv->inbuf, &pv->inbuf[len], pv->inbuf_len); in hvsi_check_packet() 168 if (pv->inbuf_len < HVSI_INBUF_SIZE) in hvsi_get_packet() 169 pv->inbuf_len += pv->get_chars(pv->termno, in hvsi_get_packet() 170 &pv->inbuf[pv->inbuf_len], in hvsi_get_packet() 171 HVSI_INBUF_SIZE - pv->inbuf_len); in hvsi_get_packet() 176 if (pv->inbuf_len >= 4) in hvsi_get_packet() 214 pv->inbuf_len -= pv->inbuf_cur; in hvsilib_get_chars() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | hvsi.h | 64 unsigned int inbuf_len; /* data in input buffer */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | usb_ops_linux.h | 62 u8 *inbuf, u32 inbuf_len, u8 bulk_id, u8 minlen);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | usb_ops_linux.h | 62 u8 *inbuf, u32 inbuf_len, u8 bulk_id, u8 minlen);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_struct.h | 136 u32 inbuf_len, u8 status_code);
|
| H A D | pltfm_ops_windows.h | 797 static __inline u8 os_send_usb_in_token(void *drv_priv, void *rxobj, u8 *inbuf, u32 inbuf_len, u8 p… in os_send_usb_in_token() argument 799 if(pltfm_usb_in_token_send(drv_priv, rxobj, inbuf, inbuf_len, pipe_idx, minLen) == TRUE) in os_send_usb_in_token()
|
| H A D | pltfm_ops_linux.h | 877 static __inline u8 os_send_usb_in_token(void *drv_priv, void *rxobj, u8 *inbuf, u32 inbuf_len, u8 p… in os_send_usb_in_token() argument 879 return rtw_usb_read_port(drv_priv, rxobj, inbuf, inbuf_len, pipe_idx, minLen); in os_send_usb_in_token()
|
| H A D | pltfm_ops_none.h | 584 static __inline u8 os_send_usb_in_token(void *drv_priv, void *rxobj, u8 *inbuf, u32 inbuf_len, u8 p… in os_send_usb_in_token() argument
|
| H A D | phl_api.h | 90 void rtw_phl_post_in_complete(void *phl, void *rxobj, u32 inbuf_len, u8 status_code);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_struct.h | 132 u32 inbuf_len, u8 status_code);
|
| H A D | pltfm_ops_windows.h | 788 static __inline u8 os_send_usb_in_token(void *drv_priv, void *rxobj, u8 *inbuf, u32 inbuf_len, u8 p… in os_send_usb_in_token() argument 790 if(pltfm_usb_in_token_send(drv_priv, rxobj, inbuf, inbuf_len, pipe_idx, minLen) == TRUE) in os_send_usb_in_token()
|
| H A D | pltfm_ops_linux.h | 774 static __inline u8 os_send_usb_in_token(void *drv_priv, void *rxobj, u8 *inbuf, u32 inbuf_len, u8 p… in os_send_usb_in_token() argument 776 return rtw_usb_read_port(drv_priv, rxobj, inbuf, inbuf_len, pipe_idx, minLen); in os_send_usb_in_token()
|
| H A D | pltfm_ops_none.h | 575 static __inline u8 os_send_usb_in_token(void *drv_priv, void *rxobj, u8 *inbuf, u32 inbuf_len, u8 p… in os_send_usb_in_token() argument
|
| H A D | phl_api.h | 90 void rtw_phl_post_in_complete(void *phl, void *rxobj, u32 inbuf_len, u8 status_code);
|