Searched refs:_read8 (Results 1 – 7 of 7) sorted by relevance
36 u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr); in rtw_read8() local38 _read8 = pintfhdl->io_ops._read8; in rtw_read8()40 return _read8(pintfhdl, addr); in rtw_read8()
29 return hdl->io_ops._read8(hdl, addr); in r8712_read8()
186 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
467 ops->_read8 = &sdio_read8; in sdio_set_intf_ops()
2185 (uncore)->funcs.mmio_readb = x##_read8; \