| /OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/ |
| H A D | attr.c | 16 * \defgroup attr Netlink attribute helpers 18 * Netlink Type-Length-Value (TLV) attribute: 33 * mnl_attr_get_type - get type of netlink attribute 34 * \param attr pointer to netlink attribute 36 * This function returns the attribute type. 44 * mnl_attr_get_len - get length of netlink attribute 45 * \param attr pointer to netlink attribute 47 * This function returns the attribute length that is the attribute header 48 * plus the attribute payload. 56 * mnl_attr_get_payload_len - get the attribute payload-value length [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/ |
| H A D | assign_to.hpp | 45 template <typename Attribute, typename Iterator, typename Enable> 50 call(Iterator const& first, Iterator const& last, Attribute& attr, mpl::false_) in call() 53 attr = Attribute(first, last); in call() 60 // If Attribute is a container with value_type==iterator_range<T> just push the 63 call(Iterator const& first, Iterator const& last, Attribute& attr, mpl::true_) in call() 65 typename Attribute::value_type rng(first, last); in call() 70 call(Iterator const& first, Iterator const& last, Attribute& attr) in call() 72 call(first, last, attr, detail::is_container_of_ranges<Attribute>()); in call() 76 template <typename Attribute, typename Iterator> 78 reference_wrapper<Attribute>, Iterator> [all …]
|
| H A D | pass_container.hpp | 30 template <typename Sequence, typename Attribute, typename ValueType> 34 , typename traits::is_weak_substitute<Attribute, ValueType>::type 36 traits::is_weak_substitute<Attribute, ValueType> 41 // container attribute needs to be passed through to the current component 45 // if the expected attribute of the current component is neither a Fusion 48 template <typename Container, typename ValueType, typename Attribute 51 : negate_weak_substitute_if_not<Sequence, Attribute, ValueType> 55 // the types in the sequence are convertible to the lhs attribute. 57 // We return false if the rhs attribute itself is a fusion sequence, which 59 // attribute without it being split apart). [all …]
|
| H A D | attributes.hpp | 35 template <typename Attribute> 36 struct default_transform_attribute<Attribute, Attribute> 38 typedef Attribute& type; 39 static Attribute& pre(Attribute& val) { return val; } in pre() 40 static void post(Attribute&, Attribute const&) {} in post() 41 static void fail(Attribute&) {} in fail() 57 template <typename Attribute> 58 struct proxy_transform_attribute<Attribute, Attribute> 60 typedef Attribute& type; 61 static Attribute& pre(Attribute& val) { return val; } in pre() [all …]
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | netlink.h | 66 * nlmsg_find_attr() find an attribute in a message 78 * Attribute Format: 89 * struct nlattr netlink attribute header 91 * Attribute Construction: 92 * nla_reserve(skb, type, len) reserve room for an attribute 93 * nla_reserve_nohdr(skb, len) reserve room for an attribute w/o hdr 94 * nla_put(skb, type, len, data) add attribute to skb 95 * nla_put_nohdr(skb, len, data) add attribute w/o hdr 98 * Attribute Construction for Basic Types: 99 * nla_put_u8(skb, type, value) add u8 attribute to skb [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-devices-power | 13 The /sys/devices/.../power/wakeup attribute allows the user 39 The /sys/devices/.../power/control attribute allows the user 50 drivers. Changing this attribute to "on" prevents the driver 58 The /sys/devices/.../async attribute allows the user space to 70 The value of this attribute may be changed by writing either 76 devices this attribute is set to "enabled" by bus type code or 84 The /sys/devices/.../wakeup_count attribute contains the number 86 attribute is read-only. If the device is not capable to wake up 87 the system from sleep states, this attribute is not present. 89 states, this attribute is empty. [all …]
|
| H A D | sysfs-device-mali | 18 This attribute is used to restrict the number of shader cores 20 Reading this attribute provides us mask of all cores available. 26 This attribute is used to issue debug commands that supported 39 This attribute is available only with platform device that 44 Its a readonly attribute and on reading gives details on the 49 This attribute is available only with mali platform 50 device-driver that supports a CSF GPU. This attribute is 57 This attribute provides description of the present Mali GPU. 58 Its a read only attribute provides details like GPU family, the 63 This attribute is available only with mali platform [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | nlattr.c | 18 /* For these data types, attribute length should be exactly the given 20 * attribute length does not match the expected size a warning is emitted 195 pr_warn_ratelimited("netlink: '%s': attribute type %d has an invalid length.\n", in nla_validate_range_unsigned() 199 "invalid attribute length"); in nla_validate_range_unsigned() 212 "binary attribute size out of range"); in nla_validate_range_unsigned() 377 pr_warn_ratelimited("netlink: '%s': attribute type %d has an invalid length.\n", in validate_nla() 381 "invalid attribute length"); in validate_nla() 473 * error message/attribute pointer in validate_nla() 480 /* a nested array attribute is allowed to be empty; if its not, in validate_nla() 496 * error message/attribute pointer in validate_nla() [all …]
|
| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | attrib.c | 3 * attrib.c - NTFS attribute operations. Part of the Linux-NTFS project. 28 * @ctx: active attribute search context if present or NULL if not 40 * attribute on return as on entry. However, the actual pointers in @ctx may 54 * the attribute has zero allocated size, i.e. there simply is no runlist. 114 * If we already have the attribute extent containing @vcn in in ntfs_map_runlist_nolock() 118 * the right attribute extent. in ntfs_map_runlist_nolock() 145 * needed attribute extent. in ntfs_map_runlist_nolock() 185 * If there is no attribute list, restoring the search context in ntfs_map_runlist_nolock() 187 * the caller supplied context. If there is an attribute list, in ntfs_map_runlist_nolock() 299 * @ni: ntfs inode of the attribute whose runlist to search [all …]
|
| H A D | inode.h | 35 s64 initialized_size; /* Copy from the attribute record. */ 36 s64 allocated_size; /* Copy from the attribute record. */ 44 * If NInoAttr() is true, the below fields describe the attribute which 45 * this fake inode belongs to. The actual inode of this attribute is 52 ATTR_TYPE type; /* Attribute type of this fake inode. */ 53 ntfschar *name; /* Attribute name of this fake inode. */ 54 u32 name_len; /* Attribute name length of this fake inode. */ 56 the runlist of the unnamed data attribute 58 attribute (directory) or of the attribute 62 NI_NonResident is clear, the attribute is [all …]
|
| H A D | inode.c | 35 * Compare the ntfs attribute embedded in the ntfs specific part of the vfs 36 * inode @vi for equality with the ntfs attribute @data. 60 /* A fake inode describing an attribute. */ in ntfs_test_inode() 78 * Initialize the vfs inode @vi with the values from the ntfs attribute @data in 192 * ntfs_attr_iget - obtain a struct inode corresponding to an attribute 193 * @base_vi: vfs base inode containing the attribute 194 * @type: attribute type 195 * @name: Unicode name of the attribute (NULL if unnamed) 198 * Obtain the (fake) struct inode corresponding to the attribute specified by 202 * If the attribute inode is in the cache, it is just returned with an [all …]
|
| H A D | layout.h | 187 * in the bitmap attribute of the mft; presumably in order to avoid accidental 193 FILE_MFT = 0, /* Master file table (mft). Data attribute 194 contains the entries and bitmap attribute 197 in data attribute. If cluster size > 4kiB, 200 FILE_LogFile = 2, /* Journalling log in data attribute. */ 201 FILE_Volume = 3, /* Volume name attribute and volume information 202 attribute (flags and ntfs version). Windows 205 FILE_AttrDef = 4, /* Array of attribute definitions in data 206 attribute. */ 209 data attribute. */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_js_ctx_attr.c | 30 * kbasep_js_ctx_attr_runpool_retain_attr - Check whether a ctx has a certain attribute 31 * and if so, retain that attribute on the runpool. 35 * @attribute: Atribute to check/retain 48 …ain_attr(struct kbase_device *kbdev, struct kbase_context *kctx, enum kbasep_js_ctx_attr attribute) in kbasep_js_ctx_attr_runpool_retain_attr() argument 56 KBASE_DEBUG_ASSERT(attribute < KBASEP_JS_CTX_ATTR_COUNT); in kbasep_js_ctx_attr_runpool_retain_attr() 65 if (kbasep_js_ctx_attr_is_attr_on_ctx(kctx, attribute) != false) { in kbasep_js_ctx_attr_runpool_retain_attr() 66 KBASE_DEBUG_ASSERT(js_devdata->runpool_irq.ctx_attr_ref_count[attribute] < S8_MAX); in kbasep_js_ctx_attr_runpool_retain_attr() 67 ++(js_devdata->runpool_irq.ctx_attr_ref_count[attribute]); in kbasep_js_ctx_attr_runpool_retain_attr() 69 if (js_devdata->runpool_irq.ctx_attr_ref_count[attribute] == 1) { in kbasep_js_ctx_attr_runpool_retain_attr() 72 KBASE_KTRACE_ADD_JM(kbdev, JS_CTX_ATTR_NOW_ON_RUNPOOL, kctx, NULL, 0u, attribute); in kbasep_js_ctx_attr_runpool_retain_attr() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeosatelliteinfo/ |
| H A D | tst_qgeosatelliteinfo.cpp | 43 Q_DECLARE_METATYPE(QGeoSatelliteInfo::Attribute) 83 QList<QGeoSatelliteInfo::Attribute> tst_qgeosatelliteinfo_getAttributes() in tst_qgeosatelliteinfo_getAttributes() 85 QList<QGeoSatelliteInfo::Attribute> attributes; in tst_qgeosatelliteinfo_getAttributes() 97 QGeoSatelliteInfo updateWithAttribute(QGeoSatelliteInfo::Attribute attribute, qreal value) in updateWithAttribute() argument 100 info.setAttribute(attribute, value); in updateWithAttribute() 128 QList<QGeoSatelliteInfo::Attribute> attributes = tst_qgeosatelliteinfo_getAttributes(); in addTestData_update() 131 … QTest::newRow(qPrintable(QString("Attribute %1 = %2").arg(attributes[i]).arg(qrealValues[i]))) in addTestData_update() 143 QList<QGeoSatelliteInfo::Attribute> attributes = tst_qgeosatelliteinfo_getAttributes(); in constructor() 145 QCOMPARE(info.attribute(attributes[i]), qreal(-1.0)); in constructor() 251 void attribute() in attribute() function in tst_QGeoSatelliteInfo [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_js_ctx_attr.c | 27 * @brief Check whether a ctx has a certain attribute, and if so, retain that 28 * attribute on the runpool. 41 …ain_attr(struct kbase_device *kbdev, struct kbase_context *kctx, enum kbasep_js_ctx_attr attribute) in kbasep_js_ctx_attr_runpool_retain_attr() argument 49 KBASE_DEBUG_ASSERT(attribute < KBASEP_JS_CTX_ATTR_COUNT); in kbasep_js_ctx_attr_runpool_retain_attr() 58 if (kbasep_js_ctx_attr_is_attr_on_ctx(kctx, attribute) != false) { in kbasep_js_ctx_attr_runpool_retain_attr() 59 KBASE_DEBUG_ASSERT(js_devdata->runpool_irq.ctx_attr_ref_count[attribute] < S8_MAX); in kbasep_js_ctx_attr_runpool_retain_attr() 60 ++(js_devdata->runpool_irq.ctx_attr_ref_count[attribute]); in kbasep_js_ctx_attr_runpool_retain_attr() 62 if (js_devdata->runpool_irq.ctx_attr_ref_count[attribute] == 1) { in kbasep_js_ctx_attr_runpool_retain_attr() 65 KBASE_TRACE_ADD(kbdev, JS_CTX_ATTR_NOW_ON_RUNPOOL, kctx, NULL, 0u, attribute); in kbasep_js_ctx_attr_runpool_retain_attr() 73 * @brief Check whether a ctx has a certain attribute, and if so, release that [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | compiler_attributes.h | 7 * map to compiler attribute(s), unless one of the compilers does not support 8 * the attribute. In that case, __has_attribute is used to check for support 17 * This file is meant to be sorted (by actual attribute name, 45 …: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-alias-function-attribute 50 …https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-aligned-function-attribute 51 … gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Type-Attributes.html#index-aligned-type-attribute 52 …https://gcc.gnu.org/onlinedocs/gcc/Common-Variable-Attributes.html#index-aligned-variable-attribute 59 * which seems to be required by gcc to apply the attribute according 63 …c.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-always_005finline-function-attribute 81 ….gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-assume_005faligned-function-attribute [all …]
|
| H A D | sysfs.h | 30 struct attribute { struct 41 * sysfs_attr_init - initialize a dynamically allocated sysfs attribute argument 42 * @attr: struct attribute to initialize 44 * Initialize a dynamically allocated struct attribute so we can 47 * Lockdep gives a nice error when your attribute is added to 62 * struct attribute_group - data structure used to declare an attribute group. 63 * @name: Optional: Attribute group name 64 * If specified, the attribute group will be created in 67 * attribute of the group. Will be called repeatedly for each 68 * non-binary attribute in the group. Only read/write [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | attributes.hpp | 3 #include <mbgl/gl/attribute.hpp> 38 using Type = gl::Attribute<T, N>; 43 using Type = gl::Attribute<uint16_t, 3>; 49 using Type = gl::Attribute<int16_t, N>; 56 using Type = gl::Attribute<float, 2>; 61 using Type = gl::Attribute<float, 2>; 66 using Type = gl::Attribute<float, 2>; 71 using Type = gl::Attribute<float, 2>; 76 using Type = gl::Attribute<float, 2>; 81 using Type = gl::Attribute<float, 1>; [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopositioninfo/ |
| H A D | tst_qgeopositioninfo.cpp | 43 Q_DECLARE_METATYPE(QGeoPositionInfo::Attribute) 75 QList<QGeoPositionInfo::Attribute> tst_qgeopositioninfo_getAttributes() in tst_qgeopositioninfo_getAttributes() 77 QList<QGeoPositionInfo::Attribute> attributes; in tst_qgeopositioninfo_getAttributes() 93 QGeoPositionInfo infoWithAttribute(QGeoPositionInfo::Attribute attribute, qreal value) in infoWithAttribute() argument 96 info.setAttribute(attribute, value); in infoWithAttribute() 109 QList<QGeoPositionInfo::Attribute> attributes = tst_qgeopositioninfo_getAttributes(); in addTestData_info() 113 … QTest::newRow(qPrintable(QString("Attribute %1 = %2").arg(attributes[i]).arg(values[j]))) in addTestData_info() 249 void attribute() in attribute() function in tst_QGeoPositionInfo 251 QFETCH(QGeoPositionInfo::Attribute, attribute); in attribute() 255 QVERIFY(qIsNaN(info.attribute(attribute))); in attribute() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | mbo.h | 81 /* MBO AP Capability Attribute */ 83 /* Attribute ID - 0x01. */ 85 /* Length of the following fields in the attribute */ 94 /* Non-preferred Channel Report Attribute */ 107 /* attribute len - (opclass + Pref + Reason) */ 125 /* Cellular Data Capability Attribute */ 127 /* Attribute ID - 0x03. */ 129 /* Length of the following fields in the attribute */ 142 /* Association Disallowed attribute */ 144 /* Attribute ID - 0x04. */ [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | mbo.h | 81 /* MBO AP Capability Attribute */ 83 /* Attribute ID - 0x01. */ 85 /* Length of the following fields in the attribute */ 94 /* Non-preferred Channel Report Attribute */ 107 /* attribute len - (opclass + Pref + Reason) */ 125 /* Cellular Data Capability Attribute */ 127 /* Attribute ID - 0x03. */ 129 /* Length of the following fields in the attribute */ 142 /* Association Disallowed attribute */ 144 /* Attribute ID - 0x04. */ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | nl80211.h | 127 * the %NL80211_ATTR_SUPPORTED_IFTYPES attribute, but by listing the 136 * is exported in the %NL80211_ATTR_SOFTWARE_IFTYPES attribute. 139 * in the %NL80211_ATTR_INTERFACE_COMBINATIONS attribute. Basically, 191 * attribute flag. Drivers supporting this offload may reject the 192 * %NL80211_CMD_CONNECT when the attribute flag is not present. 273 * attribute %NL80211_ATTR_IFINDEX. 414 * using the %NL80211_ATTR_IE attribute. The first cycle of the 417 * scans, it will allow such when the caller provides the flag attribute 496 * included %NL80211_ATTR_FRAME attribute contains the management frame 499 * case the %NL80211_ATTR_FRAME attribute is replaced with a [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | nl80211.h | 127 * the %NL80211_ATTR_SUPPORTED_IFTYPES attribute, but by listing the 136 * is exported in the %NL80211_ATTR_SOFTWARE_IFTYPES attribute. 139 * in the %NL80211_ATTR_INTERFACE_COMBINATIONS attribute. Basically, 191 * attribute flag. Drivers supporting this offload may reject the 192 * %NL80211_CMD_CONNECT when the attribute flag is not present. 273 * attribute %NL80211_ATTR_IFINDEX. 414 * using the %NL80211_ATTR_IE attribute. The first cycle of the 417 * scans, it will allow such when the caller provides the flag attribute 496 * included %NL80211_ATTR_FRAME attribute contains the management frame 499 * case the %NL80211_ATTR_FRAME attribute is replaced with a [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | nl80211.h | 132 * the %NL80211_ATTR_SUPPORTED_IFTYPES attribute, but by listing the 141 * is exported in the %NL80211_ATTR_SOFTWARE_IFTYPES attribute. 144 * in the %NL80211_ATTR_INTERFACE_COMBINATIONS attribute. Basically, 196 * %NL80211_ATTR_WANT_1X_4WAY_HS attribute flag. Drivers supporting this 197 * offload may reject the %NL80211_CMD_CONNECT when the attribute flag is 284 * attribute given in wiphy capabilities. 340 * attribute %NL80211_ATTR_IFINDEX. 482 * using the %NL80211_ATTR_IE attribute. The first cycle of the 485 * scans, it will allow such when the caller provides the flag attribute 565 * included %NL80211_ATTR_FRAME attribute contains the management frame [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/ |
| H A D | attributes.rst | 11 all attribute names begin with “user”; this restriction seems to have 18 available for in-inode extended attribute storage. The second place 21 block to contain a pointer to a second extended attribute block (or even 23 attribute's value to be stored in a separate data block, though as of 46 The beginning of an extended attribute block is in 76 - Checksum of the extended attribute block. 83 of the extended attribute block, and the entire block (header + 109 - Attribute name index. There is a discussion of this below. 113 - Location of this attribute's value on the disk block where it is stored. 114 Multiple attributes can share the same value. For an inode attribute [all …]
|