Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/hw/qib/
Dqib_twsi.c155 u8 ack_received; in i2c_ackrcv() local
159 ack_received = sda_in(dd, 1); in i2c_ackrcv()
161 ack_received = sda_in(dd, 1) == 0; in i2c_ackrcv()
163 return ack_received; in i2c_ackrcv()
/linux-6.6.21/sound/soc/sof/intel/
Dhda-ipc.c161 bool ack_received = false; in hda_dsp_ipc4_irq_thread() local
175 ack_received = true; in hda_dsp_ipc4_irq_thread()
229 if (ack_received) { in hda_dsp_ipc4_irq_thread()
Dcnl.c40 bool ack_received = false; in cnl_ipc4_irq_thread() local
54 ack_received = true; in cnl_ipc4_irq_thread()
104 if (ack_received) { in cnl_ipc4_irq_thread()
Dmtl.c502 bool ack_received = false; in mtl_ipc_irq_thread() local
519 ack_received = true; in mtl_ipc_irq_thread()
571 if (ack_received) { in mtl_ipc_irq_thread()