Home
last modified time | relevance | path

Searched refs:pC2hEvent (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/staging/rtl8723bs/include/
Drtl8723b_hal.h276 s32 c2h_handler_8723b(struct adapter *padapter, u8 *pC2hEvent);
/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Drtl8723b_hal_init.c3659 struct c2h_evt_hdr_88xx *pC2hEvent = (struct c2h_evt_hdr_88xx *)buf; in c2h_handler_8723b() local
3663 if (!pC2hEvent) { in c2h_handler_8723b()
3669 switch (pC2hEvent->id) { in c2h_handler_8723b()
3674 RT_TRACE(_module_hal_init_c_, _drv_info_, ("c2h_handler_8723b: %s\n", pC2hEvent->payload)); in c2h_handler_8723b()
3688 for (index = 0; index < pC2hEvent->plen; index++) { in c2h_handler_8723b()
3689 …RT_TRACE(_module_hal_init_c_, _drv_info_, ("[BT], tmpBuf[%d]= 0x%x\n", index, pC2hEvent->payload[i… in c2h_handler_8723b()
3694 hal_btcoex_BtInfoNotify(padapter, pC2hEvent->plen, pC2hEvent->payload); in c2h_handler_8723b()
3709 static void process_c2h_event(struct adapter *padapter, PC2H_EVT_HDR pC2hEvent, u8 *c2hBuf) in process_c2h_event() argument
3718 switch (pC2hEvent->CmdID) { in process_c2h_event()
3737 for (index = 0; index < pC2hEvent->CmdLen; index++) { in process_c2h_event()
[all …]