Home
last modified time | relevance | path

Searched refs:channels_opened (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/most/aim-network/
Dnetworking.c68 bool channels_opened; member
189 if (nd->channels_opened) in most_nd_open()
205 nd->channels_opened = true; in most_nd_open()
226 if (nd->channels_opened) { in most_nd_stop()
229 nd->channels_opened = false; in most_nd_stop()
416 if (!nd || !nd->channels_opened || nd->tx.ch_id != channel_idx) in aim_resume_tx_channel()
436 if (!nd || !nd->channels_opened || nd->rx.ch_id != mbo->hdm_channel_id) in aim_rx_data()