Home
last modified time | relevance | path

Searched defs:c2h_evt (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/rtl8723au/core/
Drtw_cmd.c1206 int rtw_c2h_wk_cmd23a(struct rtw_adapter *padapter, u8 *c2h_evt) in rtw_c2h_wk_cmd23a()
1241 static int c2h_evt_hdl(struct rtw_adapter *adapter, struct c2h_evt_hdr *c2h_evt) in c2h_evt_hdl()
/drivers/staging/rtl8723au/hal/
Dusb_ops_linux.c233 struct c2h_evt_hdr *c2h_evt; in usb_read_interrupt_complete() local
Dhal_com.c362 struct c2h_evt_hdr *c2h_evt; in c2h_evt_read23a() local
Drtl8723a_hal_init.c1072 int c2h_handler_8723a(struct rtw_adapter *padapter, struct c2h_evt_hdr *c2h_evt) in c2h_handler_8723a()
/drivers/staging/rtl8723au/include/
Drtw_cmd.h83 struct c2h_evt_hdr c2h_evt; member
90 #define c2h_evt_exist(c2h_evt) ((c2h_evt)->id || (c2h_evt)->plen) argument