Searched refs:port_prox (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/wwan/t7xx/ |
H A D | t7xx_port_proxy.c | 109 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 D | t7xx_port_proxy.h | 94 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 D | t7xx_modem_ops.h | 76 struct port_proxy *port_prox; member
|
H A D | t7xx_modem_ops.c | 298 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 D | t7xx_state_monitor.c | 96 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 D | t7xx_port_ctrl_msg.c | 151 if (t7xx_port_proxy_chl_enable_disable(md->port_prox, ch_id, en_flag)) in t7xx_port_enum_msg_handler()
|