Searched refs:dev_struct (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | vdpa.h | 474 #define vdpa_alloc_device(dev_struct, member, parent, config, map, \ argument 478 (sizeof(dev_struct) + \ 480 dev_struct, member))), name, use_va)), \ 481 dev_struct, member)
|
| H A D | vfio.h | 289 #define vfio_alloc_device(dev_struct, member, dev, ops) \ argument 290 container_of(_vfio_alloc_device(sizeof(struct dev_struct) + \ 292 struct dev_struct, member)), \ 294 struct dev_struct, member)
|
| /linux/Documentation/driver-api/ |
| H A D | vfio.rst | 395 vfio_alloc_device(dev_struct, member, dev, ops);
|