Searched defs:intfhdl (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | sdio_ops.c | 149 static u8 sdio_read8(struct intf_hdl *intfhdl, u32 addr) in sdio_read8() 157 static u16 sdio_read16(struct intf_hdl *intfhdl, u32 addr) in sdio_read16() 168 static u32 sdio_read32(struct intf_hdl *intfhdl, u32 addr) in sdio_read32() 225 static s32 sdio_readN(struct intf_hdl *intfhdl, u32 addr, u32 cnt, u8 *buf) in sdio_readN() 270 static s32 sdio_write8(struct intf_hdl *intfhdl, u32 addr, u8 val) in sdio_write8() 281 static s32 sdio_write16(struct intf_hdl *intfhdl, u32 addr, u16 val) in sdio_write16() 291 static s32 sdio_write32(struct intf_hdl *intfhdl, u32 addr, u32 val) in sdio_write32() 329 static s32 sdio_writeN(struct intf_hdl *intfhdl, u32 addr, u32 cnt, u8 *buf) in sdio_writeN() 376 static u8 sdio_f0_read8(struct intf_hdl *intfhdl, u32 addr) in sdio_f0_read8() 382 struct intf_hdl *intfhdl, in sdio_read_mem() [all …]
|