Home
last modified time | relevance | path

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

/Linux-v5.4/include/rdma/
Duverbs_std_types.h48 #define uobj_get_type(_attrs, _object) \ argument
49 uapi_get_object((_attrs)->ufile->device->uapi, _object)
51 #define uobj_get_read(_type, _id, _attrs) \ argument
52 rdma_lookup_get_uobject(uobj_get_type(_attrs, _type), (_attrs)->ufile, \
54 _attrs)
56 #define ufd_get_read(_type, _fdnum, _attrs) \ argument
57 rdma_lookup_get_uobject(uobj_get_type(_attrs, _type), (_attrs)->ufile, \
59 UVERBS_LOOKUP_READ, _attrs)
67 #define uobj_get_obj_read(_object, _type, _id, _attrs) \ argument
69 uobj_get_read(_type, _id, _attrs)))
[all …]
/Linux-v5.4/drivers/input/rmi4/
Drmi_driver.h19 #define GROUP(_attrs) { \ argument
20 .attrs = _attrs, \
/Linux-v5.4/drivers/target/
Dtarget_core_fabric_configfs.c36 #define TF_CIT_SETUP(_name, _item_ops, _group_ops, _attrs) \ argument
43 cit->ct_attrs = _attrs; \
52 struct configfs_attribute **attrs = tf->tf_ops->tfc_##_name##_attrs; \
Dtarget_core_configfs.c42 #define TB_CIT_SETUP(_name, _item_ops, _group_ops, _attrs) \ argument
49 cit->ct_attrs = _attrs; \
61 cit->ct_attrs = tb->ops->tb_##_name##_attrs; \
/Linux-v5.4/include/linux/
Dsysfs.h154 .attrs = _name##_attrs, \
/Linux-v5.4/Documentation/
DDMA-API.txt470 without the _attrs suffixes, except that they pass an optional
478 without the _attrs suffix. As a result dma_map_single_attrs()
481 As an example of the use of the ``*_attrs`` functions, here's how
/Linux-v5.4/fs/nilfs2/
Dsysfs.c75 .default_attrs = nilfs_##name##_attrs, \