Home
last modified time | relevance | path

Searched refs:_read8 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_io.c35 u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr); in rtw_read8() local
37 _read8 = pintfhdl->io_ops._read8; in rtw_read8()
39 return _read8(pintfhdl, addr); in rtw_read8()
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_io.h23 u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr); member
/linux/drivers/staging/rtl8723bs/hal/
H A Dsdio_ops.c466 ops->_read8 = &sdio_read8; in sdio_set_intf_ops()
/linux/drivers/gpu/drm/i915/
H A Dintel_uncore.c2042 (uncore)->funcs.mmio_readb = x##_read8; \