Home
last modified time | relevance | path

Searched refs:datatype (Results 1 – 15 of 15) 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/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.c422 u16 datatype;
1488 pcfg->hdmi_multi_ch.datatype = cfg->datatype;
420 u16 datatype; global() member
/linux/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_mipi_dsi.c1195 u8 datatype; in rzg2l_mipi_dsi_read_response() local
1213 datatype = FIELD_GET(RXRSS0R_DT, result); in rzg2l_mipi_dsi_read_response()
1215 switch (datatype) { in rzg2l_mipi_dsi_read_response()
1248 dev_err(dsi->dev, "unhandled response type: %02x\n", datatype); in rzg2l_mipi_dsi_read_response()
/linux/fs/xfs/libxfs/
H A Dxfs_alloc.h53 int datatype; /* mask defining data type treatment */ member
/linux/fs/xfs/
H A Dxfs_filestream.c291 if (ap->datatype & XFS_ALLOC_USERDATA) in xfs_filestream_create_association()
H A Dxfs_rtalloc.c2168 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,
/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.c421 .datatype = XFS_ALLOC_USERDATA, in xrep_cow_alloc()