Home
last modified time | relevance | path

Searched refs:intf_hdl (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/staging/rtl8723bs/include/
H A Drtw_io.h11 struct intf_hdl;
14 u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr);
15 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr);
16 u32 (*_read32)(struct intf_hdl *pintfhdl, u32 addr);
18 int (*_write8)(struct intf_hdl *pintfhdl, u32 addr, u8 val);
19 int (*_write16)(struct intf_hdl *pintfhdl, u32 addr, u16 val);
30 u32 (*_read_interrupt)(struct intf_hdl *pintfhdl, u32 addr);
37 void (*_read_port_cancel)(struct intf_hdl *pintfhdl);
38 void (*_write_port_cancel)(struct intf_hdl *pintfhdl);
41 struct intf_hdl { struct
[all …]
H A Dsdio_ops_linux.h14 s32 _sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata);
16 s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata);
17 s32 sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata);
19 u8 sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err);
20 u32 sd_read32(struct intf_hdl *pintfhdl, u32 addr, s32 *err);
21 s32 _sd_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata);
22 s32 sd_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata);
23 void sd_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err);
24 void sd_write32(struct intf_hdl *pintfhdl, u32 addr, u32 v, s32 *err);
25 s32 _sd_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata);
[all …]
/linux-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_io.c34 struct intf_hdl *pintfhdl = &(pio_priv->intf); in rtw_read8()
35 u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr); in rtw_read8()
46 struct intf_hdl *pintfhdl = &(pio_priv->intf); in rtw_read16()
47 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); in rtw_read16()
58 struct intf_hdl *pintfhdl = &(pio_priv->intf); in rtw_read32()
59 u32 (*_read32)(struct intf_hdl *pintfhdl, u32 addr); in rtw_read32()
71 struct intf_hdl *pintfhdl = &(pio_priv->intf); in rtw_write8()
85 struct intf_hdl *pintfhdl = &(pio_priv->intf); in rtw_write16()
98 struct intf_hdl *pintfhdl = &(pio_priv->intf); in rtw_write32()
113 struct intf_hdl *pintfhdl = &(pio_priv->intf); in rtw_write_port()
[all …]
/linux-6.15/drivers/staging/rtl8723bs/os_dep/
H A Dsdio_ops_linux.c32 s32 _sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in _sd_cmd52_read()
63 s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in sd_cmd52_read()
127 s32 sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in sd_cmd52_write()
155 u8 sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_read8()
183 u32 sd_read32(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_read32()
236 void sd_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err) in sd_write8()
261 void sd_write32(struct intf_hdl *pintfhdl, u32 addr, u32 v, s32 *err) in sd_write32()
327 s32 _sd_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata) in _sd_read()
376 s32 sd_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata) in sd_read()
419 s32 _sd_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata) in _sd_write()
[all …]
/linux-6.15/drivers/staging/rtl8723bs/hal/
H A Dsdio_ops.c349 struct intf_hdl *intfhdl, in sdio_read_mem()
359 struct intf_hdl *intfhdl, in sdio_write_mem()
385 struct intf_hdl *intfhdl, in sdio_read_port()
429 struct intf_hdl *intfhdl, in sdio_write_port()
490 struct intf_hdl *intfhdl; in _sdio_local_read()
528 struct intf_hdl *intfhdl; in sdio_local_read()
569 struct intf_hdl *intfhdl; in sdio_local_write()
601 struct intf_hdl *intfhdl = &adapter->iopriv.intf; in SdioLocalCmd52Read1Byte()
612 struct intf_hdl *intfhdl = &adapter->iopriv.intf; in sdio_local_cmd52_read2byte()
625 struct intf_hdl *intfhdl = &adapter->iopriv.intf; in sdio_local_cmd53_read4byte()
[all …]