Home
last modified time | relevance | path

Searched refs:_attrs (Results 1 – 9 of 9) sorted by relevance

/linux/include/rdma/
H A Duverbs_std_types.h21 #define uobj_get_type(_attrs, _object) \ argument
22 uapi_get_object((_attrs)->ufile->device->uapi, _object)
24 #define uobj_get_read(_type, _id, _attrs) \ argument
25 rdma_lookup_get_uobject(uobj_get_type(_attrs, _type), (_attrs)->ufile, \
27 _attrs)
29 #define ufd_get_read(_type, _fdnum, _attrs) \ argument
30 rdma_lookup_get_uobject(uobj_get_type(_attrs, _type), (_attrs)->ufile, \
32 UVERBS_LOOKUP_READ, _attrs)
40 uobj_get_obj_read(_object,_type,_id,_attrs) global() argument
44 uobj_get_write(_type,_id,_attrs) global() argument
51 uobj_perform_destroy(_type,_id,_attrs) global() argument
58 uobj_get_destroy(_type,_id,_attrs) global() argument
111 uobj_alloc(_type,_attrs,_ib_dev) global() argument
[all...]
/linux/drivers/platform/x86/
H A Dasus-armoury.h111 static struct attribute *_attrname##_attrs[] = { \
119 .name = _fsname, .attrs = _attrname##_attrs \
132 static struct attribute *_attrname##_attrs[] = { \
140 .name = _fsname, .attrs = _attrname##_attrs \
149 static struct attribute *_attrname##_attrs[] = { \
157 .name = _fsname, .attrs = _attrname##_attrs \
190 static struct attribute *_attrname##_attrs[] = { \
198 .name = _fsname, .attrs = _attrname##_attrs \
208 static struct attribute *_attrname##_attrs[] = { \
214 .name = _fsname, .attrs = _attrname##_attrs \
[all …]
/linux/drivers/input/rmi4/
H A Drmi_driver.h19 #define GROUP(_attrs) { \ argument
20 .attrs = _attrs, \
/linux/include/linux/
H A Dsysfs.h292 .attrs = _Generic(_name##_attrs, \
294 _name##_attrs, \
296 (void *)_name##_attrs \
303 .bin_attrs = _name##_attrs, \
/linux/drivers/platform/x86/lenovo/
H A Dwmi-other.c466 static struct attribute *_attrname##_attrs[] = { \
477 .name = _fsname, .attrs = _attrname##_attrs \
/linux/drivers/target/
H A Dtarget_core_fabric_configfs.c37 #define TF_CIT_SETUP(_name, _item_ops, _group_ops, _attrs) \ argument
44 cit->ct_attrs = _attrs; \
53 struct configfs_attribute **attrs = tf->tf_ops->tfc_##_name##_attrs; \
H A Dtarget_core_configfs.c43 #define TB_CIT_SETUP(_name, _item_ops, _group_ops, _attrs) \ argument
50 cit->ct_attrs = _attrs; \
62 cit->ct_attrs = tb->ops->tb_##_name##_attrs; \
/linux/drivers/ptp/
H A Dptp_ocp.c3714 static struct attribute *fb_timecard_signal##_nr##_attrs[] = { \
3730 .attrs = fb_timecard_signal##_nr##_attrs, \
3739 static struct attribute *fb_timecard_freq##_nr##_attrs[] = { \
3750 .attrs = fb_timecard_freq##_nr##_attrs, \
/linux/rust/syn/
H A Dexpr.rs3163 pub(crate) fn outer_attrs_to_tokens(_attrs: &[Attribute], _tokens: &mut TokenStream) {} in outer_attrs_to_tokens()