Lines Matching refs:h2c
3469 u8 *h2c; in rtw89_debug_priv_send_h2c_set() local
3473 h2c = rtw89_hex2bin(rtwdev, buf, count); in rtw89_debug_priv_send_h2c_set()
3474 if (IS_ERR(h2c)) in rtw89_debug_priv_send_h2c_set()
3477 ret = rtw89_fw_h2c_raw(rtwdev, h2c, h2c_len); in rtw89_debug_priv_send_h2c_set()
3479 kfree(h2c); in rtw89_debug_priv_send_h2c_set()
3497 early_h2c->h2c_len, early_h2c->h2c); in rtw89_debug_priv_early_h2c_get()
3508 u8 *h2c; in rtw89_debug_priv_early_h2c_set() local
3513 h2c = rtw89_hex2bin(rtwdev, buf, count); in rtw89_debug_priv_early_h2c_set()
3514 if (IS_ERR(h2c)) in rtw89_debug_priv_early_h2c_set()
3517 if (h2c_len >= 2 && h2c[0] == 0x00 && h2c[1] == 0x00) { in rtw89_debug_priv_early_h2c_set()
3518 kfree(h2c); in rtw89_debug_priv_early_h2c_set()
3525 kfree(h2c); in rtw89_debug_priv_early_h2c_set()
3529 early_h2c->h2c = h2c; in rtw89_debug_priv_early_h2c_set()