Home
last modified time | relevance | path

Searched defs:intfhdl (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/staging/rtl8723bs/hal/
H A Dsdio_ops.c132 static u8 sdio_read8(struct intf_hdl *intfhdl, u32 addr) in sdio_read8()
140 static u16 sdio_read16(struct intf_hdl *intfhdl, u32 addr) in sdio_read16()
151 static u32 sdio_read32(struct intf_hdl *intfhdl, u32 addr) in sdio_read32()
197 static s32 sdio_readN(struct intf_hdl *intfhdl, u32 addr, u32 cnt, u8 *buf) in sdio_readN()
242 static s32 sdio_write8(struct intf_hdl *intfhdl, u32 addr, u8 val) in sdio_write8()
253 static s32 sdio_write16(struct intf_hdl *intfhdl, u32 addr, u16 val) in sdio_write16()
263 static s32 sdio_write32(struct intf_hdl *intfhdl, u32 addr, u32 val) in sdio_write32()
301 static s32 sdio_writeN(struct intf_hdl *intfhdl, u32 addr, u32 cnt, u8 *buf) in sdio_writeN()
349 struct intf_hdl *intfhdl, in sdio_read_mem()
359 struct intf_hdl *intfhdl, in sdio_write_mem()
[all …]