Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dwwan.h189 int wwan_register_ops(struct device *parent, const struct wwan_ops *ops,
/linux-6.15/drivers/net/wwan/iosm/
H A Diosm_ipc_wwan.c301 if (wwan_register_ops(ipc_wwan->dev, &iosm_wwan_ops, ipc_wwan, in ipc_wwan_init()
/linux-6.15/drivers/net/wwan/t7xx/
H A Dt7xx_netdev.c346 ret = wwan_register_ops(dev, &ccmni_wwan_ops, ctlb, IP_MUX_SESSION_DEFAULT); in t7xx_ccmni_register_wwan()
/linux-6.15/drivers/net/wwan/
H A Dwwan_hwsim.c294 err = wwan_register_ops(&dev->dev, &wwan_hwsim_wwan_rtnl_ops, dev, 1); in wwan_hwsim_dev_new()
H A Dwwan_core.c1142 int wwan_register_ops(struct device *parent, const struct wwan_ops *ops, in wwan_register_ops() function
1173 EXPORT_SYMBOL_GPL(wwan_register_ops);
H A Dmhi_wwan_mbim.c635 return wwan_register_ops(&cntrl->mhi_dev->dev, &mhi_mbim_wwan_ops, mbim, link_id); in mhi_mbim_probe()