Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl8712_io.c53 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); in r8712_read16() local
56 _read16 = pintfhdl->io_ops._read16; in r8712_read16()
57 r_val = _read16(pintfhdl, addr); in r8712_read16()
Dusb_ops.c192 pops->_read16 = &usb_read16; in r8712_usb_set_intf_ops()
Drtl871x_io.h88 u16 (*_read16)(struct intf_hdl *pintfhdl, u32 addr); member