sysfs-bus-msm_subsys 1022 B

1234567891011121314151617181920212223242526272829303132
  1. What: /sys/bus/msm_subsys/devices/.../name
  2. Date: July 2012
  3. Contact: Stephen Boyd <sboyd@codeaurora.org>
  4. Description:
  5. Shows the name of the subsystem.
  6. What: /sys/bus/msm_subsys/devices/.../state
  7. Date: July 2012
  8. Contact: Stephen Boyd <sboyd@codeaurora.org>
  9. Description:
  10. Shows the state state of a subsystem. Current states
  11. supported are:
  12. OFFLINE - subsystem is offline
  13. ONLINE - subsystem is online
  14. This file supports poll(3) to detect when a subsystem changes
  15. state. Use POLLPRI to detect state changes.
  16. What: /sys/bus/msm_subsys/devices/.../restart_level
  17. Date: December 2012
  18. Contact: Stephen Boyd <sboyd@codeaurora.org>
  19. Description:
  20. Shows the restart level of a subsystem. The level is taken into
  21. account when the subsystem is restarted via
  22. subsystem_restart{_dev}(). Current supported states are:
  23. SYSTEM - reset the entire system
  24. RELATED - reset this subsystem and the other subsystems
  25. related to this one. Having no other
  26. subsystems related to this subsystem is valid.