Home | History | Annotate | Download | only in Txn

Lines Matching full:driver

85  * Destroy bus driver and free the module's object
106 /** \brief Configure bus driver
114 * Configure the bus driver with its connection configuration (such as baud-rate, bus width etc)
115 * and establish the physical connection. Done once (and not per functional driver startup).
123 /** \brief Disconnect bus driver
130 * Disconnect the bus driver.
135 /** \brief Register functional driver to TxnQ
138 * \param uFuncId - The calling functional driver
145 * Called by each functional driver (WLAN, future-BT) that uses the TxnQ.
146 * Save driver's info and create its queues.
156 /** \brief Unregister functional driver from TxnQ
159 * \param uFuncId - The calling functional driver
164 * Called by registered functional driver that uses the TxnQ to unregister.
174 * \param uFuncId - The calling functional driver
178 * Called upon functional driver stop command or upon recovery.
192 * \param uFuncId - The calling functional driver
206 * \param uFuncId - The calling functional driver
222 * Called by the functional driver to initiate a new transaction.