Lines Matching full:line
21 :ref:`gpio-v1-line-handle`, and the :ref:`gpio-v1-line-event`.
23 Where "line event" is used in this document it refers to the request that can
24 monitor a line for edge events, not the edge events themselves.
39 and the resulting line handle is used to access the GPIO chip's lines, or
40 gpio-get-lineevent-ioctl.rst and the resulting line event is used to monitor
41 a GPIO line for edge events.
54 Get Line Handle <gpio-get-linehandle-ioctl>
55 Get Line Event <gpio-get-lineevent-ioctl>
57 Get Line Info <gpio-get-lineinfo-ioctl>
58 Watch Line Info <gpio-get-lineinfo-watch-ioctl>
59 Unwatch Line Info <gpio-get-lineinfo-unwatch-ioctl>
60 Read Line Info Changed Events <gpio-lineinfo-changed-read>
62 .. _gpio-v1-line-handle:
64 Line Handle
67 Line handles are created by gpio-get-linehandle-ioctl.rst and provide
68 access to a set of requested lines. The line handle is exposed to userspace
72 Within this documentation, the line handle file descriptor is referred to
78 The following operations may be performed on the line handle:
83 Get Line Values <gpio-handle-get-line-values-ioctl>
84 Set Line Values <gpio-handle-set-line-values-ioctl>
87 .. _gpio-v1-line-event:
89 Line Event
92 Line events are created by gpio-get-lineevent-ioctl.rst and provide
93 access to a requested line. The line event is exposed to userspace
97 Within this documentation, the line event file descriptor is referred to
103 The following operations may be performed on the line event:
108 Get Line Value <gpio-handle-get-line-values-ioctl>
109 Read Line Edge Events <gpio-lineevent-data-read>