Home
last modified time | relevance | path

Searched refs:port_prox (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_proxy.c109 for_each_proxy_port(i, port, port_prox) { in t7xx_proxy_get_port_by_ch()
145 for_each_proxy_port(i, port, port_prox) { in t7xx_port_proxy_reset()
335 struct port_proxy *port_prox = t7xx_dev->md->port_prox; in t7xx_port_proxy_find_port() local
427 struct port_proxy *port_prox = md->port_prox; in t7xx_proxy_init_all_ports() local
451 t7xx_proxy_setup_ch_mapping(port_prox); in t7xx_proxy_init_all_ports()
458 struct port_proxy *port_prox; in t7xx_proxy_alloc() local
461 port_prox = devm_kzalloc(dev, sizeof(*port_prox) + sizeof(struct t7xx_port) * port_count, in t7xx_proxy_alloc()
463 if (!port_prox) in t7xx_proxy_alloc()
466 md->port_prox = port_prox; in t7xx_proxy_alloc()
467 port_prox->dev = dev; in t7xx_proxy_alloc()
[all …]
H A Dt7xx_port_proxy.h94 void t7xx_port_proxy_reset(struct port_proxy *port_prox);
95 void t7xx_port_proxy_uninit(struct port_proxy *port_prox);
97 void t7xx_port_proxy_md_status_notify(struct port_proxy *port_prox, unsigned int state);
99 int t7xx_port_proxy_chl_enable_disable(struct port_proxy *port_prox, unsigned int ch_id,
H A Dt7xx_modem_ops.h76 struct port_proxy *port_prox; member
H A Dt7xx_modem_ops.c298 t7xx_port_proxy_reset(md->port_prox); in t7xx_md_exception()
677 t7xx_port_proxy_reset(md->port_prox); in t7xx_md_reset()
739 t7xx_port_proxy_uninit(md->port_prox); in t7xx_md_init()
769 t7xx_port_proxy_uninit(md->port_prox); in t7xx_md_exit()
H A Dt7xx_state_monitor.c96 t7xx_port_proxy_md_status_notify(ctl->md->port_prox, state); in t7xx_fsm_broadcast_state()
266 t7xx_port_proxy_md_status_notify(ctl->md->port_prox, MD_STATE_READY); in t7xx_fsm_broadcast_ready_state()
H A Dt7xx_port_ctrl_msg.c151 if (t7xx_port_proxy_chl_enable_disable(md->port_prox, ch_id, en_flag)) in t7xx_port_enum_msg_handler()