Searched refs:rx_active (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/staging/pi433/
H A Dpi433_if.c109 bool rx_active; member in struct:pi433_device
152 if (device->rx_active)
376 if (!dev->rx_active)
645 !device->rx_active ||
660 if (device->rx_active && !rx_interrupted) {
785 if (device->rx_active) {
790 device->rx_active = true;
800 device->rx_active = false;
927 if (device->rx_active) {
1124 ret = wait_event_interruptible(dev->tx_wait_queue, !dev->rx_active);
[all...]
/linux-master/include/rdma/
H A Dopa_port_info.h302 __be16 rx_active; member in struct:opa_port_info::__anon1392
/linux-master/sound/soc/samsung/
H A Di2s.c181 static inline bool rx_active(struct i2s_dai *i2s) function
198 return rx_active(other);
204 return rx_active(i2s) || other_rx_active(i2s);
216 return tx_active(i2s) || rx_active(i2s);
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_hif_cldma.c613 unsigned int rx_active; local
619 rx_active = t7xx_cldma_hw_queue_status(hw_info, CLDMA_ALL_Q, MTK_RX);
621 return tx_active || rx_active;
/linux-master/drivers/infiniband/hw/hfi1/
H A Dmad.c813 pi->link_width_downgrade.rx_active =

Completed in 157 milliseconds