Home
last modified time | relevance | path

Searched refs:wwan_register_ops (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/include/linux/
Dwwan.h170 int wwan_register_ops(struct device *parent, const struct wwan_ops *ops,
/linux-5.19.10/drivers/net/wwan/iosm/
Diosm_ipc_wwan.c327 if (wwan_register_ops(ipc_wwan->dev, &iosm_wwan_ops, ipc_wwan, in ipc_wwan_init()
/linux-5.19.10/drivers/net/wwan/t7xx/
Dt7xx_netdev.c249 ret = wwan_register_ops(dev, &ccmni_wwan_ops, ctlb, IP_MUX_SESSION_DEFAULT); in t7xx_ccmni_register_wwan()
/linux-5.19.10/drivers/net/wwan/
Dwwan_core.c1081 int wwan_register_ops(struct device *parent, const struct wwan_ops *ops, in wwan_register_ops() function
1112 EXPORT_SYMBOL_GPL(wwan_register_ops);
Dwwan_hwsim.c292 err = wwan_register_ops(&dev->dev, &wwan_hwsim_wwan_rtnl_ops, dev, 1); in wwan_hwsim_dev_new()
Dmhi_wwan_mbim.c620 return wwan_register_ops(&cntrl->mhi_dev->dev, &mhi_mbim_wwan_ops, mbim, 0); in mhi_mbim_probe()