Searched refs:_read8 (Results 1 – 7 of 7) sorted by relevance
43 u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read8() local45 _read8 = pintfhdl->io_ops._read8; in _rtw_read8()47 return _read8(pintfhdl, addr); in _rtw_read8()
29 return hdl->io_ops._read8(hdl, addr); in r8712_read8()
177 ops->_read8 = usb_read8; in r8712_usb_set_intf_ops()
75 u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr); member
80 u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr); member
497 ops->_read8 = &sdio_read8; in sdio_set_intf_ops()
1448 (uncore)->funcs.mmio_readb = x##_read8; \