Lines Matching full:channel
68 32-bit 'channel' value allocated by the driver.
74 1/ Creating a new channel:
77 that will be identified by a 32-bit value named '<channel>' here:
79 REG_CHANNEL = <channel>
82 IMPORTANT: <channel> should never be 0
84 2/ Closing a channel:
87 channel file descriptor.
89 REG_CHANNEL = <channel>
92 3/ Writing data to the channel:
95 channel's file descriptor. This command is used to send a single
98 REG_CHANNEL = <channel>
125 4/ Reading data from the channel:
128 channel's file descriptor.
130 REG_CHANNEL = <channel>
148 REG_CHANNEL = <channel>
159 REG_CHANNEL = <channel>
165 poll() and epoll() system calls where a pipe channel is involved.
167 REG_CHANNEL = <channel>
179 (channel,mask) pairs, terminated by a single 0 value for the channel.
184 channel = REG_CHANNEL
185 if (channel == 0) // END OF LIST
194 PIPE_WAKE_READ :: the channel is now readable.
195 PIPE_WAKE_WRITE :: the channel is now writable.
199 channel if CMD_WAKE_ON_READ or CMD_WAKE_ON_WRITE (respectively) were