Searched refs:_read16 (Results 1 – 10 of 10) sorted by relevance
48 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); in rtw_read16() local50 _read16 = pintfhdl->io_ops._read16; in rtw_read16()52 return _read16(pintfhdl, addr); in rtw_read16()
56 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read16() local58 _read16 = pintfhdl->io_ops._read16; in _rtw_read16()60 r_val = _read16(pintfhdl, addr); in _rtw_read16()
36 return hdl->io_ops._read16(hdl, addr); in r8712_read16()
178 ops->_read16 = usb_read16; in r8712_usb_set_intf_ops()
76 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); member
81 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); member
89 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); member
542 pops->_read16 = &usb_read16; in rtl8188eu_set_intf_ops()
468 ops->_read16 = &sdio_read16; in sdio_set_intf_ops()
1769 (uncore)->funcs.mmio_readw = x##_read16; \