Searched refs:other_chan (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/wireless/
H A Dchan.c625 struct ieee80211_channel *other_chan = NULL; local
634 other_chan =
637 if (!other_chan)
640 if (chan == other_chan)
1409 struct ieee80211_channel *other_chan = NULL; local
1416 other_chan = wdev->links[link_id].client.current_bss->pub.channel;
1429 other_chan = wdev->links[link_id].ap.chandef.chan;
1431 if (!other_chan)
1434 if (chan == other_chan)
1442 r2 = cfg80211_get_unii(other_chan
[all...]
/linux-master/drivers/hwmon/
H A Dltc4282.c854 int ret, other_chan = ~channel & 0x1; local
872 st->in0_1_cache[other_chan].en = !val;
876 * Then, we are disabling @other_chan. Let's save it's current
879 ret = ltc4282_cache_history(st, other_chan);
886 * Then, we are enabling @other_chan. We need to do the opposite from
893 return ltc4282_cache_sync(st, other_chan);

Completed in 104 milliseconds