Searched refs:FILE_BLOCK_READ_SIZE (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux.h | 229 #define FILE_BLOCK_READ_SIZE 256 macro
|
| H A D | dhd_linux.c | 20822 buf = MALLOCZ(dhd->osh, FILE_BLOCK_READ_SIZE); 20835 nread = dhd_os_get_image_block(buf, (FILE_BLOCK_READ_SIZE - 1), fd); 20848 MFREE(dhd->osh, buf, FILE_BLOCK_READ_SIZE);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_linux.h | 229 #define FILE_BLOCK_READ_SIZE 256 macro
|
| H A D | dhd_linux.c | 20887 buf = MALLOCZ(dhd->osh, FILE_BLOCK_READ_SIZE); 20900 nread = dhd_os_get_image_block(buf, (FILE_BLOCK_READ_SIZE - 1), fd); 20913 MFREE(dhd->osh, buf, FILE_BLOCK_READ_SIZE);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_linux.h | 233 #define FILE_BLOCK_READ_SIZE 256 macro
|
| H A D | dhd_linux.c | 20974 buf = MALLOCZ(dhd->osh, FILE_BLOCK_READ_SIZE); 20987 nread = dhd_os_get_image_block(buf, (FILE_BLOCK_READ_SIZE - 1), fd); 21000 MFREE(dhd->osh, buf, FILE_BLOCK_READ_SIZE);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_linux.h | 459 #define FILE_BLOCK_READ_SIZE 256 macro
|
| H A D | dhd_linux.c | 27015 buf = MALLOCZ(dhd->osh, FILE_BLOCK_READ_SIZE); 27028 nread = dhd_os_get_image_block(buf, (FILE_BLOCK_READ_SIZE - 1), fd); 27041 MFREE(dhd->osh, buf, FILE_BLOCK_READ_SIZE);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_linux.h | 461 #define FILE_BLOCK_READ_SIZE 256 macro
|
| H A D | dhd_linux.c | 26904 buf = MALLOCZ(dhd->osh, FILE_BLOCK_READ_SIZE); 26917 nread = dhd_os_get_image_block(buf, (FILE_BLOCK_READ_SIZE - 1), fd); 26930 MFREE(dhd->osh, buf, FILE_BLOCK_READ_SIZE);
|