Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/hal/
H A Dsdio_ops.c896 struct c2h_evt_hdr_88xx *c2h_evt; in sd_int_dpc() local
898 c2h_evt = rtw_zmalloc(16); in sd_int_dpc()
899 if (c2h_evt) { in sd_int_dpc()
900 if (c2h_evt_read_88xx(adapter, (u8 *)c2h_evt) == _SUCCESS) { in sd_int_dpc()
901 if (c2h_id_filter_ccx_8723b((u8 *)c2h_evt)) { in sd_int_dpc()
903 rtw_hal_c2h_handler(adapter, (u8 *)c2h_evt); in sd_int_dpc()
904 kfree(c2h_evt); in sd_int_dpc()
906 rtw_c2h_wk_cmd(adapter, (u8 *)c2h_evt); in sd_int_dpc()
909 kfree(c2h_evt); in sd_int_dpc()
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_cmd.h108 #define c2h_evt_valid(c2h_evt) ((c2h_evt)->id || (c2h_evt)->plen) argument
612 extern u8 rtw_c2h_wk_cmd(struct adapter *padapter, u8 *c2h_evt);