1 What: /sys/kernel/debug/scmi/<n>/instance_name
4 Contact: cristian.marussi@arm.com
5 Description: The name of the underlying SCMI instance <n> described by
6 all the debugfs accessors rooted at /sys/kernel/debug/scmi/<n>,
7 expressed as the full name of the top DT SCMI node under which
8 this SCMI instance is rooted.
9 Users: Debugging, any userspace test suite
11 What: /sys/kernel/debug/scmi/<n>/atomic_threshold_us
14 Contact: cristian.marussi@arm.com
15 Description: An optional time value, expressed in microseconds, representing,
16 on this SCMI instance <n>, the threshold above which any SCMI
17 command, advertised to have an higher-than-threshold execution
18 latency, should not be considered for atomic mode of operation,
20 Users: Debugging, any userspace test suite
22 What: /sys/kernel/debug/scmi/<n>/transport/type
25 Contact: cristian.marussi@arm.com
26 Description: A string representing the type of transport configured for this
28 Users: Debugging, any userspace test suite
30 What: /sys/kernel/debug/scmi/<n>/transport/is_atomic
33 Contact: cristian.marussi@arm.com
34 Description: A boolean stating if the transport configured on the underlying
35 SCMI instance <n> is capable of atomic mode of operation.
36 Users: Debugging, any userspace test suite
38 What: /sys/kernel/debug/scmi/<n>/transport/max_rx_timeout_ms
41 Contact: cristian.marussi@arm.com
42 Description: Timeout in milliseconds allowed for SCMI synchronous replies
43 for the currently configured SCMI transport for instance <n>.
44 Users: Debugging, any userspace test suite
46 What: /sys/kernel/debug/scmi/<n>/transport/max_msg_size
49 Contact: cristian.marussi@arm.com
50 Description: Max message size of allowed SCMI messages for the currently
51 configured SCMI transport for instance <n>.
52 Users: Debugging, any userspace test suite
54 What: /sys/kernel/debug/scmi/<n>/transport/tx_max_msg
57 Contact: cristian.marussi@arm.com
58 Description: Max number of concurrently allowed in-flight SCMI messages for
59 the currently configured SCMI transport for instance <n> on the
61 Users: Debugging, any userspace test suite
63 What: /sys/kernel/debug/scmi/<n>/transport/rx_max_msg
66 Contact: cristian.marussi@arm.com
67 Description: Max number of concurrently allowed in-flight SCMI messages for
68 the currently configured SCMI transport for instance <n> on the
70 Users: Debugging, any userspace test suite