Lines Matching refs:c2h_event
1717 struct c2h_evt_hdr c2h_event; in rtl_8723e_c2h_command_handle() local
1721 memset(&c2h_event, 0, sizeof(c2h_event)); in rtl_8723e_c2h_command_handle()
1725 c2h_event.cmd_id = u1b_tmp & 0xF; in rtl_8723e_c2h_command_handle()
1726 c2h_event.cmd_len = (u1b_tmp & 0xF0) >> 4; in rtl_8723e_c2h_command_handle()
1727 c2h_event.cmd_seq = rtl_read_byte(rtlpriv, REG_C2HEVT_MSG_NORMAL + 1); in rtl_8723e_c2h_command_handle()
1730 c2h_event.cmd_id , c2h_event.cmd_len, c2h_event.cmd_seq); in rtl_8723e_c2h_command_handle()
1738 ptmp_buf = kzalloc(c2h_event.cmd_len, GFP_KERNEL); in rtl_8723e_c2h_command_handle()
1746 for (index = 0; index < c2h_event.cmd_len; index++) in rtl_8723e_c2h_command_handle()
1751 switch (c2h_event.cmd_id) { in rtl_8723e_c2h_command_handle()
1761 c2h_event.cmd_id); in rtl_8723e_c2h_command_handle()
1764 c2h_event.cmd_seq); in rtl_8723e_c2h_command_handle()
1768 rtl8723e_dm_bt_parse_bt_info(hw, ptmp_buf, c2h_event.cmd_len); in rtl_8723e_c2h_command_handle()