Searched refs:set_intf_ops (Results 1 – 3 of 3) sorted by relevance
44 void (*set_intf_ops)(struct _io_ops *pops); in _init_intf_hdl() local49 set_intf_ops = &r8712_usb_set_intf_ops; in _init_intf_hdl()58 set_intf_ops(&pintf_hdl->io_ops); in _init_intf_hdl()
121 int rtw_init_io_priv(struct adapter *padapter, void (*set_intf_ops)(struct adapter *padapter, struc… in rtw_init_io_priv()126 if (!set_intf_ops) in rtw_init_io_priv()133 set_intf_ops(padapter, &pintf->io_ops); in rtw_init_io_priv()
213 int rtw_init_io_priv(struct adapter *padapter, void (*set_intf_ops)(struct adapter *padapter, struc…