Searched refs:tbuff (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | device.c | 551 char tbuff[256+32]; in catch_log() local 558 nreads = read(profile->usbmon_fd, tbuff + tsize, sizeof(tbuff) - tsize - 1); in catch_log() 565 tbuff[tsize+nreads] = '\0'; // printf("%s", buff); in catch_log() 567 if (!strstr(tbuff+tsize, filter)) in catch_log() 570 snprintf(tbuff, sizeof(tbuff), "%s", get_time()); in catch_log() 571 tbuff[tsize-1] = ' '; in catch_log() 573 fwrite(tbuff, strlen(tbuff), 1, profile->usbmon_logfile_fp); in catch_log()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/nxp/ |
| H A D | lpc_eth.c | 528 void *tbuff; in __lpc_txrx_desc_setup() local 533 tbuff = PTR_ALIGN(pldat->dma_buff_base_v, 16); in __lpc_txrx_desc_setup() 536 pldat->tx_desc_v = tbuff; in __lpc_txrx_desc_setup() 537 tbuff += sizeof(struct txrx_desc_t) * ENET_TX_DESC; in __lpc_txrx_desc_setup() 539 pldat->tx_stat_v = tbuff; in __lpc_txrx_desc_setup() 540 tbuff += sizeof(u32) * ENET_TX_DESC; in __lpc_txrx_desc_setup() 542 tbuff = PTR_ALIGN(tbuff, 16); in __lpc_txrx_desc_setup() 543 pldat->tx_buff_v = tbuff; in __lpc_txrx_desc_setup() 544 tbuff += ENET_MAXF_SIZE * ENET_TX_DESC; in __lpc_txrx_desc_setup() 547 pldat->rx_desc_v = tbuff; in __lpc_txrx_desc_setup() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | btrtl.c | 517 u8 *tbuff; in btrtl_setup_rtl8723b() local 524 tbuff = kvzalloc(ret + btrtl_dev->cfg_len, GFP_KERNEL); in btrtl_setup_rtl8723b() 525 if (!tbuff) { in btrtl_setup_rtl8723b() 530 memcpy(tbuff, fw_data, ret); in btrtl_setup_rtl8723b() 533 memcpy(tbuff + ret, btrtl_dev->cfg_data, btrtl_dev->cfg_len); in btrtl_setup_rtl8723b() 536 fw_data = tbuff; in btrtl_setup_rtl8723b()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/ |
| H A D | rtk_coex.c | 2438 __u8 *tbuff; in rtk_btcoex_parse_event() local 2453 tbuff = coex->tbuff; in rtk_btcoex_parse_event() 2459 if (!tbuff) { in rtk_btcoex_parse_event() 2460 tbuff = coex->back_buff; in rtk_btcoex_parse_event() 2461 coex->tbuff = NULL; in rtk_btcoex_parse_event() 2469 memcpy(tbuff, buffer, len); in rtk_btcoex_parse_event() 2470 tbuff += len; in rtk_btcoex_parse_event() 2482 tbuff = NULL; in rtk_btcoex_parse_event() 2496 tbuff = NULL; in rtk_btcoex_parse_event() 2503 coex->tbuff = tbuff; in rtk_btcoex_parse_event() [all …]
|
| H A D | rtk_coex.h | 286 __u8 *tbuff; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/ |
| H A D | rtk_coex.c | 2471 __u8 *tbuff; in rtk_btcoex_parse_event() local 2486 tbuff = coex->tbuff; in rtk_btcoex_parse_event() 2492 if (!tbuff) { in rtk_btcoex_parse_event() 2493 tbuff = coex->back_buff; in rtk_btcoex_parse_event() 2494 coex->tbuff = NULL; in rtk_btcoex_parse_event() 2502 memcpy(tbuff, buffer, len); in rtk_btcoex_parse_event() 2503 tbuff += len; in rtk_btcoex_parse_event() 2515 tbuff = NULL; in rtk_btcoex_parse_event() 2529 tbuff = NULL; in rtk_btcoex_parse_event() 2536 coex->tbuff = tbuff; in rtk_btcoex_parse_event() [all …]
|
| H A D | rtk_coex.h | 286 __u8 *tbuff; member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/ |
| H A D | 0001-tiffcrop-subroutines-require-a-larger-buffer-fixes-2.patch | 62 - tbuff = (unsigned char *)limitMalloc(tilesize + 8); 63 + tbuff = (unsigned char *)limitMalloc(tilesize + NUM_BUFF_OVERSIZE_BYTES); 64 if (!tbuff)
|