Home
last modified time | relevance | path

Searched refs:c2h_evt_hdr (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dhal_btc.h114 struct c2h_evt_hdr { struct
Dhal_btc.c1717 struct c2h_evt_hdr c2h_event; in rtl_8723e_c2h_command_handle()
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_cmd.h68 struct c2h_evt_hdr { struct
82 struct c2h_evt_hdr c2h_evt;
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/
Dusb_ops_linux.c233 struct c2h_evt_hdr *c2h_evt; in usb_read_interrupt_complete()
235 c2h_evt = (struct c2h_evt_hdr *)purb->transfer_buffer; in usb_read_interrupt_complete()
Dhal_com.c320 struct c2h_evt_hdr *c2h_evt; in c2h_evt_read23a()
334 c2h_evt = (struct c2h_evt_hdr *)buf; in c2h_evt_read23a()
Drtl8723a_hal_init.c970 int c2h_handler_8723a(struct rtw_adapter *padapter, struct c2h_evt_hdr *c2h_evt) in c2h_handler_8723a()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_cmd.c1175 static int c2h_evt_hdl(struct rtw_adapter *adapter, struct c2h_evt_hdr *c2h_evt) in c2h_evt_hdl()
1183 c2h_evt = (struct c2h_evt_hdr *)buf; in c2h_evt_hdl()
1260 (struct c2h_evt_hdr *)pdrvextra_cmd->pbuf); in rtw_drvextra_cmd_hdl23a()