Home
last modified time | relevance | path

Searched refs:show_description (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dmdev.h72 ssize_t (*show_description)(struct mdev_type *mtype, char *buf); member
/openbmc/linux/drivers/vfio/mdev/
H A Dmdev_sysfs.c122 return mtype->parent->mdev_driver->show_description(mtype, buf); in description_show()
139 !to_mdev_type(kobj)->parent->mdev_driver->show_description) in mdev_types_core_is_visible()
/openbmc/linux/Documentation/driver-api/
H A Dvfio-mediated-device.rst101 ssize_t (*show_description)(struct mdev_type *mtype, char *buf);
/openbmc/linux/samples/vfio-mdev/
H A Dmdpy.c683 .show_description = mdpy_show_description,
H A Dmbochs.c1394 .show_description = mbochs_show_description,
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c1542 .show_description = intel_vgpu_show_description,