Searched refs:_len_ (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | property.h | 293 _val_, _len_) \ argument 296 .length = (_len_) * (_elsize_), \ 301 #define __PROPERTY_ENTRY_ARRAY_LEN(_name_, _elem_, _Type_, _val_, _len_)\ argument 304 _Type_, _val_, _len_) 306 #define PROPERTY_ENTRY_U8_ARRAY_LEN(_name_, _val_, _len_) \ argument 307 __PROPERTY_ENTRY_ARRAY_LEN(_name_, u8_data, U8, _val_, _len_) 308 #define PROPERTY_ENTRY_U16_ARRAY_LEN(_name_, _val_, _len_) \ argument 309 __PROPERTY_ENTRY_ARRAY_LEN(_name_, u16_data, U16, _val_, _len_) 310 #define PROPERTY_ENTRY_U32_ARRAY_LEN(_name_, _val_, _len_) \ argument 311 __PROPERTY_ENTRY_ARRAY_LEN(_name_, u32_data, U32, _val_, _len_) [all …]
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/ |
| H A D | libtraceevent-field_get_val.txt | 19 …ent_, const char pass:[*]_name_, struct tep_record pass:[*]_record_, int pass:[*]_len_, int _err_); 41 _len_. If there is an error and _err_ is not zero, then an error string is 50 places the length of this data in _len_. In case of an error NULL is returned.
|
| H A D | libtraceevent.txt | 72 …ent_, const char pass:[*]_name_, struct tep_record pass:[*]_record_, int pass:[*]_len_, int _err_);
|