Home
last modified time | relevance | path

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

/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_wwan.c207 spin_lock(&port->port_update_lock); in t7xx_port_wwan_enable_chl()
209 spin_unlock(&port->port_update_lock); in t7xx_port_wwan_enable_chl()
216 spin_lock(&port->port_update_lock); in t7xx_port_wwan_disable_chl()
218 spin_unlock(&port->port_update_lock); in t7xx_port_wwan_disable_chl()
H A Dt7xx_port.h125 spinlock_t port_update_lock; /* Protects port configuration */ member
H A Dt7xx_port_proxy.c505 spin_lock_init(&port->port_update_lock); in t7xx_proxy_init_all_ports()