Searched refs:md_state_notify (Results 1 – 4 of 4) sorted by relevance
84 void (*md_state_notify)(struct t7xx_port *port, unsigned int md_state); member
115 .md_state_notify = t7xx_port_trace_md_state_notify,
177 .md_state_notify = t7xx_port_wwan_md_state_notify,
420 if (port_conf->ops->md_state_notify) in t7xx_port_proxy_md_status_notify()421 port_conf->ops->md_state_notify(port, state); in t7xx_port_proxy_md_status_notify()