Home
last modified time | relevance | path

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

12

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8723bs/core/
H A Drtw_io.c56 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read16() local
58 _read16 = pintfhdl->io_ops._read16; in _rtw_read16()
60 r_val = _read16(pintfhdl, addr); in _rtw_read16()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8723bs/core/
H A Drtw_io.c56 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read16() local
58 _read16 = pintfhdl->io_ops._read16; in _rtw_read16()
60 r_val = _read16(pintfhdl, addr); in _rtw_read16()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8723bs/core/
H A Drtw_io.c56 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); in _rtw_read16() local
58 _read16 = pintfhdl->io_ops._read16; in _rtw_read16()
60 r_val = _read16(pintfhdl, addr); in _rtw_read16()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/d10v/
H A Dsyscalls.c81 extern short _read16 (short fd, void *ptr, short len);
85 return _read16 ((short)fd, ptr, (short)len); in _read()
H A Dtrap.S45 #define _read _read16
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/d10v/
H A Dsyscalls.c81 extern short _read16 (short fd, void *ptr, short len);
85 return _read16 ((short)fd, ptr, (short)len); in _read()
H A Dtrap.S45 #define _read _read16
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/d10v/
H A Dsyscalls.c81 extern short _read16 (short fd, void *ptr, short len);
85 return _read16 ((short)fd, ptr, (short)len); in _read()
H A Dtrap.S45 #define _read _read16
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8712/
H A Drtl8712_io.c36 return hdl->io_ops._read16(hdl, addr); in r8712_read16()
H A Dusb_ops.c178 ops->_read16 = usb_read16; in r8712_usb_set_intf_ops()
H A Drtl871x_io.h76 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8712/
H A Drtl8712_io.c36 return hdl->io_ops._read16(hdl, addr); in r8712_read16()
H A Dusb_ops.c178 ops->_read16 = usb_read16; in r8712_usb_set_intf_ops()
H A Drtl871x_io.h76 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8712/
H A Drtl8712_io.c36 return hdl->io_ops._read16(hdl, addr); in r8712_read16()
H A Dusb_ops.c178 ops->_read16 = usb_read16; in r8712_usb_set_intf_ops()
H A Drtl871x_io.h76 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8723bs/include/
H A Drtw_io.h81 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8723bs/include/
H A Drtw_io.h81 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8723bs/include/
H A Drtw_io.h81 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8723bs/hal/
H A Dsdio_ops.c478 ops->_read16 = &sdio_read16; in sdio_set_intf_ops()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8723bs/hal/
H A Dsdio_ops.c478 ops->_read16 = &sdio_read16; in sdio_set_intf_ops()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8723bs/hal/
H A Dsdio_ops.c478 ops->_read16 = &sdio_read16; in sdio_set_intf_ops()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/i915/
H A Dintel_uncore.c1534 (uncore)->funcs.mmio_readw = x##_read16; \

12