Searched refs:is_more (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_proto.h | 234 uint32 dst_buf_size, uint8 *dst_buf, uint32 *dst_size, bool *is_more);
|
| H A D | dhd_common.c | 3342 bool is_more; in dhd_doiovar() local 3347 req.buf_size, mem_info->buf, &size, &is_more); in dhd_doiovar() 3350 mem_info->availability = is_more ? in dhd_doiovar()
|
| H A D | dhd_msgbuf.c | 15040 uint32 dst_buf_size, uint8 *dst_buf, uint32 *dst_size, bool *is_more) argument 15068 *is_more = (offset + copy_size < prot->snapshot_upload_len) ?
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_proto.h | 238 uint32 dst_buf_size, uint8 *dst_buf, uint32 *dst_size, bool *is_more);
|
| H A D | dhd_common.c | 3342 bool is_more; in dhd_doiovar() local 3347 req.buf_size, mem_info->buf, &size, &is_more); in dhd_doiovar() 3350 mem_info->availability = is_more ? in dhd_doiovar()
|
| H A D | dhd_msgbuf.c | 15036 uint32 dst_buf_size, uint8 *dst_buf, uint32 *dst_size, bool *is_more) argument 15064 *is_more = (offset + copy_size < prot->snapshot_upload_len) ?
|