Lines Matching defs:early_h2c
3324 struct rtw89_early_h2c *early_h2c;
3328 list_for_each_entry(early_h2c, &rtwdev->early_h2c_list, list)
3329 seq_printf(m, "%d: %*ph\n", ++seq, early_h2c->h2c_len, early_h2c->h2c);
3342 struct rtw89_early_h2c *early_h2c;
3356 early_h2c = kmalloc(sizeof(*early_h2c), GFP_KERNEL);
3357 if (!early_h2c) {
3362 early_h2c->h2c = h2c;
3363 early_h2c->h2c_len = h2c_len;
3366 list_add_tail(&early_h2c->list, &rtwdev->early_h2c_list);
3990 rtw89_debugfs_add_rw(early_h2c);