Changeset 622 for GPL/branches/uniaud32-next/include/linux/device.h
- Timestamp:
- Jan 2, 2021, 1:29:57 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/linux/device.h
r615 r622 76 76 struct list_head devres_head; 77 77 const struct attribute_group **groups; /* optional groups */ 78 conststruct dma_map_ops *dma_ops;78 struct dma_map_ops *dma_ops; 79 79 u64 *dma_mask; /* dma mask (if dma'able device) */ 80 80 u64 coherent_dma_mask; /* Like dma_mask, but for
Note:
See TracChangeset
for help on using the changeset viewer.