Lines Matching full:instance
15 * DLCI2 <---> CMUX instance <--> Serial bus <--> Client <--> DLCI2
186 * @brief Contains CMUX instance configuration data
204 * @brief Initialize CMUX instance
205 * @param cmux CMUX instance
206 * @param config Configuration to apply to CMUX instance
223 * @brief Initialize DLCI instance and register it with CMUX instance
225 * @param cmux CMUX instance which the DLCI will be registered to
226 * @param dlci DLCI instance which will be registered and configured
227 * @param config Configuration to apply to DLCI instance
233 * @brief Attach CMUX instance to pipe
235 * @param cmux CMUX instance
236 * @param pipe Pipe instance to attach CMUX instance to
241 * @brief Connect CMUX instance
246 * @param cmux CMUX instance
253 * @brief Connect CMUX instance asynchronously
258 * @param cmux CMUX instance
265 * @brief Close down and disconnect CMUX instance
269 * @param cmux CMUX instance
277 * @brief Close down and disconnect CMUX instance asynchronously
281 * @param cmux CMUX instance
289 * @brief Release CMUX instance from pipe
291 * @details Releases the pipe and hard resets the CMUX instance internally. CMUX should
294 * @param cmux CMUX instance
296 * @note The bus pipe can be used directly again after CMUX instance is released.