Searched refs:slot_owner (Results 1 – 2 of 2) sorted by relevance
1304 hc->slot_owner[i] = -1; in init_chip()2852 if (hc->slot_owner[oslot_tx << 1] == ch) { in mode_hfcmulti()2857 hc->slot_owner[oslot_tx << 1] = -1; in mode_hfcmulti()2863 __func__, hc->slot_owner[oslot_tx << 1]); in mode_hfcmulti()2873 if (hc->slot_owner[(oslot_rx << 1) | 1] == ch) { in mode_hfcmulti()2876 hc->slot_owner[(oslot_rx << 1) | 1] = -1; in mode_hfcmulti()2883 hc->slot_owner[(oslot_rx << 1) | 1]); in mode_hfcmulti()2912 hc->slot_owner[slot_tx << 1] = ch; in mode_hfcmulti()2938 hc->slot_owner[(slot_rx << 1) | 1] = ch; in mode_hfcmulti()
241 signed char slot_owner[256]; /* owner channel of slot */ member