Home
last modified time | relevance | path

Searched refs:datatype (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_capture.c1105 enum guc_capture_type datatype; in guc_capture_extract_reglists() local
1184 datatype = FIELD_GET(CAP_HDR_CAPTURE_TYPE, hdr.info); in guc_capture_extract_reglists()
1185 if (datatype > GUC_CAPTURE_LIST_TYPE_ENGINE_INSTANCE) { in guc_capture_extract_reglists()
1205 if (datatype == GUC_CAPTURE_LIST_TYPE_GLOBAL) { in guc_capture_extract_reglists()
1208 } else if (datatype == GUC_CAPTURE_LIST_TYPE_ENGINE_CLASS && in guc_capture_extract_reglists()
1214 } else if (datatype == GUC_CAPTURE_LIST_TYPE_ENGINE_INSTANCE && in guc_capture_extract_reglists()
1230 if (datatype != GUC_CAPTURE_LIST_TYPE_GLOBAL) in guc_capture_extract_reglists()
1232 datatype); in guc_capture_extract_reglists()
1235 node->reginfo[datatype].vfid = FIELD_GET(CAP_HDR_CAPTURE_VFID, hdr.owner); in guc_capture_extract_reglists()
1236 switch (datatype) { in guc_capture_extract_reglists()
[all …]
/linux/drivers/most/
H A Dconfigfs.c27 char datatype[MAX_STRING_SIZE]; member
77 link->datatype); in set_cfg_datatype()
180 return snprintf(page, PAGE_SIZE, "%s\n", to_mdev_link(item)->datatype); in mdev_link_datatype_show()
192 strcpy(mdev_link->datatype, page); in mdev_link_datatype_store()
193 strim(mdev_link->datatype); in mdev_link_datatype_store()
359 CONFIGFS_ATTR(mdev_link_, datatype);
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_capture.c1192 enum guc_state_capture_type datatype; in guc_capture_extract_reglists() local
1272 datatype = FIELD_GET(GUC_STATE_CAPTURE_HEADER_CAPTURE_TYPE, hdr.info); in guc_capture_extract_reglists()
1273 if (datatype > GUC_STATE_CAPTURE_TYPE_ENGINE_INSTANCE) { in guc_capture_extract_reglists()
1294 if (datatype == GUC_STATE_CAPTURE_TYPE_GLOBAL) { in guc_capture_extract_reglists()
1297 } else if (datatype == GUC_STATE_CAPTURE_TYPE_ENGINE_CLASS && in guc_capture_extract_reglists()
1303 } else if (datatype == GUC_STATE_CAPTURE_TYPE_ENGINE_INSTANCE && in guc_capture_extract_reglists()
1319 if (datatype != GUC_STATE_CAPTURE_TYPE_GLOBAL) in guc_capture_extract_reglists()
1321 datatype); in guc_capture_extract_reglists()
1324 node->reginfo[datatype].vfid = FIELD_GET(GUC_STATE_CAPTURE_HEADER_VFID, hdr.owner); in guc_capture_extract_reglists()
1326 node->type = datatype; in guc_capture_extract_reglists()
[all …]
/linux/Documentation/ABI/testing/
H A Dconfigfs-most30 datatype
85 datatype
140 datatype
206 datatype
/linux/sound/soc/qcom/qdsp6/
H A Dq6afe.h162 u16 datatype;
161 u16 datatype; global() member
H A Dq6afe.c436 u16 datatype;
1530 pcfg->hdmi_multi_ch.datatype = cfg->datatype; in q6afe_i2s_port_prepare()
420 u16 datatype; global() member
/linux/fs/xfs/libxfs/
H A Dxfs_alloc.h53 int datatype; /* mask defining data type treatment */ member
/linux/drivers/media/platform/ti/cal/
H A Dcal.c314 cal_set_field(&val, ctx->datatype, CAL_CSI2_CTX_DT_MASK); in cal_ctx_csi2_config()
482 ctx->datatype = CAL_CSI2_CTX_DT_ANY; in cal_ctx_prepare()
489 ctx->datatype = entry.bus.csi2.dt; in cal_ctx_prepare()
/linux/Documentation/livepatch/
H A Dshadow-vars.rst226 a datatype update technique called "shadow data structures".
/linux/Documentation/core-api/
H A Derrseq.rst2 The errseq_t datatype
/linux/Documentation/driver-api/surface_aggregator/clients/
H A Dcdev.rst32 the |ssam_cdev_event| datatype.
/linux/fs/xfs/scrub/
H A Dcow_repair.c434 .datatype = XFS_ALLOC_USERDATA, in xrep_cow_alloc()
/linux/fs/xfs/
H A Dxfs_rtalloc.c2176 ap->datatype & XFS_ALLOC_INITIAL_USER_DATA; in xfs_bmap_rtalloc()
H A Dxfs_trace.h2222 __field(int, datatype)
2241 __entry->datatype = args->datatype;
2263 __entry->datatype,