Lines Matching full:c1
29 /* leave c1 empty for tests for identical */
30 struct cfg80211_chan_def c1, c2; member
90 .c1 = {
104 .c1 = {
117 .c1 = {
131 .c1 = {
145 .c1 = {
160 .c1 = {
176 .c1 = {
197 struct cfg80211_chan_def c1 = params->c1; in KUNIT_ARRAY_PARAM_DESC() local
200 if (!params->c1.chan) in KUNIT_ARRAY_PARAM_DESC()
201 c1 = params->c2; in KUNIT_ARRAY_PARAM_DESC()
203 KUNIT_EXPECT_EQ(test, cfg80211_chandef_valid(&c1), true); in KUNIT_ARRAY_PARAM_DESC()
208 ret = cfg80211_chandef_compatible(&c1, ¶ms->c2); in KUNIT_ARRAY_PARAM_DESC()
211 if (!params->c1.chan) in KUNIT_ARRAY_PARAM_DESC()
212 expect = &c1; in KUNIT_ARRAY_PARAM_DESC()
214 ret = cfg80211_chandef_compatible(¶ms->c2, &c1); in KUNIT_ARRAY_PARAM_DESC()