Searched refs:_write16 (Results 1 – 4 of 4) sorted by relevance
81 void (*_write16)(struct intf_hdl *pintfhdl, u32 addr, u16 val); in r8712_write16() local83 _write16 = pintfhdl->io_ops._write16; in r8712_write16()84 _write16(pintfhdl, addr, val); in r8712_write16()
196 pops->_write16 = &usb_write16; in r8712_usb_set_intf_ops()
100 void (*_write16)(struct intf_hdl *pintfhdl, u32 addr, u16 val); member
1044 dev_priv->uncore.funcs.mmio_writew = x##_write16; \