Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_io.c36 u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr); in rtw_read8() local
38 _read8 = pintfhdl->io_ops._read8; in rtw_read8()
40 return _read8(pintfhdl, addr); in rtw_read8()
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl8712_io.c29 return hdl->io_ops._read8(hdl, addr); in r8712_read8()
H A Dusb_ops.c186 ops->_read8 = usb_read8; in r8712_usb_set_intf_ops()
H A Drtl871x_io.h75 u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr); member
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_io.h80 u8 (*_read8)(struct intf_hdl *pintfhdl, u32 addr); member
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dsdio_ops.c467 ops->_read8 = &sdio_read8; in sdio_set_intf_ops()
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_uncore.c2185 (uncore)->funcs.mmio_readb = x##_read8; \