Searched refs:c2h_event (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
H A D | hal_btc.c | 1695 struct c2h_evt_hdr c2h_event; in rtl_8723e_c2h_command_handle() local 1699 memset(&c2h_event, 0, sizeof(c2h_event)); in rtl_8723e_c2h_command_handle() 1703 c2h_event.cmd_id = u1b_tmp & 0xF; in rtl_8723e_c2h_command_handle() 1704 c2h_event.cmd_len = (u1b_tmp & 0xF0) >> 4; in rtl_8723e_c2h_command_handle() 1705 c2h_event.cmd_seq = rtl_read_byte(rtlpriv, REG_C2HEVT_MSG_NORMAL + 1); in rtl_8723e_c2h_command_handle() 1708 c2h_event.cmd_id, c2h_event.cmd_len, c2h_event.cmd_seq); in rtl_8723e_c2h_command_handle() 1716 ptmp_buf = kzalloc(c2h_event in rtl_8723e_c2h_command_handle() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
H A D | hal_btc.c | 1695 struct c2h_evt_hdr c2h_event; in rtl_8723e_c2h_command_handle() local 1699 memset(&c2h_event, 0, sizeof(c2h_event)); in rtl_8723e_c2h_command_handle() 1703 c2h_event.cmd_id = u1b_tmp & 0xF; in rtl_8723e_c2h_command_handle() 1704 c2h_event.cmd_len = (u1b_tmp & 0xF0) >> 4; in rtl_8723e_c2h_command_handle() 1705 c2h_event.cmd_seq = rtl_read_byte(rtlpriv, REG_C2HEVT_MSG_NORMAL + 1); in rtl_8723e_c2h_command_handle() 1708 c2h_event.cmd_id, c2h_event.cmd_len, c2h_event.cmd_seq); in rtl_8723e_c2h_command_handle() 1716 ptmp_buf = kzalloc(c2h_event in rtl_8723e_c2h_command_handle() [all...] |
Completed in 5 milliseconds