Home
last modified time | relevance | path

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

/linux-6.15/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c1908 int *txpending, slot_tx; in hfcmulti_tx() local
1920 slot_tx = hc->chan[ch].slot_tx; in hfcmulti_tx()
2060 && slot_tx >= 0) { in hfcmulti_tx()
2888 if (slot_tx < 0) { in mode_hfcmulti()
2891 hc->chan[ch].slot_tx = -1; in mode_hfcmulti()
2914 hc->chan[ch].slot_tx = slot_tx; in mode_hfcmulti()
3533 int slot_tx; in channel_bctrl() local
3583 slot_tx = cq->p1 & 0xff; in channel_bctrl()
3847 hc->chan[i].slot_tx = -1; in hfcmulti_initmode()
3944 hc->chan[i].slot_tx = -1; in hfcmulti_initmode()
[all …]
H A Dhfc_multi.h51 int slot_tx; /* current pcm slot */ member