Home
last modified time | relevance | path

Searched refs:c2h_handler_8723a (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_cmd.c1185 ret = c2h_handler_8723a(adapter, c2h_evt); in c2h_evt_hdl()
1188 ret = c2h_handler_8723a(adapter, c2h_evt); in c2h_evt_hdl()
1221 c2h_handler_8723a(adapter, &ework->u.c2h_evt); in rtw_evt_work()
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtl8723a_hal.h521 int c2h_handler_8723a(struct rtw_adapter *padapter, struct c2h_evt_hdr *c2h_evt);
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_hal_init.c970 int c2h_handler_8723a(struct rtw_adapter *padapter, struct c2h_evt_hdr *c2h_evt) in c2h_handler_8723a() function