Home
last modified time | relevance | path

Searched refs:port_lock (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/usb/host/
A Dxhci-dbgtty.c41 __releases(&port->port_lock) in dbc_start_tx()
42 __acquires(&port->port_lock) in dbc_start_tx()
60 spin_unlock(&port->port_lock); in dbc_start_tx()
62 spin_lock(&port->port_lock); in dbc_start_tx()
77 __releases(&port->port_lock) in dbc_start_rx()
78 __acquires(&port->port_lock) in dbc_start_rx()
92 spin_unlock(&port->port_lock); in dbc_start_rx()
94 spin_lock(&port->port_lock); in dbc_start_rx()
109 spin_lock_irqsave(&port->port_lock, flags); in dbc_read_complete()
120 spin_lock_irqsave(&port->port_lock, flags); in dbc_write_complete()
[all …]
A Dxhci-dbgcap.h102 spinlock_t port_lock; /* port access */ member
/linux/drivers/usb/gadget/function/
A Du_serial.c271 spin_unlock(&port->port_lock); in gs_start_tx()
273 spin_lock(&port->port_lock); in gs_start_tx()
327 spin_unlock(&port->port_lock); in gs_start_rx()
329 spin_lock(&port->port_lock); in gs_start_rx()
366 spin_lock_irq(&port->port_lock); in gs_rx_push()
454 spin_lock(&port->port_lock); in gs_read_complete()
457 spin_unlock(&port->port_lock); in gs_read_complete()
464 spin_lock(&port->port_lock); in gs_write_complete()
485 spin_unlock(&port->port_lock); in gs_write_complete()
662 spin_lock_irq(&p->port_lock); in gs_close_flush_done()
[all …]
/linux/drivers/pcmcia/
A Dpd6729.c57 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 …]
A Di82092.c185 static DEFINE_SPINLOCK(port_lock);
195 spin_lock_irqsave(&port_lock, flags); in indirect_read()
200 spin_unlock_irqrestore(&port_lock, flags); in indirect_read()
209 spin_lock_irqsave(&port_lock, flags); in indirect_write()
214 spin_unlock_irqrestore(&port_lock, flags); in indirect_write()
223 spin_lock_irqsave(&port_lock, flags); in indirect_setbit()
231 spin_unlock_irqrestore(&port_lock, flags); in indirect_setbit()
242 spin_lock_irqsave(&port_lock, flags); in indirect_resetbit()
250 spin_unlock_irqrestore(&port_lock, flags); in indirect_resetbit()
260 spin_lock_irqsave(&port_lock, flags); in indirect_write16()
[all …]
/linux/drivers/infiniband/sw/rxe/
A Drxe_recv.c65 spin_lock_bh(&port->port_lock); in set_bad_pkey_cntr()
68 spin_unlock_bh(&port->port_lock); in set_bad_pkey_cntr()
73 spin_lock_bh(&port->port_lock); in set_qkey_viol_cntr()
76 spin_unlock_bh(&port->port_lock); in set_qkey_viol_cntr()
A Drxe.c115 spin_lock_init(&port->port_lock); in rxe_init_ports()
A Drxe_verbs.h379 spinlock_t port_lock; /* guard port */ member
/linux/drivers/soundwire/
A Dqcom.c139 struct mutex port_lock; member
880 mutex_lock(&ctrl->port_lock); in qcom_swrm_stream_free_ports()
892 mutex_unlock(&ctrl->port_lock); in qcom_swrm_stream_free_ports()
910 mutex_lock(&ctrl->port_lock); in qcom_swrm_stream_alloc_ports()
961 mutex_unlock(&ctrl->port_lock); in qcom_swrm_stream_alloc_ports()
1267 mutex_init(&ctrl->port_lock);
/linux/drivers/net/ethernet/ibm/ehea/
A Dehea_main.c2407 mutex_lock(&port->port_lock); in ehea_open()
2419 mutex_unlock(&port->port_lock); in ehea_open()
2463 mutex_lock(&port->port_lock); in ehea_stop()
2467 mutex_unlock(&port->port_lock); in ehea_stop()
2688 mutex_lock(&port->port_lock); in ehea_reset_port()
2707 mutex_unlock(&port->port_lock); in ehea_reset_port()
2731 mutex_lock(&port->port_lock); in ehea_rereg_mrs()
2736 mutex_unlock(&port->port_lock); in ehea_rereg_mrs()
2740 mutex_unlock(&port->port_lock); in ehea_rereg_mrs()
2772 mutex_lock(&port->port_lock); in ehea_rereg_mrs()
[all …]
A Dehea.h437 struct mutex port_lock; member

Completed in 29 milliseconds