Home
last modified time | relevance | path

Searched refs:set_intf_ops (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_io.c56 void (*set_intf_ops)(struct _io_ops *pops); in _init_intf_hdl() local
61 set_intf_ops = &r8712_usb_set_intf_ops; in _init_intf_hdl()
70 set_intf_ops(&pintf_hdl->io_ops); in _init_intf_hdl()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_io.c154 int rtw_init_io_priv(struct adapter *padapter, void (*set_intf_ops)(struct adapter *padapter, struc… in rtw_init_io_priv()
159 if (set_intf_ops == NULL) in rtw_init_io_priv()
166 set_intf_ops(padapter, &pintf->io_ops); in rtw_init_io_priv()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_io.h341 int rtw_init_io_priv(struct adapter *padapter, void (*set_intf_ops)(struct adapter *padapter, struc…