Searched refs:_attrs (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/Documentation/features/io/dma_map_attrs/ |
D | arch-support.txt | 4 # description: arch provides dma_*map*_attrs() APIs
|
/linux-4.4.14/drivers/target/ |
D | target_core_fabric_configfs.c | 43 #define TF_CIT_SETUP(_name, _item_ops, _group_ops, _attrs) \ argument 50 cit->ct_attrs = _attrs; \ 59 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-4.4.14/include/linux/ |
D | sysfs.h | 148 .attrs = _name##_attrs, \
|
/linux-4.4.14/Documentation/ |
D | DMA-API.txt | 390 without the _attrs suffixes, except that they pass an optional 401 without the _attrs suffix. As a result dma_map_single_attrs() 404 As an example of the use of the *_attrs functions, here's how
|
/linux-4.4.14/fs/nilfs2/ |
D | sysfs.c | 84 .default_attrs = nilfs_##name##_attrs, \
|