Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wwan/t7xx/
Dt7xx_port_wwan.c138 spin_lock(&port->port_update_lock); in t7xx_port_wwan_enable_chl()
140 spin_unlock(&port->port_update_lock); in t7xx_port_wwan_enable_chl()
147 spin_lock(&port->port_update_lock); in t7xx_port_wwan_disable_chl()
149 spin_unlock(&port->port_update_lock); in t7xx_port_wwan_disable_chl()
Dt7xx_port.h120 spinlock_t port_update_lock; /* Protects port configuration */ member
Dt7xx_port_proxy.c421 spin_lock_init(&port->port_update_lock); in t7xx_proxy_init_all_ports()