Lines Matching refs:out
140 struct ieee80211_parsed_tpe_psd psd, out; member
158 .out.valid = true,
159 .out.count = 16,
160 .out.n = 8,
161 .out.power = { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 },
179 .out.valid = true,
180 .out.count = 8,
181 .out.n = 0,
182 .out.power = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, },
200 .out.valid = true,
201 .out.count = 8,
202 .out.n = 4,
203 .out.power = { 0, 1, 2, 3, 4, 5, 6, 7, 127, 127, 127, 127, 127, 127, 127, 127},
226 .out.valid = true,
227 .out.count = 8,
228 .out.n = 4,
229 .out.power = { 12, 13, 14, 15, 0, 1, 2, 3, 127, 127, 127, 127, 127, 127, 127, 127},
252 .out.valid = true,
253 .out.count = 8,
254 .out.n = 4,
255 .out.power = { 0, 1, 2, 3, 12, 13, 14, 15, 127, 127, 127, 127, 127, 127, 127, 127},
270 KUNIT_EXPECT_MEMEQ(test, &tmp, ¶ms->out, sizeof(tmp)); in psd_reorder()