1 What: /sys/class/uacce/<dev_name>/api
4 Contact: linux-accelerators@lists.ozlabs.org
5 Description: Api of the device
6 Can be any string and up to userspace to parse.
7 Application use the api to match the correct driver
9 What: /sys/class/uacce/<dev_name>/flags
12 Contact: linux-accelerators@lists.ozlabs.org
13 Description: Attributes of the device, see UACCE_DEV_xxx flag defined in uacce.h
15 What: /sys/class/uacce/<dev_name>/available_instances
18 Contact: linux-accelerators@lists.ozlabs.org
19 Description: Available instances left of the device
20 Return -ENODEV if uacce_ops get_available_instances is not provided
22 What: /sys/class/uacce/<dev_name>/algorithms
25 Contact: linux-accelerators@lists.ozlabs.org
26 Description: Algorithms supported by this accelerator, separated by new line.
27 Can be any string and up to userspace to parse.
29 What: /sys/class/uacce/<dev_name>/region_mmio_size
32 Contact: linux-accelerators@lists.ozlabs.org
33 Description: Size (bytes) of mmio region queue file
35 What: /sys/class/uacce/<dev_name>/region_dus_size
38 Contact: linux-accelerators@lists.ozlabs.org
39 Description: Size (bytes) of dus region queue file