Lines Matching full:sysfs
22 * By writing to the 'recovery' sysfs entry, we control the behavior of the
25 * The 'recovery' sysfs entry supports these commands:
70 * human readable configuration via sysfs. Always keep in sync with
89 * By writing to the 'coredump' sysfs entry, we control the behavior of the
92 * The 'coredump' sysfs entry supports these commands:
130 /* Expose the loaded / running firmware name via sysfs */
151 /* Change firmware name via sysfs */
196 * via sysfs. Always keep in sync with enum rproc_state
208 /* Expose the state of the remote processor via sysfs */
219 /* Change remote processor state via sysfs */
247 /* Expose the name of the remote processor via sysfs */
282 /* create remoteproc device class for sysfs */ in rproc_init_sysfs()