Searched defs:pintfhdl (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_io.c | 35 struct intf_hdl *pintfhdl = &(pio_priv->intf); in rtw_read8() local 47 struct intf_hdl *pintfhdl = &(pio_priv->intf); in rtw_read16() local 59 struct intf_hdl *pintfhdl = &(pio_priv->intf); in rtw_read32() local 72 struct intf_hdl *pintfhdl = &(pio_priv->intf); in rtw_write8() local 86 struct intf_hdl *pintfhdl = &(pio_priv->intf); in rtw_write16() local 99 struct intf_hdl *pintfhdl = &(pio_priv->intf); in rtw_write32() local 114 struct intf_hdl *pintfhdl = &(pio_priv->intf); in rtw_write_port() local
|
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/ |
H A D | sdio_ops_linux.c | 33 s32 _sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in _sd_cmd52_read() 64 s32 sd_cmd52_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in sd_cmd52_read() 128 s32 sd_cmd52_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *pdata) in sd_cmd52_write() 156 u8 sd_read8(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_read8() 184 u32 sd_read32(struct intf_hdl *pintfhdl, u32 addr, s32 *err) in sd_read32() 237 void sd_write8(struct intf_hdl *pintfhdl, u32 addr, u8 v, s32 *err) in sd_write8() 262 void sd_write32(struct intf_hdl *pintfhdl, u32 addr, u32 v, s32 *err) in sd_write32() 328 s32 _sd_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata) in _sd_read() 377 s32 sd_read(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata) in sd_read() 420 s32 _sd_write(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, void *pdata) in _sd_write() [all …]
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | rtl871x_io.c | 77 static uint register_intf_hdl(u8 *dev, struct intf_hdl *pintfhdl) in register_intf_hdl() 91 static void unregister_intf_hdl(struct intf_hdl *pintfhdl) in unregister_intf_hdl()
|
H A 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() 242 u32 r8712_usb_read_port(struct intf_hdl *pintfhdl, u32 addr, u32 cnt, u8 *rmem) 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()
|