Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_io.c48 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); in rtw_read16() local
50 _read16 = pintfhdl->io_ops._read16; in rtw_read16()
52 return _read16(pintfhdl, addr); in rtw_read16()
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl8712_io.c36 return hdl->io_ops._read16(hdl, addr); in r8712_read16()
H A Dusb_ops.c187 ops->_read16 = usb_read16; in r8712_usb_set_intf_ops()
H A Drtl871x_io.h76 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); member
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_io.h81 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); member
/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dsdio_ops.c468 ops->_read16 = &sdio_read16; in sdio_set_intf_ops()
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_uncore.c2186 (uncore)->funcs.mmio_readw = x##_read16; \