Searched refs:dev_struct (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | vdpa.h | 427 #define vdpa_alloc_device(dev_struct, member, parent, config, ngroups, nas, \ argument 431 (sizeof(dev_struct) + \ 433 dev_struct, member))), name, use_va)), \ 434 dev_struct, member)
|
H A D | vfio.h | 259 #define vfio_alloc_device(dev_struct, member, dev, ops) \ argument 260 container_of(_vfio_alloc_device(sizeof(struct dev_struct) + \ 262 struct dev_struct, member)), \ 264 struct dev_struct, member)
|
/openbmc/linux/Documentation/driver-api/ |
H A D | vfio.rst | 395 vfio_alloc_device(dev_struct, member, dev, ops);
|