Searched refs:port_lock (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/function/ |
D | u_serial.c | 97 spinlock_t port_lock; /* guard port_* access */ member 398 spin_unlock(&port->port_lock); in gs_start_tx() 400 spin_lock(&port->port_lock); in gs_start_tx() 454 spin_unlock(&port->port_lock); in gs_start_rx() 456 spin_lock(&port->port_lock); in gs_start_rx() 492 spin_lock_irq(&port->port_lock); in gs_rx_push() 580 spin_unlock_irq(&port->port_lock); in gs_rx_push() 588 spin_lock(&port->port_lock); in gs_read_complete() 591 spin_unlock(&port->port_lock); in gs_read_complete() 598 spin_lock(&port->port_lock); in gs_write_complete() [all …]
|
/linux-4.1.27/drivers/pcmcia/ |
D | i82092.c | 177 static DEFINE_SPINLOCK(port_lock); 186 spin_lock_irqsave(&port_lock,flags); in indirect_read() 191 spin_unlock_irqrestore(&port_lock,flags); in indirect_read() 201 spin_lock_irqsave(&port_lock,flags); 209 spin_unlock_irqrestore(&port_lock,flags); 218 spin_lock_irqsave(&port_lock,flags); in indirect_write() 223 spin_unlock_irqrestore(&port_lock,flags); in indirect_write() 231 spin_lock_irqsave(&port_lock,flags); in indirect_setbit() 239 spin_unlock_irqrestore(&port_lock,flags); in indirect_setbit() 248 spin_lock_irqsave(&port_lock,flags); in indirect_resetbit() [all …]
|
D | pd6729.c | 57 static DEFINE_SPINLOCK(port_lock); 68 spin_lock_irqsave(&port_lock, flags); in indirect_read() 73 spin_unlock_irqrestore(&port_lock, flags); in indirect_read() 85 spin_lock_irqsave(&port_lock, flags); in indirect_read16() 93 spin_unlock_irqrestore(&port_lock, flags); in indirect_read16() 104 spin_lock_irqsave(&port_lock, flags); in indirect_write() 109 spin_unlock_irqrestore(&port_lock, flags); in indirect_write() 119 spin_lock_irqsave(&port_lock, flags); in indirect_setbit() 127 spin_unlock_irqrestore(&port_lock, flags); in indirect_setbit() 137 spin_lock_irqsave(&port_lock, flags); in indirect_resetbit() [all …]
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozhcd.c | 113 spinlock_t port_lock; member 640 spin_lock(&port->port_lock); in oz_hcd_pd_arrived() 643 spin_unlock(&port->port_lock); in oz_hcd_pd_arrived() 646 spin_unlock(&port->port_lock); in oz_hcd_pd_arrived() 697 spin_lock(&port->port_lock); in oz_hcd_pd_departed() 699 spin_unlock(&port->port_lock); in oz_hcd_pd_departed() 703 spin_lock_bh(&port->port_lock); in oz_hcd_pd_departed() 719 spin_unlock_bh(&port->port_lock); in oz_hcd_pd_departed() 737 spin_lock_bh(&port->port_lock); in oz_hcd_pd_reset() 741 spin_unlock_bh(&port->port_lock); in oz_hcd_pd_reset() [all …]
|
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/ |
D | ehea_main.c | 2446 mutex_lock(&port->port_lock); in ehea_open() 2456 mutex_unlock(&port->port_lock); in ehea_open() 2500 mutex_lock(&port->port_lock); in ehea_stop() 2504 mutex_unlock(&port->port_lock); in ehea_stop() 2724 mutex_lock(&port->port_lock); in ehea_reset_port() 2743 mutex_unlock(&port->port_lock); in ehea_reset_port() 2767 mutex_lock(&port->port_lock); in ehea_rereg_mrs() 2772 mutex_unlock(&port->port_lock); in ehea_rereg_mrs() 2776 mutex_unlock(&port->port_lock); in ehea_rereg_mrs() 2808 mutex_lock(&port->port_lock); in ehea_rereg_mrs() [all …]
|
D | ehea.h | 451 struct mutex port_lock; member
|
/linux-4.1.27/drivers/infiniband/core/ |
D | user_mad.c | 133 static DEFINE_SPINLOCK(port_lock); 1153 spin_lock(&port_lock); in ib_umad_init_port() 1156 spin_unlock(&port_lock); in ib_umad_init_port() 1161 spin_lock(&port_lock); in ib_umad_init_port() 1170 spin_unlock(&port_lock); in ib_umad_init_port()
|