Home
last modified time | relevance | path

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

/drivers/net/wwan/t7xx/
Dt7xx_port.h83 int (*disable_chl)(struct t7xx_port *port); member
Dt7xx_port_wwan.c174 .disable_chl = t7xx_port_wwan_disable_chl,
Dt7xx_port_proxy.c504 if (port_conf->ops->disable_chl) in t7xx_port_proxy_chl_enable_disable()
505 port_conf->ops->disable_chl(port); in t7xx_port_proxy_chl_enable_disable()