set_intf_ops       44 drivers/staging/rtl8712/rtl871x_io.c 	void (*set_intf_ops)(struct _io_ops	*pops);
set_intf_ops       49 drivers/staging/rtl8712/rtl871x_io.c 	set_intf_ops = &r8712_usb_set_intf_ops;
set_intf_ops       58 drivers/staging/rtl8712/rtl871x_io.c 	set_intf_ops(&pintf_hdl->io_ops);
set_intf_ops      154 drivers/staging/rtl8723bs/core/rtw_io.c int rtw_init_io_priv(struct adapter *padapter, void (*set_intf_ops)(struct adapter *padapter, struct _io_ops *pops))
set_intf_ops      159 drivers/staging/rtl8723bs/core/rtw_io.c 	if (!set_intf_ops)
set_intf_ops      166 drivers/staging/rtl8723bs/core/rtw_io.c 	set_intf_ops(padapter, &pintf->io_ops);
set_intf_ops      340 drivers/staging/rtl8723bs/include/rtw_io.h int rtw_init_io_priv(struct adapter *padapter, void (*set_intf_ops)(struct adapter *padapter, struct _io_ops *pops));