Searched refs:buftype (Results 1 - 18 of 18) sorted by relevance

/linux-master/include/uapi/linux/
H A Datm_nicstar.h42 int buftype; member in struct:pool_levels
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_plat_bufs.h39 u32 buftype, struct hfi_buffer_requirements *bufreq);
H A Dhfi_platform.h24 u32 buftype; member in struct:raw_formats
56 u32 buftype, struct hfi_buffer_requirements *bufreq);
H A Dhelpers.h38 u32 buftype);
45 u32 buftype);
48 int venus_helper_set_bufsize(struct venus_inst *inst, u32 bufsize, u32 buftype);
H A Dhfi_plat_bufs_v6.c1182 static int bufreq_dec(struct hfi_plat_buffers_params *params, u32 buftype, argument
1220 bufreq->type = buftype;
1228 if (buftype == HFI_BUFFER_INPUT) {
1234 } else if (buftype == HFI_BUFFER_OUTPUT || buftype == HFI_BUFFER_OUTPUT2) {
1239 if (buftype == HFI_BUFFER_OUTPUT &&
1244 } else if (buftype == HFI_BUFFER_INTERNAL_SCRATCH(version)) {
1246 } else if (buftype == HFI_BUFFER_INTERNAL_SCRATCH_1(version)) {
1250 } else if (buftype == HFI_BUFFER_INTERNAL_PERSIST_1) {
1259 static int bufreq_enc(struct hfi_plat_buffers_params *params, u32 buftype, argument
1327 hfi_plat_bufreq_v6(struct hfi_plat_buffers_params *params, u32 session_type, u32 buftype, struct hfi_buffer_requirements *bufreq) argument
[all...]
H A Dhelpers.c168 u32 buftype = inst->dpb_buftype; local
188 ret = venus_helper_get_bufreq(inst, buftype, &bufreq);
201 buf->type = buftype;
619 static int platform_get_bufreq(struct venus_inst *inst, u32 buftype, argument
664 return hfi_plat->bufreq(&params, inst->session_type, buftype, req);
1139 u32 buftype)
1144 fs.buffer_type = buftype;
1251 u32 buftype)
1256 fmt.buffer_type = buftype;
1265 u32 hfi_format, buftype; local
1137 venus_helper_set_output_resolution(struct venus_inst *inst, unsigned int width, unsigned int height, u32 buftype) argument
1250 venus_helper_set_raw_format(struct venus_inst *inst, u32 hfi_format, u32 buftype) argument
1325 venus_helper_set_bufsize(struct venus_inst *inst, u32 bufsize, u32 buftype) argument
1739 find_fmt_from_caps(struct hfi_plat_caps *caps, u32 buftype, u32 fmt) argument
[all...]
H A Dhfi_parser.c171 rawfmts[i].buftype = fmt->buffer_type;
/linux-master/drivers/staging/media/imx/
H A Dimx-media-utils.c651 * Else If buftype != 0, finds a video device's pad of given buffer type.
656 enum v4l2_buf_type buftype, bool upstream)
683 buftype, upstream);
684 } else if (buftype) {
687 if (buftype == vfd->queue->type)
692 buftype, upstream);
708 enum v4l2_buf_type buftype, bool upstream)
718 } else if (buftype && is_media_entity_v4l2_video_device(start)) {
720 if (buftype == vfd->queue->type)
724 pad = imx_media_pipeline_pad(start, grp_id, buftype, upstrea
655 imx_media_pipeline_pad(struct media_entity *start_entity, u32 grp_id, enum v4l2_buf_type buftype, bool upstream) argument
707 find_pipeline_entity(struct media_entity *start, u32 grp_id, enum v4l2_buf_type buftype, bool upstream) argument
[all...]
H A Dimx-media.h208 enum v4l2_buf_type buftype, bool upstream);
/linux-master/fs/xfs/scrub/
H A Dquota_repair.c309 enum xfs_blft buftype = 0; local
379 buftype = XFS_BLFT_UDQUOT_BUF;
382 buftype = XFS_BLFT_GDQUOT_BUF;
385 buftype = XFS_BLFT_PDQUOT_BUF;
388 xfs_trans_buf_set_type(sc->tp, bp, buftype);
/linux-master/fs/smb/client/
H A Dsmb2inode.c763 idata->reparse.io.buftype = resp_buftype[i + 1];
1270 *rsp_buftype = data.reparse.io.buftype;
1272 data.reparse.io.buftype = CIFS_NO_BUFFER;
H A Dsmb2proto.h303 struct kvec *rsp, int *buftype,
H A Dsmb2ops.c1063 int buftype = CIFS_NO_BUFFER; local
1074 &rsp_iov, &buftype, cifs_sb);
1100 free_rsp_buf(buftype, rsp_iov.iov_base);
2632 struct kvec *rsp, int *buftype,
2763 *buftype = resp_buftype[1];
2791 int buftype = CIFS_NO_BUFFER; local
2800 &rsp_iov, &buftype, cifs_sb);
2817 free_rsp_buf(buftype, rsp_iov.iov_base);
2629 smb2_query_info_compound(const unsigned int xid, struct cifs_tcon *tcon, const char *path, u32 desired_access, u32 class, u32 type, u32 output_len, struct kvec *rsp, int *buftype, struct cifs_sb_info *cifs_sb) argument
H A Dcifsproto.h776 free_rsp_buf(data->reparse.io.buftype, data->reparse.io.iov.iov_base);
H A Dcifsglob.h220 int buftype; member in struct:cifs_open_info_data::__anon77::__anon78
H A Dsmb2pdu.c3171 struct kvec *err_iov, int *buftype)
3223 *buftype = resp_buftype;
3168 SMB2_open(const unsigned int xid, struct cifs_open_parms *oparms, __le16 *path, __u8 *oplock, struct smb2_file_all_info *buf, struct create_posix_rsp *posix, struct kvec *err_iov, int *buftype) argument
H A Dinode.c1020 } else if (data->reparse.io.buftype != CIFS_NO_BUFFER &&
/linux-master/drivers/atm/
H A Dnicstar.c2486 (pl.buftype, &((pool_levels __user *) arg)->buftype))
2488 switch (pl.buftype) {
2538 switch (pl.buftype) {

Completed in 242 milliseconds