Searched refs:_read_port_cancel (Results 1 – 4 of 4) sorted by relevance
227 void (*_read_port_cancel)(struct intf_hdl *pintfhdl); in _rtw_read_port_cancel() local231 _read_port_cancel = pintfhdl->io_ops._read_port_cancel; in _rtw_read_port_cancel()233 if (_read_port_cancel) in _rtw_read_port_cancel()234 _read_port_cancel(pintfhdl); in _rtw_read_port_cancel()
105 void (*_read_port_cancel)(struct intf_hdl *pintfhdl); member
107 void (*_read_port_cancel)(struct intf_hdl *pintfhdl); member
552 pops->_read_port_cancel = &usb_read_port_cancel; in rtl8188eu_set_intf_ops()