Home
last modified time | relevance | path

Searched refs:dev_struct (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dvfio.h220 #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 Dvdpa.h379 #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 Dvfio.rst264 vfio_alloc_device(dev_struct, member, dev, ops);

Completed in 8 milliseconds