Searched refs:_Type_ (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/include/linux/ |
D | property.h | 305 #define __PROPERTY_ENTRY_ARRAY_ELSIZE_LEN(_name_, _elsize_, _Type_, \ argument 310 .type = DEV_PROP_##_Type_, \ 314 #define __PROPERTY_ENTRY_ARRAY_LEN(_name_, _elem_, _Type_, _val_, _len_)\ argument 317 _Type_, _val_, _len_) 347 #define __PROPERTY_ENTRY_ELEMENT(_name_, _elem_, _Type_, _val_) \ argument 352 .type = DEV_PROP_##_Type_, \
|