Searched refs:rx_active (Results 1 – 5 of 5) sorted by relevance
106 bool rx_active; member149 if (device->rx_active) in DIO1_irq_handler()373 if (!dev->rx_active) in pi433_start_rx()642 !device->rx_active || in pi433_tx_thread()657 if (device->rx_active && !rx_interrupted) { in pi433_tx_thread()782 if (device->rx_active) { in pi433_read()787 device->rx_active = true; in pi433_read()797 device->rx_active = false; in pi433_read()924 if (device->rx_active) { in pi433_ioctl()1122 ret = wait_event_interruptible(dev->tx_wait_queue, !dev->rx_active); in pi433_debugfs_regs_show()[all …]
302 __be16 rx_active; member
183 static inline bool rx_active(struct i2s_dai *i2s) in rx_active() function200 return rx_active(other); in other_rx_active()206 return rx_active(i2s) || other_rx_active(i2s); in any_rx_active()218 return tx_active(i2s) || rx_active(i2s); in this_active()
614 unsigned int rx_active; in t7xx_cldma_qs_are_active() local620 rx_active = t7xx_cldma_hw_queue_status(hw_info, CLDMA_ALL_Q, MTK_RX); in t7xx_cldma_qs_are_active()622 return tx_active || rx_active; in t7xx_cldma_qs_are_active()
813 pi->link_width_downgrade.rx_active = in __subn_get_opa_portinfo()
Completed in 21 milliseconds