Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_wwan.c136 spin_lock(&port->port_update_lock); in t7xx_port_wwan_enable_chl()
138 spin_unlock(&port->port_update_lock); in t7xx_port_wwan_enable_chl()
145 spin_lock(&port->port_update_lock); in t7xx_port_wwan_disable_chl()
147 spin_unlock(&port->port_update_lock); in t7xx_port_wwan_disable_chl()
H A Dt7xx_port.h123 spinlock_t port_update_lock; /* Protects port configuration */ member
H A Dt7xx_port_proxy.c444 spin_lock_init(&port->port_update_lock); in t7xx_proxy_init_all_ports()