Home
last modified time | relevance | path

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

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