Searched refs:_attrs (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/input/rmi4/ |
D | rmi_driver.h | 22 #define GROUP(_attrs) { \ argument 23 .attrs = _attrs, \
|
/Linux-v4.19/drivers/target/ |
D | target_core_fabric_configfs.c | 44 #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; \
|
D | target_core_configfs.c | 50 #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/ |
D | sysfs.h | 154 .attrs = _name##_attrs, \
|
/Linux-v4.19/Documentation/ |
D | DMA-API.txt | 463 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/ |
D | sysfs.c | 75 .default_attrs = nilfs_##name##_attrs, \
|