Lines Matching +full:vendor +full:- +full:id

8 		vendor driver who registers with Mediated device framework.
11 string provided by the vendor driver.
13 What: /sys/.../<device>/mdev_supported_types/<type-id>/
20 attributes to be provided by vendor driver. 'name',
21 'description' and other vendor driver specific attributes
24 What: /sys/.../mdev_supported_types/<type-id>/create
29 type <type-id> for parent device <device>. This is a
30 write-only file.
33 # echo "83b8f4f2-509f-382f-3c1e-e6bfe0fa1001" > \
34 /sys/devices/foo/mdev_supported_types/foo-1/create
36 What: /sys/.../mdev_supported_types/<type-id>/devices/
41 devices sysfs entries which are created of this <type-id>.
43 What: /sys/.../mdev_supported_types/<type-id>/available_instances
48 devices of type <type-id> that can be created. This is a
56 What: /sys/.../mdev_supported_types/<type-id>/device_api
61 by this type. For example, "vfio-pci" for a PCI device,
62 "vfio-platform" for platform device.
64 What: /sys/.../mdev_supported_types/<type-id>/name
69 mediated device that will get created of type <type-id>.
70 This is optional attribute. For example: "Grid M60-0Q"
73 a particular <type-id> that can help in understanding the
76 What: /sys/.../mdev_supported_types/<type-id>/description
81 mediated device that will get created of type <type-id>.
86 a particular <type-id> that can help in understanding the
101 This is symbolic link pointing to supported type, <type-id>
109 vendor driver can fail the remove() callback if that device
110 is active and the vendor driver doesn't support hot unplug.