Searched refs:_read8 (Results 1 – 7 of 7) sorted by relevance
44 u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read8() local46 _read8 = pintfhdl->io_ops._read8; in _rtw_read8()48 r_val = _read8(pintfhdl, addr); in _rtw_read8()
41 return hdl->io_ops._read8(hdl, addr); in r8712_read8()
189 pops->_read8 = usb_read8; in r8712_usb_set_intf_ops()
87 u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr); member
80 u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr); member
519 ops->_read8 = &sdio_read8; in sdio_set_intf_ops()
1318 (i915)->uncore.funcs.mmio_readb = x##_read8; \