Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_cmd.c1184 ret = c2h_handler_8723a(adapter, c2h_evt); in c2h_evt_hdl()
1187 ret = c2h_handler_8723a(adapter, c2h_evt); in c2h_evt_hdl()
1220 c2h_handler_8723a(adapter, &ework->u.c2h_evt); in rtw_evt_work()
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtl8723a_hal.h518 int c2h_handler_8723a(struct rtw_adapter *padapter, struct c2h_evt_hdr *c2h_evt);
/linux-4.1.27/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