Searched refs:datatype (Results 1 – 13 of 13) 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 | 161 u16 datatype; member
|
| H A D | q6afe.c | 420 u16 datatype; member 1483 pcfg->hdmi_multi_ch.datatype = cfg->datatype; in q6afe_hdmi_port_prepare()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_alloc.h | 53 int datatype; /* mask defining data type treatment */ member
|
| H A D | xfs_alloc.c | 371 int datatype, /* are we allocating data? */ in xfs_alloc_compute_diff() argument 382 bool userdata = datatype & XFS_ALLOC_USERDATA; in xfs_alloc_compute_diff() 1065 args->alignment, args->datatype, in xfs_alloc_cur_check() 1254 (args->datatype & XFS_ALLOC_NOBUSY)); in xfs_alloc_ag_vextent_small() 1256 if (args->datatype & XFS_ALLOC_USERDATA) { in xfs_alloc_ag_vextent_small() 2859 (args->datatype & XFS_ALLOC_USERDATA) && in xfs_alloc_fix_freelist() 3830 if ((args->datatype & XFS_ALLOC_INITIAL_USER_DATA) && in xfs_alloc_vextent_start_ag()
|
| H A D | xfs_bmap.c | 2999 (ap->datatype & XFS_ALLOC_USERDATA)) { in xfs_bmap_adjacent_valid() 3305 else if (ap->datatype & XFS_ALLOC_USERDATA) in xfs_bmap_compute_alignments() 3639 .datatype = ap->datatype, in xfs_bmap_btalloc() 3659 else if ((ap->datatype & XFS_ALLOC_USERDATA) && in xfs_bmap_btalloc() 3920 bma->datatype = XFS_ALLOC_NOBUSY; in xfs_bmapi_allocate() 3922 bma->datatype |= XFS_ALLOC_USERDATA; in xfs_bmapi_allocate() 3924 bma->datatype |= XFS_ALLOC_INITIAL_USER_DATA; in xfs_bmapi_allocate() 3934 if ((bma->datatype & XFS_ALLOC_USERDATA) && in xfs_bmapi_allocate()
|
| /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()
|
| /linux/drivers/staging/most/Documentation/ |
| H A D | driver_usage.txt | 135 - datatype
|