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
116 * Configure the bus driver with its connection configuration (such as baud-rate, bus width etc)
117 * and establish the physical connection. Done once (and not per functional driver startup).
128 /** \brief Disconnect bus driver
135 * Disconnect the bus driver.
140 /** \brief Register functional driver to TxnQ
143 * \param uFuncId - The calling functional driver
150 * Called by each functional driver (WLAN, future-BT) that uses the TxnQ.
151 * Save driver's info and create its queues.
161 /** \brief Unregister functional driver from TxnQ
164 * \param uFuncId - The calling functional driver
169 * Called by registered functional driver that uses the TxnQ to unregister.
179 * \param uFuncId - The calling functional driver
183 * Called upon functional driver stop command or upon recovery.
197 * \param uFuncId - The calling functional driver
211 * \param uFuncId - The calling functional driver
227 * Called by the functional driver to initiate a new transaction.
242 * \param uFuncId - The calling functional driver