Lines Matching refs:wwan_hwsim_port
50 struct wwan_hwsim_port { struct
104 struct wwan_hwsim_port *port = wwan_port_get_drvdata(wport); in wwan_hwsim_port_start()
123 struct wwan_hwsim_port *port = wwan_port_get_drvdata(wport); in wwan_hwsim_port_tx()
190 static struct wwan_hwsim_port *wwan_hwsim_port_new(struct wwan_hwsim_dev *dev) in wwan_hwsim_port_new()
192 struct wwan_hwsim_port *port; in wwan_hwsim_port_new()
229 static void wwan_hwsim_port_del(struct wwan_hwsim_port *port) in wwan_hwsim_port_del()
243 struct wwan_hwsim_port *port = in wwan_hwsim_port_del_work()
325 struct wwan_hwsim_port *port; in wwan_hwsim_dev_del()
327 port = list_first_entry(&dev->ports, struct wwan_hwsim_port, in wwan_hwsim_dev_del()
369 struct wwan_hwsim_port *port = file->private_data; in wwan_hwsim_debugfs_portdestroy_write()
391 struct wwan_hwsim_port *port; in wwan_hwsim_debugfs_portcreate_write()
472 struct wwan_hwsim_port *port; in wwan_hwsim_init_devs()