Home
last modified time | relevance | path

Searched refs:wwan_create_port (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/include/linux/
Dwwan.h83 struct wwan_port *wwan_create_port(struct device *parent,
/Linux-v5.15/drivers/net/wwan/iosm/
Diosm_ipc_port.c65 ipc_port->iosm_port = wwan_create_port(ipc_port->dev, port_type, in ipc_port_init()
/Linux-v5.15/drivers/net/wwan/
Drpmsg_wwan_ctrl.c131 port = wwan_create_port(parent, rpdev->id.driver_data, in rpmsg_wwan_ctrl_probe()
Dmhi_wwan_ctrl.c239 port = wwan_create_port(&cntrl->mhi_dev->dev, id->driver_data, in mhi_wwan_ctrl_probe()
Dwwan_core.c355 struct wwan_port *wwan_create_port(struct device *parent, in wwan_create_port() function
426 EXPORT_SYMBOL_GPL(wwan_create_port);
Dwwan_hwsim.c205 port->wwan = wwan_create_port(&dev->dev, WWAN_PORT_AT, in wwan_hwsim_port_new()
/Linux-v5.15/drivers/usb/class/
Dcdc-wdm.c931 port = wwan_create_port(&intf->dev, desc->wwanp_type, &wdm_wwan_port_ops, desc); in wdm_wwan_init()