Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/include/linux/
Dwwan.h84 struct wwan_port *wwan_create_port(struct device *parent,
/linux-5.19.10/drivers/net/wwan/t7xx/
Dt7xx_port_wwan.c162 port->wwan_port = wwan_create_port(port->dev, port_conf->port_type, in t7xx_port_wwan_md_state_notify()
/linux-5.19.10/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.c421 struct wwan_port *wwan_create_port(struct device *parent, in wwan_create_port() function
492 EXPORT_SYMBOL_GPL(wwan_create_port);
Dwwan_hwsim.c206 port->wwan = wwan_create_port(&dev->dev, WWAN_PORT_AT, in wwan_hwsim_port_new()
/linux-5.19.10/drivers/usb/class/
Dcdc-wdm.c932 port = wwan_create_port(&intf->dev, desc->wwanp_type, &wdm_wwan_port_ops, desc); in wdm_wwan_init()