Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dvdpa.h407 struct vdpa_device *__vdpa_alloc_device(struct device *parent,
429 container_of((__vdpa_alloc_device( \
/linux-6.6.21/drivers/vdpa/
Dvdpa.c157 struct vdpa_device *__vdpa_alloc_device(struct device *parent, in __vdpa_alloc_device() function
214 EXPORT_SYMBOL_GPL(__vdpa_alloc_device);
/linux-6.6.21/drivers/vdpa/vdpa_sim/
Dvdpa_sim.c216 vdpa = __vdpa_alloc_device(NULL, ops, in vdpasim_create()