Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_io.c47 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); in rtw_read16() local
49 _read16 = pintfhdl->io_ops._read16; in rtw_read16()
51 return _read16(pintfhdl, addr); in rtw_read16()
/linux-6.15/drivers/staging/rtl8723bs/include/
H A Drtw_io.h15 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); member
/linux-6.15/drivers/staging/rtl8723bs/hal/
H A Dsdio_ops.c467 ops->_read16 = &sdio_read16; in sdio_set_intf_ops()
/linux-6.15/drivers/gpu/drm/i915/
H A Dintel_uncore.c2043 (uncore)->funcs.mmio_readw = x##_read16; \