chdef             276 drivers/net/wireless/quantenna/qtnfmac/commands.c 		qlink_chandef_cfg2q(&s->chandef, &chtlv->chdef);
chdef            2527 drivers/net/wireless/quantenna/qtnfmac/commands.c int qtnf_cmd_get_channel(struct qtnf_vif *vif, struct cfg80211_chan_def *chdef)
chdef            2548 drivers/net/wireless/quantenna/qtnfmac/commands.c 	qlink_chandef_q2cfg(priv_to_wiphy(vif->mac), &resp->chan, chdef);
chdef            2558 drivers/net/wireless/quantenna/qtnfmac/commands.c 		       const struct cfg80211_chan_def *chdef,
chdef            2574 drivers/net/wireless/quantenna/qtnfmac/commands.c 	qlink_chandef_cfg2q(chdef, &cmd->chan);
chdef              66 drivers/net/wireless/quantenna/qtnfmac/commands.h int qtnf_cmd_get_channel(struct qtnf_vif *vif, struct cfg80211_chan_def *chdef);
chdef              68 drivers/net/wireless/quantenna/qtnfmac/commands.h 		       const struct cfg80211_chan_def *chdef,
chdef            1340 drivers/net/wireless/quantenna/qtnfmac/qlink.h 	struct qlink_chandef chdef;
chdef             117 drivers/net/wireless/quantenna/qtnfmac/qlink_util.c 			 struct cfg80211_chan_def *chdef)
chdef             123 drivers/net/wireless/quantenna/qtnfmac/qlink_util.c 	chdef->chan = chan;
chdef             124 drivers/net/wireless/quantenna/qtnfmac/qlink_util.c 	chdef->center_freq1 = le16_to_cpu(qch->center_freq1);
chdef             125 drivers/net/wireless/quantenna/qtnfmac/qlink_util.c 	chdef->center_freq2 = le16_to_cpu(qch->center_freq2);
chdef             126 drivers/net/wireless/quantenna/qtnfmac/qlink_util.c 	chdef->width = qlink_chanwidth_to_nl(qch->width);
chdef             129 drivers/net/wireless/quantenna/qtnfmac/qlink_util.c void qlink_chandef_cfg2q(const struct cfg80211_chan_def *chdef,
chdef             132 drivers/net/wireless/quantenna/qtnfmac/qlink_util.c 	struct ieee80211_channel *chan = chdef->chan;
chdef             138 drivers/net/wireless/quantenna/qtnfmac/qlink_util.c 	qch->center_freq1 = cpu_to_le16(chdef->center_freq1);
chdef             139 drivers/net/wireless/quantenna/qtnfmac/qlink_util.c 	qch->center_freq2 = cpu_to_le16(chdef->center_freq2);
chdef             140 drivers/net/wireless/quantenna/qtnfmac/qlink_util.c 	qch->width = qlink_chanwidth_nl_to_qlink(chdef->width);
chdef              74 drivers/net/wireless/quantenna/qtnfmac/qlink_util.h 			 struct cfg80211_chan_def *chdef);
chdef              75 drivers/net/wireless/quantenna/qtnfmac/qlink_util.h void qlink_chandef_cfg2q(const struct cfg80211_chan_def *chdef,