Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/host/
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()
112 spin_unlock_irqrestore(&port->port_lock, flags); in dbc_read_complete()
[all …]
Dxhci-dbgcap.h102 spinlock_t port_lock; /* port access */ member
/linux-6.6.21/drivers/usb/gadget/function/
Du_serial.c104 spinlock_t port_lock; /* guard port_* access */ member
275 spin_unlock(&port->port_lock); in gs_start_tx()
277 spin_lock(&port->port_lock); in gs_start_tx()
331 spin_unlock(&port->port_lock); in gs_start_rx()
333 spin_lock(&port->port_lock); in gs_start_rx()
370 spin_lock_irq(&port->port_lock); in gs_rx_push()
450 spin_unlock_irq(&port->port_lock); in gs_rx_push()
458 spin_lock(&port->port_lock); in gs_read_complete()
461 spin_unlock(&port->port_lock); in gs_read_complete()
468 spin_lock(&port->port_lock); in gs_write_complete()
[all …]
/linux-6.6.21/drivers/pcmcia/
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 …]
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-6.6.21/drivers/infiniband/sw/rxe/
Drxe_recv.c61 spin_lock_bh(&port->port_lock); in set_bad_pkey_cntr()
64 spin_unlock_bh(&port->port_lock); in set_bad_pkey_cntr()
69 spin_lock_bh(&port->port_lock); in set_qkey_viol_cntr()
72 spin_unlock_bh(&port->port_lock); in set_qkey_viol_cntr()
Drxe.c114 spin_lock_init(&port->port_lock); in rxe_init_ports()
Drxe_verbs.h366 spinlock_t port_lock; /* guard port */ member
/linux-6.6.21/drivers/net/ethernet/ibm/ehea/
Dehea_main.c2410 mutex_lock(&port->port_lock); in ehea_open()
2422 mutex_unlock(&port->port_lock); in ehea_open()
2466 mutex_lock(&port->port_lock); in ehea_stop()
2470 mutex_unlock(&port->port_lock); in ehea_stop()
2691 mutex_lock(&port->port_lock); in ehea_reset_port()
2710 mutex_unlock(&port->port_lock); in ehea_reset_port()
2734 mutex_lock(&port->port_lock); in ehea_rereg_mrs()
2739 mutex_unlock(&port->port_lock); in ehea_rereg_mrs()
2743 mutex_unlock(&port->port_lock); in ehea_rereg_mrs()
2775 mutex_lock(&port->port_lock); in ehea_rereg_mrs()
[all …]
Dehea.h438 struct mutex port_lock; member
/linux-6.6.21/drivers/soundwire/
Dqcom.c190 struct mutex port_lock; member
1121 mutex_lock(&ctrl->port_lock); in qcom_swrm_stream_free_ports()
1133 mutex_unlock(&ctrl->port_lock); in qcom_swrm_stream_free_ports()
1151 mutex_lock(&ctrl->port_lock); in qcom_swrm_stream_alloc_ports()
1202 mutex_unlock(&ctrl->port_lock); in qcom_swrm_stream_alloc_ports()
1561 mutex_init(&ctrl->port_lock);