sysfs-pps 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. What: /sys/class/pps/
  2. Date: February 2008
  3. Contact: Rodolfo Giometti <giometti@linux.it>
  4. Description:
  5. The /sys/class/pps/ directory will contain files and
  6. directories that will provide a unified interface to
  7. the PPS sources.
  8. What: /sys/class/pps/ppsX/
  9. Date: February 2008
  10. Contact: Rodolfo Giometti <giometti@linux.it>
  11. Description:
  12. The /sys/class/pps/ppsX/ directory is related to X-th
  13. PPS source into the system. Each directory will
  14. contain files to manage and control its PPS source.
  15. What: /sys/class/pps/ppsX/assert
  16. Date: February 2008
  17. Contact: Rodolfo Giometti <giometti@linux.it>
  18. Description:
  19. The /sys/class/pps/ppsX/assert file reports the assert events
  20. and the assert sequence number of the X-th source in the form:
  21. <secs>.<nsec>#<sequence>
  22. If the source has no assert events the content of this file
  23. is empty.
  24. What: /sys/class/pps/ppsX/clear
  25. Date: February 2008
  26. Contact: Rodolfo Giometti <giometti@linux.it>
  27. Description:
  28. The /sys/class/pps/ppsX/clear file reports the clear events
  29. and the clear sequence number of the X-th source in the form:
  30. <secs>.<nsec>#<sequence>
  31. If the source has no clear events the content of this file
  32. is empty.
  33. What: /sys/class/pps/ppsX/mode
  34. Date: February 2008
  35. Contact: Rodolfo Giometti <giometti@linux.it>
  36. Description:
  37. The /sys/class/pps/ppsX/mode file reports the functioning
  38. mode of the X-th source in hexadecimal encoding.
  39. Please, refer to linux/include/linux/pps.h for further
  40. info.
  41. What: /sys/class/pps/ppsX/echo
  42. Date: February 2008
  43. Contact: Rodolfo Giometti <giometti@linux.it>
  44. Description:
  45. The /sys/class/pps/ppsX/echo file reports if the X-th does
  46. or does not support an "echo" function.
  47. What: /sys/class/pps/ppsX/name
  48. Date: February 2008
  49. Contact: Rodolfo Giometti <giometti@linux.it>
  50. Description:
  51. The /sys/class/pps/ppsX/name file reports the name of the
  52. X-th source.
  53. What: /sys/class/pps/ppsX/path
  54. Date: February 2008
  55. Contact: Rodolfo Giometti <giometti@linux.it>
  56. Description:
  57. The /sys/class/pps/ppsX/path file reports the path name of
  58. the device connected with the X-th source.
  59. If the source is not connected with any device the content
  60. of this file is empty.