Home
last modified time | relevance | path

Searched refs:disable_chl (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port.h87 int (*disable_chl)(struct t7xx_port *port); member
H A Dt7xx_port_wwan.c176 .disable_chl = t7xx_port_wwan_disable_chl,
H A Dt7xx_port_proxy.c528 if (port_conf->ops->disable_chl) in t7xx_port_proxy_chl_enable_disable()
529 port_conf->ops->disable_chl(port); in t7xx_port_proxy_chl_enable_disable()