Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/rmi4/
Drmi_driver.h22 #define GROUP(_attrs) { \ argument
23 .attrs = _attrs, \
/Linux-v4.19/drivers/target/
Dtarget_core_fabric_configfs.c44 #define TF_CIT_SETUP(_name, _item_ops, _group_ops, _attrs) \ argument
51 cit->ct_attrs = _attrs; \
60 struct configfs_attribute **attrs = tf->tf_ops->tfc_##_name##_attrs; \
Dtarget_core_configfs.c50 #define TB_CIT_SETUP(_name, _item_ops, _group_ops, _attrs) \ argument
57 cit->ct_attrs = _attrs; \
69 cit->ct_attrs = tb->ops->tb_##_name##_attrs; \
/Linux-v4.19/include/linux/
Dsysfs.h154 .attrs = _name##_attrs, \
/Linux-v4.19/Documentation/
DDMA-API.txt463 without the _attrs suffixes, except that they pass an optional
471 without the _attrs suffix. As a result dma_map_single_attrs()
474 As an example of the use of the ``*_attrs`` functions, here's how
/Linux-v4.19/fs/nilfs2/
Dsysfs.c75 .default_attrs = nilfs_##name##_attrs, \