Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dvdpa.h427 #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 Dvfio.h259 #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 Dvfio.rst395 vfio_alloc_device(dev_struct, member, dev, ops);