Searched refs:wwan_create_port (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/drivers/net/wwan/iosm/ |
D | iosm_ipc_port.c | 65 ipc_port->iosm_port = wwan_create_port(ipc_port->dev, port_type, in ipc_port_init()
|
/linux-5.19.10/include/linux/ |
D | wwan.h | 84 struct wwan_port *wwan_create_port(struct device *parent,
|
/linux-5.19.10/drivers/net/wwan/t7xx/ |
D | t7xx_port_wwan.c | 162 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/ |
D | rpmsg_wwan_ctrl.c | 131 port = wwan_create_port(parent, rpdev->id.driver_data, in rpmsg_wwan_ctrl_probe()
|
D | mhi_wwan_ctrl.c | 239 port = wwan_create_port(&cntrl->mhi_dev->dev, id->driver_data, in mhi_wwan_ctrl_probe()
|
D | wwan_core.c | 421 struct wwan_port *wwan_create_port(struct device *parent, in wwan_create_port() function 492 EXPORT_SYMBOL_GPL(wwan_create_port);
|
D | wwan_hwsim.c | 206 port->wwan = wwan_create_port(&dev->dev, WWAN_PORT_AT, in wwan_hwsim_port_new()
|
/linux-5.19.10/drivers/usb/class/ |
D | cdc-wdm.c | 932 port = wwan_create_port(&intf->dev, desc->wwanp_type, &wdm_wwan_port_ops, desc); in wdm_wwan_init()
|