Home
last modified time | relevance | path

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

/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_port.c65 ipc_port->iosm_port = wwan_create_port(ipc_port->dev, port_type, in ipc_port_init()
/linux/include/linux/
H A Dwwan.h104 struct wwan_port *wwan_create_port(struct device *parent,
/linux/drivers/net/wwan/
H A Drpmsg_wwan_ctrl.c131 port = wwan_create_port(parent, rpdev->id.driver_data, in rpmsg_wwan_ctrl_probe()
H A Dmhi_wwan_ctrl.c239 port = wwan_create_port(&cntrl->mhi_dev->dev, id->driver_data, in mhi_wwan_ctrl_probe()
H A Dwwan_core.c622 struct wwan_port *wwan_create_port(struct device *parent, in wwan_create_port() function
679 EXPORT_SYMBOL_GPL(wwan_create_port);
H A Dwwan_hwsim.c330 port->wwan = wwan_create_port(&dev->dev, type, ops, NULL, port); in wwan_hwsim_port_new()
/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_wwan.c161 port->wwan.wwan_port = wwan_create_port(port->dev, port_conf->port_type, in t7xx_port_wwan_create()
/linux/drivers/usb/class/
H A Dcdc-wdm.c940 port = wwan_create_port(&intf->dev, desc->wwanp_type, &wdm_wwan_port_ops, in wdm_wwan_init()