Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/core/
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()
/drivers/staging/rtl8723bs/include/
A Drtw_io.h14 u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr); member
/drivers/staging/rtl8723bs/hal/
A Dsdio_ops.c466 ops->_read8 = &sdio_read8; in sdio_set_intf_ops()
/drivers/gpu/drm/i915/
A Dintel_uncore.c2044 (uncore)->funcs.mmio_readb = x##_read8; \

Completed in 11 milliseconds