Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/rtl8712/
Drtl871x_io.c44 void (*set_intf_ops)(struct _io_ops *pops); in _init_intf_hdl() local
49 set_intf_ops = &r8712_usb_set_intf_ops; in _init_intf_hdl()
58 set_intf_ops(&pintf_hdl->io_ops); in _init_intf_hdl()
/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_io.c121 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()
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_io.c284 int rtw_init_io_priv(struct adapter *padapter, void (*set_intf_ops)(struct _io_ops *pops)) in rtw_init_io_priv()
289 if (!set_intf_ops) in rtw_init_io_priv()
296 set_intf_ops(&pintf->io_ops); in rtw_init_io_priv()
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Drtw_io.h213 int rtw_init_io_priv(struct adapter *padapter, void (*set_intf_ops)(struct adapter *padapter, struc…
/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_io.h344 void (*set_intf_ops)(struct _io_ops *pops));