wwan_create_port
ipc_port->iosm_port = wwan_create_port(ipc_port->dev, port_type,
port = wwan_create_port(&cntrl->mhi_dev->dev, id->driver_data,
port = wwan_create_port(parent, rpdev->id.driver_data,
port->wwan.wwan_port = wwan_create_port(port->dev, port_conf->port_type,
EXPORT_SYMBOL_GPL(wwan_create_port);
port->wwan = wwan_create_port(&dev->dev, type, ops, NULL, port);
port = wwan_create_port(&intf->dev, desc->wwanp_type, &wdm_wwan_port_ops,
struct wwan_port *wwan_create_port(struct device *parent,