Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vfio/mdev/
H A Dmdev_private.h30 int mdev_device_create(struct mdev_type *kobj, const guid_t *uuid);
H A Dmdev_core.c128 int mdev_device_create(struct mdev_type *type, const guid_t *uuid) in mdev_device_create() function
H A Dmdev_sysfs.c81 ret = mdev_device_create(mtype, &uuid); in create_store()