Lines Matching full:channel
20 /** Post data on channel.
22 * @param chnr the channel number
64 /** Request a channel.
66 * @return channel number. Negative if error happened.
70 /** Close channel @chnr */
73 /** Set the water mark level for posting into the channel @chnr. */
75 /** Set the water mark level for receiving from the channel @chnr. */
81 /* On a packet received in channel. */
85 /* On the channel has been closed. */
106 /** Push a data package into the receive queue of the channel @chnr. */
109 /** Pop a data package from the receive queue of the channel @chnr.
123 /* There will be a request for each channel. So no need to seperate them so
129 /** Get the corresponding channel number from the VBus device @dev. */
131 /** Register a call back on the other side disconnect the channel.