Searched refs:_sd_read (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/staging/rtl8723bs/include/ |
D | sdio_ops_linux.h | 21 s32 _sd_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata);
|
/linux-5.19.10/drivers/staging/rtl8723bs/os_dep/ |
D | sdio_ops_linux.c | 328 s32 _sd_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata) in _sd_read() function 399 err = _sd_read(pintfhdl, addr, cnt, pdata); in sd_read()
|
/linux-5.19.10/drivers/staging/rtl8723bs/hal/ |
D | sdio_ops.c | 406 err = _sd_read(intfhdl, addr, cnt, mem); in sdio_read_port() 510 err = _sd_read(intfhdl, addr, n, tmpbuf); in _sdio_local_read() 890 _sd_read(intfhdl, addr, 4, status); in sd_int_dpc()
|