| /linux/drivers/media/platform/raspberrypi/pisp_be/ |
| H A D | pisp_be.c | 76 enum v4l2_buf_type buf_type; member 84 .buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, 90 .buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, 96 .buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, 102 .buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, 108 .buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, 114 .buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, 120 .buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, 126 .buf_type = V4L2_BUF_TYPE_META_OUTPUT, 132 ((desc)->buf_type == V4L2_BUF_TYPE_META_OUTPUT) || \ [all …]
|
| /linux/include/uapi/scsi/ |
| H A D | scsi_bsg_mpi3mr.h | 279 __u8 buf_type; member 322 __u8 buf_type; member 338 __u8 buf_type; member 399 __u8 buf_type; member
|
| /linux/drivers/media/platform/ti/am437x/ |
| H A D | am437x-vpfe.h | 151 enum ccdc_buftype buf_type; member 184 enum ccdc_buftype buf_type; member
|
| /linux/fs/smb/client/ |
| H A D | link.c | 236 int buf_type = CIFS_NO_BUFFER; in cifs_query_mf_symlink() local 265 rc = CIFSSMBRead(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in cifs_query_mf_symlink() 320 int buf_type = CIFS_NO_BUFFER; in smb3_query_mf_symlink() local 365 rc = SMB2_read(xid, &io_parms, pbytes_read, &pbuf, &buf_type); in smb3_query_mf_symlink()
|
| H A D | smb2proto.h | 191 unsigned int *nbytes, char **buf, int *buf_type);
|
| /linux/drivers/media/test-drivers/vivid/ |
| H A D | vivid-core.c | 891 u32 buf_type, in vivid_create_queue() argument 895 if (buf_type == V4L2_BUF_TYPE_VIDEO_CAPTURE && dev->multiplanar) in vivid_create_queue() 896 buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in vivid_create_queue() 897 else if (buf_type == V4L2_BUF_TYPE_VIDEO_OUTPUT && dev->multiplanar) in vivid_create_queue() 898 buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in vivid_create_queue() 899 else if (buf_type == V4L2_BUF_TYPE_VBI_CAPTURE && !dev->has_raw_vbi_cap) in vivid_create_queue() 900 buf_type = V4L2_BUF_TYPE_SLICED_VBI_CAPTURE; in vivid_create_queue() 901 else if (buf_type == V4L2_BUF_TYPE_VBI_OUTPUT && !dev->has_raw_vbi_out) in vivid_create_queue() 902 buf_type = V4L2_BUF_TYPE_SLICED_VBI_OUTPUT; in vivid_create_queue() 904 q->type = buf_type; in vivid_create_queue() [all …]
|
| /linux/drivers/staging/media/atomisp/pci/ |
| H A D | sh_css.c | 2785 vf_frame->buf_type = IA_CSS_BUFFER_TYPE_VF_OUTPUT_FRAME + idx; in init_vf_frameinfo_defaults() 2962 in_frame->buf_type = IA_CSS_BUFFER_TYPE_INPUT_FRAME; in init_in_frameinfo_memory_defaults() 2989 out_frame->buf_type = IA_CSS_BUFFER_TYPE_OUTPUT_FRAME + idx; in init_out_frameinfo_defaults() 3428 enum ia_css_buffer_type buf_type; in ia_css_pipe_enqueue_buffer() local 3439 buf_type = buffer->type; in ia_css_pipe_enqueue_buffer() 3443 IA_CSS_LOG("pipe_id=%d, buf_type=%d", pipe_id, buf_type); in ia_css_pipe_enqueue_buffer() 3446 assert(buf_type < IA_CSS_NUM_DYNAMIC_BUFFER_TYPE); in ia_css_pipe_enqueue_buffer() 3447 if (buf_type == IA_CSS_BUFFER_TYPE_INVALID || in ia_css_pipe_enqueue_buffer() 3448 buf_type >= IA_CSS_NUM_DYNAMIC_BUFFER_TYPE || in ia_css_pipe_enqueue_buffer() 3460 ret_err = ia_css_query_internal_queue_id(buf_type, thread_id, &queue_id); in ia_css_pipe_enqueue_buffer() [all …]
|
| H A D | atomisp_cmd.c | 647 enum ia_css_buffer_type buf_type, in atomisp_buf_done() argument 666 buf_type != IA_CSS_BUFFER_TYPE_METADATA && in atomisp_buf_done() 667 buf_type != IA_CSS_BUFFER_TYPE_3A_STATISTICS && in atomisp_buf_done() 668 buf_type != IA_CSS_BUFFER_TYPE_DIS_STATISTICS && in atomisp_buf_done() 669 buf_type != IA_CSS_BUFFER_TYPE_OUTPUT_FRAME && in atomisp_buf_done() 670 buf_type != IA_CSS_BUFFER_TYPE_SEC_OUTPUT_FRAME && in atomisp_buf_done() 671 buf_type != IA_CSS_BUFFER_TYPE_RAW_OUTPUT_FRAME && in atomisp_buf_done() 672 buf_type != IA_CSS_BUFFER_TYPE_SEC_VF_OUTPUT_FRAME && in atomisp_buf_done() 673 buf_type != IA_CSS_BUFFER_TYPE_VF_OUTPUT_FRAME) { in atomisp_buf_done() 675 __func__, buf_type); in atomisp_buf_done() [all …]
|
| /linux/drivers/net/ethernet/socionext/ |
| H A D | netsec.c | 263 enum buf_type { enum 277 u8 buf_type; member 664 if (desc->buf_type != TYPE_NETSEC_XDP_TX) in netsec_clean_tx_dring() 671 if (desc->buf_type == TYPE_NETSEC_SKB) { in netsec_clean_tx_dring() 676 if (desc->buf_type == TYPE_NETSEC_XDP_TX) in netsec_clean_tx_dring() 817 if (desc->buf_type == TYPE_NETSEC_SKB) in netsec_set_tx_de() 819 else if (desc->buf_type == TYPE_NETSEC_XDP_TX || in netsec_set_tx_de() 820 desc->buf_type == TYPE_NETSEC_XDP_NDO) in netsec_set_tx_de() 855 tx_desc.buf_type = TYPE_NETSEC_XDP_NDO; in netsec_xdp_queue_one() 869 tx_desc.buf_type = TYPE_NETSEC_XDP_TX; in netsec_xdp_queue_one() [all …]
|
| /linux/drivers/net/wwan/t7xx/ |
| H A D | t7xx_hif_dpmaif_rx.h | 112 const enum bat_type buf_type);
|
| H A D | t7xx_hif_dpmaif_rx.c | 507 const enum bat_type buf_type) in t7xx_dpmaif_release_bat_entry() argument 517 if (buf_type == BAT_TYPE_FRAG) { in t7xx_dpmaif_release_bat_entry() 945 const enum bat_type buf_type) in t7xx_dpmaif_bat_alloc() argument 949 if (buf_type == BAT_TYPE_FRAG) { in t7xx_dpmaif_bat_alloc() 959 bat_req->type = buf_type; in t7xx_dpmaif_bat_alloc()
|
| /linux/drivers/media/platform/qcom/venus/ |
| H A D | helpers.h | 19 unsigned int buf_type, u32 idx);
|
| /linux/drivers/crypto/hisilicon/zip/ |
| H A D | zip_crypto.c | 81 void (*fill_buf_type)(struct hisi_zip_sqe *sqe, u8 buf_type); 192 static void hisi_zip_fill_buf_type(struct hisi_zip_sqe *sqe, u8 buf_type) in hisi_zip_fill_buf_type() argument 197 val |= FIELD_PREP(HZIP_BUF_TYPE_M, buf_type); in hisi_zip_fill_buf_type()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_tmpl.h | 164 uint8_t buf_type; member
|
| H A D | qla_tmpl.c | 468 "%s: gethb(%x) [%lx]\n", __func__, ent->t268.buf_type, *len); in qla27xx_fwdt_entry_t268() 469 switch (ent->t268.buf_type) { in qla27xx_fwdt_entry_t268() 525 "%s: unknown buffer %x\n", __func__, ent->t268.buf_type); in qla27xx_fwdt_entry_t268()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | decl.h | 202 u8 buf_type; member
|
| /linux/drivers/net/ethernet/ti/ |
| H A D | am65-cpsw-nuss.c | 742 enum am65_cpsw_tx_buf_type buf_type) in am65_cpsw_nuss_set_buf_type() argument 749 (void *)buf_type); in am65_cpsw_nuss_set_buf_type() 832 enum am65_cpsw_tx_buf_type buf_type; in am65_cpsw_nuss_tx_cleanup() local 840 buf_type = am65_cpsw_nuss_buf_type(tx_chn, desc_dma); in am65_cpsw_nuss_tx_cleanup() 841 if (buf_type == AM65_CPSW_TX_BUF_TYPE_SKB) { in am65_cpsw_nuss_tx_cleanup() 1095 enum am65_cpsw_tx_buf_type buf_type) in am65_cpsw_xdp_tx_frame() argument 1112 am65_cpsw_nuss_set_buf_type(tx_chn, host_desc, buf_type); in am65_cpsw_xdp_tx_frame() 1458 enum am65_cpsw_tx_buf_type buf_type; in am65_cpsw_nuss_tx_compl_packets() local 1495 buf_type = am65_cpsw_nuss_buf_type(tx_chn, desc_dma); in am65_cpsw_nuss_tx_compl_packets() 1496 if (buf_type == AM65_CPSW_TX_BUF_TYPE_SKB) { in am65_cpsw_nuss_tx_compl_packets() [all …]
|
| /linux/include/uapi/linux/ |
| H A D | hdreg.h | 411 unsigned short buf_type; /* Retired */ member
|
| /linux/drivers/staging/media/atomisp/pci/runtime/frame/src/ |
| H A D | frame.c | 669 me->buf_type = IA_CSS_BUFFER_TYPE_INVALID; in frame_create() 737 frame->buf_type = IA_CSS_BUFFER_TYPE_INVALID; in ia_css_frame_init_from_info()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_main.c | 1731 tx_q->tx_skbuff_dma[i].buf_type != STMMAC_TXBUF_T_XDP_TX) { in stmmac_free_tx_buffer() 1745 (tx_q->tx_skbuff_dma[i].buf_type == STMMAC_TXBUF_T_XDP_TX || in stmmac_free_tx_buffer() 1746 tx_q->tx_skbuff_dma[i].buf_type == STMMAC_TXBUF_T_XDP_NDO)) { in stmmac_free_tx_buffer() 1751 if (tx_q->tx_skbuff_dma[i].buf_type == STMMAC_TXBUF_T_XSK_TX) in stmmac_free_tx_buffer() 1755 tx_q->tx_skbuff_dma[i].buf_type == STMMAC_TXBUF_T_SKB) { in stmmac_free_tx_buffer() 1988 tx_q->tx_skbuff_dma[entry].buf_type = type; in stmmac_set_tx_dma_entry() 2848 if (tx_q->tx_skbuff_dma[entry].buf_type == STMMAC_TXBUF_T_XDP_TX || in stmmac_tx_clean() 2849 tx_q->tx_skbuff_dma[entry].buf_type == STMMAC_TXBUF_T_XDP_NDO) { in stmmac_tx_clean() 2852 } else if (tx_q->tx_skbuff_dma[entry].buf_type == STMMAC_TXBUF_T_SKB) { in stmmac_tx_clean() 2899 tx_q->tx_skbuff_dma[entry].buf_type != STMMAC_TXBUF_T_XDP_TX)) { in stmmac_tx_clean() [all …]
|
| H A D | stmmac.h | 53 enum stmmac_txbuf_type buf_type; member
|
| /linux/drivers/net/vmxnet3/ |
| H A D | vmxnet3_int.h | 287 enum vmxnet3_rx_buf_type buf_type; member
|
| /linux/drivers/staging/media/ipu3/ |
| H A D | ipu3-css.c | 674 .buf_type = IMGU_ABI_BUFFER_TYPE_INVALID, in imgu_css_pipeline_init() 928 frame_sp->buf_attr.buf_type = IMGU_ABI_BUFFER_TYPE_INPUT_FRAME; in imgu_css_pipeline_init() 941 frame_sp->buf_attr.buf_type = IMGU_ABI_BUFFER_TYPE_OUTPUT_FRAME; in imgu_css_pipeline_init() 968 frame_sp->buf_attr.buf_type = IMGU_ABI_BUFFER_TYPE_VF_OUTPUT_FRAME; in imgu_css_pipeline_init() 971 frames_sp->s3a_buf.buf_type = IMGU_ABI_BUFFER_TYPE_3A_STATISTICS; in imgu_css_pipeline_init() 974 frames_sp->dvs_buf.buf_type = IMGU_ABI_BUFFER_TYPE_DIS_STATISTICS; in imgu_css_pipeline_init()
|
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | rtw_xmit.h | 420 enum cmdbuf_type buf_type);
|
| /linux/net/smc/ |
| H A D | smc_core.c | 384 if (nla_put_u8(skb, SMC_NLA_LGR_R_BUF_TYPE, lgr->buf_type)) in smc_nl_fill_lgr() 993 lgr->buf_type = lgr->net->smc.sysctl_smcr_buf_type; in smc_lgr_create() 2297 if (lgr->buf_type == SMCR_PHYS_CONT_BUFS) in smcr_buf_reg_lgr() 2327 switch (lgr->buf_type) { in smcr_new_buf_create() 2342 if (lgr->buf_type == SMCR_PHYS_CONT_BUFS) in smcr_new_buf_create()
|