Searched refs:dev_struct (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | vfio.h | 220 #define vfio_alloc_device(dev_struct, member, dev, ops) \ argument 221 container_of(_vfio_alloc_device(sizeof(struct dev_struct) + \ 223 struct dev_struct, member)), \ 225 struct dev_struct, member)
|
A D | vdpa.h | 379 #define vdpa_alloc_device(dev_struct, member, parent, config, ngroups, nas, \ argument 383 (sizeof(dev_struct) + \ 385 dev_struct, member))), name, use_va)), \ 386 dev_struct, member)
|
/linux-6.3-rc2/Documentation/driver-api/ |
A D | vfio.rst | 264 vfio_alloc_device(dev_struct, member, dev, ops);
|
Completed in 8 milliseconds