Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/isdn/hardware/mISDN/
Dhfcmulti.c1349 hc->slot_owner[i] = -1; in init_chip()
2899 if (hc->slot_owner[oslot_tx << 1] == ch) { in mode_hfcmulti()
2904 hc->slot_owner[oslot_tx << 1] = -1; in mode_hfcmulti()
2910 __func__, hc->slot_owner[oslot_tx << 1]); in mode_hfcmulti()
2920 if (hc->slot_owner[(oslot_rx << 1) | 1] == ch) { in mode_hfcmulti()
2923 hc->slot_owner[(oslot_rx << 1) | 1] = -1; in mode_hfcmulti()
2930 hc->slot_owner[(oslot_rx << 1) | 1]); in mode_hfcmulti()
2959 hc->slot_owner[slot_tx << 1] = ch; in mode_hfcmulti()
2985 hc->slot_owner[(slot_rx << 1) | 1] = ch; in mode_hfcmulti()
Dhfc_multi.h240 signed char slot_owner[256]; /* owner channel of slot */ member