Home
last modified time | relevance | path

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

/linux/include/linux/
A Dvfio.h267 #define vfio_alloc_device(dev_struct, member, dev, ops) \ argument
268 container_of(_vfio_alloc_device(sizeof(struct dev_struct) + \
270 struct dev_struct, member)), \
272 struct dev_struct, member)
A Dvdpa.h467 #define vdpa_alloc_device(dev_struct, member, parent, config, ngroups, nas, \ argument
471 (sizeof(dev_struct) + \
473 dev_struct, member))), name, use_va)), \
474 dev_struct, member)
/linux/Documentation/driver-api/
A Dvfio.rst395 vfio_alloc_device(dev_struct, member, dev, ops);

Completed in 9 milliseconds