Home
last modified time | relevance | path

Searched refs:head_size (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/zip/
H A Dzip_crypto.c359 u32 status, dlen, head_size; in hisi_zip_acomp_cb() local
376 head_size = (qp->alg_type == 0) ? TO_HEAD_SIZE(qp->req_type) : 0; in hisi_zip_acomp_cb()
377 acomp_req->dlen = dlen + head_size; in hisi_zip_acomp_cb()
444 int head_size = TO_HEAD_SIZE(req_type); in add_comp_head() local
448 ret = sg_copy_from_buffer(dst, sg_nents(dst), head, head_size); in add_comp_head()
449 if (ret != head_size) { in add_comp_head()
454 return head_size; in add_comp_head()
488 size_t head_size, bool is_comp) in hisi_zip_create_req() argument
511 req_cache->dskip = head_size; in hisi_zip_create_req()
513 req_cache->sskip = head_size; in hisi_zip_create_req()
[all …]
/OK3568_Linux_fs/kernel/include/linux/wimax/
H A Ddebug.h149 void __d_head(char *head, size_t head_size, in __d_head() argument
158 snprintf(head, head_size, "%s %s: ", in __d_head()
/OK3568_Linux_fs/kernel/fs/orangefs/
H A Ddevorangefs-req.c373 int head_size = sizeof(head); in orangefs_devreq_write_iter() local
388 if (!copy_from_iter_full(&head, head_size, iter)) { in orangefs_devreq_write_iter()
436 if ((head_size + downcall_size + op->downcall.trailer_size) != total) { in orangefs_devreq_write_iter()
441 head_size, in orangefs_devreq_write_iter()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dmca_drv.c200 u64 head_size = sizeof(sal_log_mod_error_info_t) * total_check_num in mca_make_peidx() local
206 (slpi->valid.cpuid_info ? ((char*)slpi + head_size) : NULL); in mca_make_peidx()
209 ((char*)slpi + head_size + mid_size) : NULL); in mca_make_peidx()
/OK3568_Linux_fs/external/xserver/render/
H A Dglyph.c350 int head_size; in AllocateGlyph() local
352 head_size = sizeof(GlyphRec) + screenInfo.numScreens * sizeof(PicturePtr); in AllocateGlyph()
353 size = (head_size + dixPrivatesSize(PRIVATE_GLYPH)); in AllocateGlyph()
360 dixInitPrivates(glyph, (char *) glyph + head_size, PRIVATE_GLYPH); in AllocateGlyph()
/OK3568_Linux_fs/kernel/drivers/staging/media/meson/vdec/
H A Dcodec_hevc_common.c34 u32 head_size = amvdec_am21c_head_size(sess->width, sess->height); in codec_hevc_setup_decode_head() local
52 amvdec_write_dos(core, HEVC_CM_HEADER_LENGTH, head_size); in codec_hevc_setup_decode_head()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00queue.c30 unsigned int head_size = 0; in rt2x00queue_alloc_rxskb() local
44 head_size = 4; in rt2x00queue_alloc_rxskb()
52 head_size += 8; in rt2x00queue_alloc_rxskb()
59 skb = __dev_alloc_skb(frame_size + head_size + tail_size, gfp); in rt2x00queue_alloc_rxskb()
67 skb_reserve(skb, head_size); in rt2x00queue_alloc_rxskb()
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dcyapa_gen5.c228 u8 head_size; /* Unit: bytes, including itself. */ member
1036 int head_size; in cyapa_get_image_record_data_num() local
1038 head_size = fw->data[0] + 1; in cyapa_get_image_record_data_num()
1039 *record_num = (fw->size - head_size) / in cyapa_get_image_record_data_num()
1041 return (struct cyapa_tsg_bin_image_data_record *)&fw->data[head_size]; in cyapa_get_image_record_data_num()
1210 if (image_head->head_size != 0x0C && image_head->head_size != 0x12) in cyapa_pip_fw_head_check()
1222 if (image_head->head_size == 0x0C) in cyapa_pip_fw_head_check()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c351 RK_U32 head_size = MPP_MIN(HEAD_SYNTAX_MAX_SIZE, p_strm->nalu_len); in store_cur_nalu() local
352 RK_U32 add_size = head_size + sizeof(H264dNaluHead_t); in store_cur_nalu()
360 ((H264dNaluHead_t *)p_des)->sodb_len = head_size; in store_cur_nalu()
361 memcpy(p_des + sizeof(H264dNaluHead_t), p_strm->nalu_buf, head_size); in store_cur_nalu()
/OK3568_Linux_fs/kernel/drivers/media/spi/
H A Drk1608_core.h477 unsigned int head_size; member
H A Drk1608_core.c2164 head->head_size, in rk1608_get_calib_version_temperature_sn()
2311 head->head_size, in rk1608_get_calib_version_temperature()
/OK3568_Linux_fs/kernel/net/wireless/
H A Dutil.c673 int head_size = skb->len - skb->data_len; in __ieee80211_amsdu_copy_frag() local
678 frag_size = head_size; in __ieee80211_amsdu_copy_frag()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c467 unsigned int head_size; in atl1c_set_rxbufsize() local
473 head_size = SKB_DATA_ALIGN(adapter->rx_buffer_len + NET_SKB_PAD) + in atl1c_set_rxbufsize()
475 adapter->rx_frag_size = roundup_pow_of_two(head_size); in atl1c_set_rxbufsize()