Home
last modified time | relevance | path

Searched refs:item_type (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dmutable_range.hpp67 >::type item_type; typedef
70 item_type const& item) in apply()
/OK3568_Linux_fs/kernel/sound/isa/sb/
H A Dsb16_csp.c303 __le32 item_type; in snd_sb_csp_riff_load() local
323 if (copy_from_user(&item_type, data_ptr, sizeof(item_type))) in snd_sb_csp_riff_load()
325 if (le32_to_cpu(item_type) != CSP__HEADER) { in snd_sb_csp_riff_load()
329 data_ptr += sizeof (item_type); in snd_sb_csp_riff_load()
338 if (copy_from_user(&item_type, data_ptr, sizeof(item_type))) in snd_sb_csp_riff_load()
340 switch (le32_to_cpu(item_type)) { in snd_sb_csp_riff_load()
342 if (copy_from_user(&funcdesc_h, data_ptr + sizeof(item_type), sizeof(funcdesc_h))) in snd_sb_csp_riff_load()
349 data_ptr += sizeof(item_type); in snd_sb_csp_riff_load()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Dmultipolygon.hpp104 typedef typename base::template partition_item<PolygonIterator, box_type> item_type; in are_polygon_interiors_disjoint() typedef
107 std::vector<item_type> polygon_iterators; in are_polygon_interiors_disjoint()
114 polygon_iterators.push_back(item_type(it)); in are_polygon_interiors_disjoint()
H A Dpolygon.hpp314 typedef partition_item<RingIterator, box_type> item_type; in are_holes_inside() typedef
317 std::vector<item_type> ring_iterators; in are_holes_inside()
324 ring_iterators.push_back(item_type(it)); in are_holes_inside()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_kinstr_prfcnt.c210 .item_type = PRFCNT_ENUM_TYPE_REQUEST,
221 .item_type = PRFCNT_ENUM_TYPE_REQUEST,
458 (*ptr_md)->hdr.item_type = PRFCNT_SAMPLE_META_TYPE_BLOCK; in kbasep_kinstr_prfcnt_set_block_meta_items()
494 ptr_md->hdr.item_type = PRFCNT_SAMPLE_META_TYPE_SAMPLE; in kbasep_kinstr_prfcnt_set_sample_metadata()
505 ptr_md->hdr.item_type = PRFCNT_SAMPLE_META_TYPE_CLOCK; in kbasep_kinstr_prfcnt_set_sample_metadata()
519 ptr_md->hdr.item_type = FLEX_LIST_TYPE_NONE; in kbasep_kinstr_prfcnt_set_sample_metadata()
1539 if (req_arr[item_count - 1].hdr.item_type != FLEX_LIST_TYPE_NONE || in kbasep_kinstr_prfcnt_parse_setup()
1561 switch (req_arr[i].hdr.item_type) { in kbasep_kinstr_prfcnt_parse_setup()
1768 .item_type = PRFCNT_ENUM_TYPE_SAMPLE_INFO, in kbasep_kinstr_prfcnt_get_sample_info_item()
1811 .item_type = PRFCNT_ENUM_TYPE_BLOCK, in kbasep_kinstr_prfcnt_get_block_info_list()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/equals/
H A Dcollect_vectors.hpp320 typedef typename boost::range_value<Collection>::type item_type; typedef
321 typedef typename item_type::type calculation_type;
395 typedef typename boost::range_value<Collection>::type item_type; typedef
396 typedef typename item_type::type calculation_type;
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_dquot_item_recover.c165 .item_type = XFS_LI_DQUOT,
198 .item_type = XFS_LI_QUOTAOFF,
H A Dxfs_bmap_item.c647 .item_type = XFS_LI_BUI,
678 .item_type = XFS_LI_BUD,
H A Dxfs_refcount_item.c661 .item_type = XFS_LI_CUI,
692 .item_type = XFS_LI_CUD,
H A Dxfs_rmap_item.c660 .item_type = XFS_LI_RUI,
688 .item_type = XFS_LI_RUD,
H A Dxfs_icreate_item.c258 .item_type = XFS_LI_ICREATE,
H A Dxfs_extfree_item.c721 .item_type = XFS_LI_EFI,
752 .item_type = XFS_LI_EFD,
H A Dxfs_inode_item_recover.c486 .item_type = XFS_LI_INODE,
H A Dxfs_buf_item_recover.c980 .item_type = XFS_LI_BUF,
H A Dxfs_log_recover.c1787 if (ITEM_TYPE(item) == xlog_recover_item_ops[i]->item_type) in xlog_find_item_ops()
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_log_recover.h24 uint16_t item_type; /* XFS_LI_* type code. */ member
/OK3568_Linux_fs/kernel/include/uapi/gpu/arm/bifrost/
H A Dmali_kbase_hwcnt_reader.h145 __u16 item_type; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dconfigfs.h250 const struct config_item_type *item_type);
/OK3568_Linux_fs/kernel/fs/configfs/
H A Ddir.c1857 const struct config_item_type *item_type) in configfs_register_default_group() argument
1865 config_group_init_type_name(group, name, item_type); in configfs_register_default_group()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_core.c2955 int item_type; in parse_report_descriptor() local
2964 item_type = HID_GET_ITEM_TYPE(buf[0]); in parse_report_descriptor()
2971 switch (item_type) { in parse_report_descriptor()