Home
last modified time | relevance | path

Searched refs:md_state_notify (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port.h84 void (*md_state_notify)(struct t7xx_port *port, unsigned int md_state); member
H A Dt7xx_port_trace.c115 .md_state_notify = t7xx_port_trace_md_state_notify,
H A Dt7xx_port_wwan.c177 .md_state_notify = t7xx_port_wwan_md_state_notify,
H A Dt7xx_port_proxy.c420 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()