/drivers/staging/rtl8723bs/core/ |
D | rtw_io.c | 42 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read8() local 43 u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read8() 45 _read8 = pintfhdl->io_ops._read8; in _rtw_read8() 47 return _read8(pintfhdl, addr); in _rtw_read8() 55 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read16() local 56 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read16() 58 _read16 = pintfhdl->io_ops._read16; in _rtw_read16() 60 r_val = _read16(pintfhdl, addr); in _rtw_read16() 69 struct intf_hdl *pintfhdl = &(pio_priv->intf); in _rtw_read32() local 70 u32 (*_read32)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read32() [all …]
|
/drivers/staging/rtl8723bs/os_dep/ |
D | sdio_ops_linux.c | 29 u8 sd_f0_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_f0_read8() argument 39 padapter = pintfhdl->padapter; in sd_f0_read8() 40 psdiodev = pintfhdl->pintf_dev; in sd_f0_read8() 66 s32 _sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in _sd_cmd52_read() argument 75 padapter = pintfhdl->padapter; in _sd_cmd52_read() 76 psdiodev = pintfhdl->pintf_dev; in _sd_cmd52_read() 101 s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in sd_cmd52_read() argument 111 padapter = pintfhdl->padapter; in sd_cmd52_read() 112 psdiodev = pintfhdl->pintf_dev; in sd_cmd52_read() 125 err = _sd_cmd52_read(pintfhdl, addr, cnt, pdata); in sd_cmd52_read() [all …]
|
/drivers/staging/rtl8723bs/include/ |
D | sdio_ops_linux.h | 14 u8 sd_f0_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 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); 18 s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 19 s32 sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata); 21 u8 sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 22 u32 sd_read32(struct intf_hdl *pintfhdl, u32 addr, s32 *err); 23 s32 _sd_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata); 24 s32 sd_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata); 25 void sd_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err); [all …]
|
D | rtw_io.h | 80 u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr); 81 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); 82 u32 (*_read32)(struct intf_hdl *pintfhdl, u32 addr); 84 int (*_write8)(struct intf_hdl *pintfhdl, u32 addr, u8 val); 85 int (*_write16)(struct intf_hdl *pintfhdl, u32 addr, u16 val); 86 int (*_write32)(struct intf_hdl *pintfhdl, u32 addr, u32 val); 87 int (*_writeN)(struct intf_hdl *pintfhdl, u32 addr, u32 length, u8 *pdata); 89 int (*_write8_async)(struct intf_hdl *pintfhdl, u32 addr, u8 val); 90 int (*_write16_async)(struct intf_hdl *pintfhdl, u32 addr, u16 val); 91 int (*_write32_async)(struct intf_hdl *pintfhdl, u32 addr, u32 val); [all …]
|
/drivers/staging/rtl8712/ |
D | rtl871x_io.c | 77 static uint register_intf_hdl(u8 *dev, struct intf_hdl *pintfhdl) in register_intf_hdl() argument 81 pintfhdl->intf_option = 0; in register_intf_hdl() 82 pintfhdl->adapter = dev; in register_intf_hdl() 83 pintfhdl->intf_dev = (u8 *)&adapter->dvobjpriv; in register_intf_hdl() 84 if (!_init_intf_hdl(adapter, pintfhdl)) in register_intf_hdl() 91 static void unregister_intf_hdl(struct intf_hdl *pintfhdl) in unregister_intf_hdl() argument 93 _unload_intf_hdl(pintfhdl->pintfpriv); in unregister_intf_hdl() 94 memset((u8 *)pintfhdl, 0, sizeof(struct intf_hdl)); in unregister_intf_hdl()
|
D | rtl871x_io.h | 75 u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr); 76 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); 77 u32 (*_read32)(struct intf_hdl *pintfhdl, u32 addr); 87 void (*_write8)(struct intf_hdl *pintfhdl, u32 addr, u8 val); 88 void (*_write16)(struct intf_hdl *pintfhdl, u32 addr, u16 val); 89 void (*_write32)(struct intf_hdl *pintfhdl, u32 addr, u32 val); 90 void (*_read_mem)(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, 92 void (*_write_mem)(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, 95 u32 (*_read_port)(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, 97 u32 (*_write_port)(struct intf_hdl *pintfhdl, u32 addr, u32 cnt,
|
D | usb_ops.h | 21 void r8712_usb_write_mem(struct intf_hdl *pintfhdl, u32 addr, 23 u32 r8712_usb_write_port(struct intf_hdl *pintfhdl, u32 addr, 25 u32 r8712_usb_read_port(struct intf_hdl *pintfhdl, u32 addr,
|
D | usb_ops_linux.c | 157 void r8712_usb_write_mem(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *wmem) in r8712_usb_write_mem() argument 160 struct _adapter *padapter = (struct _adapter *)pintfhdl->adapter; in r8712_usb_write_mem() 161 struct intf_priv *pintfpriv = pintfhdl->pintfpriv; in r8712_usb_write_mem() 242 u32 r8712_usb_read_port(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *rmem) in r8712_usb_read_port() argument 251 struct intf_priv *pintfpriv = pintfhdl->pintfpriv; in r8712_usb_read_port() 380 u32 r8712_usb_write_port(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *wmem) in r8712_usb_write_port() argument 387 struct _adapter *padapter = (struct _adapter *)pintfhdl->adapter; in r8712_usb_write_port()
|