Lines Matching defs:h2c
3304 u8 *h2c;
3308 h2c = rtw89_hex2bin_user(rtwdev, user_buf, count);
3309 if (IS_ERR(h2c))
3312 ret = rtw89_fw_h2c_raw(rtwdev, h2c, h2c_len);
3314 kfree(h2c);
3329 seq_printf(m, "%d: %*ph\n", ++seq, early_h2c->h2c_len, early_h2c->h2c);
3343 u8 *h2c;
3346 h2c = rtw89_hex2bin_user(rtwdev, user_buf, count);
3347 if (IS_ERR(h2c))
3350 if (h2c_len >= 2 && h2c[0] == 0x00 && h2c[1] == 0x00) {
3351 kfree(h2c);
3358 kfree(h2c);
3362 early_h2c->h2c = h2c;