Lines Matching defs:c2
35 struct cfg80211_chan_def c1, c2;
36 /* we test both ways around, so c2 should always be the compat one */
41 .c2 = {
50 .c2 = {
59 .c2 = {
68 .c2 = {
77 .c2 = {
86 .c2 = {
100 .c2 = {
114 .c2 = {
127 .c2 = {
141 .c2 = {
155 .c2 = {
171 .c2 = {
187 .c2 = {
206 c1 = params->c2;
209 KUNIT_EXPECT_EQ(test, cfg80211_chandef_valid(¶ms->c2), true);
211 expect = params->compat ? ¶ms->c2 : NULL;
213 ret = cfg80211_chandef_compatible(&c1, ¶ms->c2);
219 ret = cfg80211_chandef_compatible(¶ms->c2, &c1);