• Home
  • Raw
  • Download

Lines Matching +full:device +full:- +full:id

1 What:           /sys/.../<device>/mdev_supported_types/
6 supported mediated device types and their details for
7 <device>. Supported type attributes are defined by the
8 vendor driver who registers with Mediated device framework.
10 by adding the device driver string as a prefix to the
13 What: /sys/.../<device>/mdev_supported_types/<type-id>/
24 What: /sys/.../mdev_supported_types/<type-id>/create
28 Writing UUID to this file will create mediated device of
29 type <type-id> for parent device <device>. This is a
30 write-only file.
32 # echo "83b8f4f2-509f-382f-3c1e-e6bfe0fa1001" > \
33 /sys/devices/foo/mdev_supported_types/foo-1/create
35 What: /sys/.../mdev_supported_types/<type-id>/devices/
40 devices sysfs entries which are created of this <type-id>.
42 What: /sys/.../mdev_supported_types/<type-id>/available_instances
47 devices of type <type-id> that can be created. This is a
51 device of that type. Userspace application should check
53 creating mediated device of this type.
55 What: /sys/.../mdev_supported_types/<type-id>/device_api
59 Reading this attribute will show VFIO device API supported
60 by this type. For example, "vfio-pci" for a PCI device,
61 "vfio-platform" for platform device.
63 What: /sys/.../mdev_supported_types/<type-id>/name
68 mediated device that will get created of type <type-id>.
69 This is optional attribute. For example: "Grid M60-0Q"
72 a particular <type-id> that can help in understanding the
73 type of mediated device.
75 What: /sys/.../mdev_supported_types/<type-id>/description
80 mediated device that will get created of type <type-id>.
85 a particular <type-id> that can help in understanding the
86 features provided by that type of mediated device.
88 What: /sys/.../<device>/<UUID>/
92 This directory represents device directory of mediated
93 device. It contains all the attributes related to mediated
94 device.
96 What: /sys/.../<device>/<UUID>/mdev_type
100 This is symbolic link pointing to supported type, <type-id>
101 directory of which this mediated device is created.
103 What: /sys/.../<device>/<UUID>/remove
107 Writing '1' to this file destroys the mediated device. The
108 vendor driver can fail the remove() callback if that device