Home
last modified time | relevance | path

Searched refs:_read_port_cancel (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_io.c227 void (*_read_port_cancel)(struct intf_hdl *pintfhdl); in _rtw_read_port_cancel() local
231 _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()
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Drtw_io.h105 void (*_read_port_cancel)(struct intf_hdl *pintfhdl); member
/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_io.h107 void (*_read_port_cancel)(struct intf_hdl *pintfhdl); member
/Linux-v5.15/drivers/staging/r8188eu/hal/
Dusb_ops_linux.c552 pops->_read_port_cancel = &usb_read_port_cancel; in rtl8188eu_set_intf_ops()