Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/rtl8822c/sdio/
H A Drtl8822cs_io.c456 rtl8822cs_get_interrupt(adapter, NULL, &rx_len); in sd_int_dpc()
486 rtl8822cs_get_interrupt(adapter, &phal->sdio_hisr, &phal->SdioRxFIFOSize); in sd_int_hdl()
524 rtl8822cs_get_interrupt(adapter, &phal->sdio_hisr, in RecvOnePkt()
H A Drtl8822cs.h58 void rtl8822cs_get_interrupt(PADAPTER, u32 *hisr, u32 *rx_len);
H A Drtl8822cs_ops.c69 void rtl8822cs_get_interrupt(PADAPTER adapter, u32 *hisr, u32 *rx_len) in rtl8822cs_get_interrupt() function