Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/staging/pi433/
Dpi433_if.c103 bool rx_active; member
143 if (device->rx_active) in DIO1_irq_handler()
368 if (!dev->rx_active) in pi433_start_rx()
639 !device->rx_active || in pi433_tx_thread()
654 if (device->rx_active && !rx_interrupted) { in pi433_tx_thread()
779 if (device->rx_active) { in pi433_read()
784 device->rx_active = true; in pi433_read()
794 device->rx_active = false; in pi433_read()
911 if (device->rx_active) { in pi433_ioctl()
1139 device->rx_active = false; in pi433_probe()
/kernel/linux/linux-5.10/include/rdma/
Dopa_port_info.h302 __be16 rx_active; member
/kernel/linux/linux-5.10/sound/soc/samsung/
Di2s.c175 static inline bool rx_active(struct i2s_dai *i2s) in rx_active() function
192 return rx_active(other); in other_rx_active()
198 return rx_active(i2s) || other_rx_active(i2s); in any_rx_active()
210 return tx_active(i2s) || rx_active(i2s); in this_active()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dmad.c855 pi->link_width_downgrade.rx_active = in __subn_get_opa_portinfo()