Searched refs:datatype (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_guc_capture.c | 1105 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 D | configfs.c | 27 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 D | configfs-most | 30 datatype 85 datatype 140 datatype 206 datatype
|
| /linux/sound/soc/qcom/qdsp6/ |
| H A D | q6afe.h | 162 u16 datatype; 161 u16 datatype; global() member
|
| H A D | q6afe.c | 422 u16 datatype; 1488 pcfg->hdmi_multi_ch.datatype = cfg->datatype; 420 u16 datatype; global() member
|
| /linux/drivers/gpu/drm/renesas/rz-du/ |
| H A D | rzg2l_mipi_dsi.c | 1195 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 D | xfs_alloc.h | 53 int datatype; /* mask defining data type treatment */ member
|
| /linux/fs/xfs/ |
| H A D | xfs_filestream.c | 291 if (ap->datatype & XFS_ALLOC_USERDATA) in xfs_filestream_create_association()
|
| H A D | xfs_rtalloc.c | 2168 ap->datatype & XFS_ALLOC_INITIAL_USER_DATA; in xfs_bmap_rtalloc()
|
| H A D | xfs_trace.h | 2222 __field(int, datatype) 2241 __entry->datatype = args->datatype; 2263 __entry->datatype,
|
| /linux/drivers/media/platform/ti/cal/ |
| H A D | cal.c | 314 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 D | shadow-vars.rst | 226 a datatype update technique called "shadow data structures".
|
| /linux/Documentation/core-api/ |
| H A D | errseq.rst | 2 The errseq_t datatype
|
| /linux/Documentation/driver-api/surface_aggregator/clients/ |
| H A D | cdev.rst | 32 the |ssam_cdev_event| datatype.
|
| /linux/fs/xfs/scrub/ |
| H A D | cow_repair.c | 421 .datatype = XFS_ALLOC_USERDATA, in xrep_cow_alloc()
|