Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-dbgtty.c51 __releases(&port->port_lock) in dbc_start_tx()
52 __acquires(&port->port_lock) in dbc_start_tx()
70 spin_unlock(&port->port_lock); in dbc_start_tx()
72 spin_lock(&port->port_lock); in dbc_start_tx()
87 __releases(&port->port_lock) in dbc_start_rx()
88 __acquires(&port->port_lock) in dbc_start_rx()
102 spin_unlock(&port->port_lock); in dbc_start_rx()
104 spin_lock(&port->port_lock); in dbc_start_rx()
119 spin_lock_irqsave(&port->port_lock, flags); in dbc_read_complete()
122 spin_unlock_irqrestore(&port->port_lock, flags); in dbc_read_complete()
[all …]
Dxhci-dbgcap.h104 spinlock_t port_lock; /* port access */ member
/linux-6.12.1/drivers/usb/gadget/function/
Du_serial.c105 spinlock_t port_lock; /* guard port_* access */ member
278 spin_unlock(&port->port_lock); in gs_start_tx()
280 spin_lock(&port->port_lock); in gs_start_tx()
334 spin_unlock(&port->port_lock); in gs_start_rx()
336 spin_lock(&port->port_lock); in gs_start_rx()
373 spin_lock_irq(&port->port_lock); in gs_rx_push()
454 spin_unlock_irq(&port->port_lock); in gs_rx_push()
462 spin_lock(&port->port_lock); in gs_read_complete()
465 spin_unlock(&port->port_lock); in gs_read_complete()
472 spin_lock(&port->port_lock); in gs_write_complete()
[all …]
/linux-6.12.1/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.c186 static DEFINE_SPINLOCK(port_lock);
196 spin_lock_irqsave(&port_lock, flags); in indirect_read()
201 spin_unlock_irqrestore(&port_lock, flags); in indirect_read()
210 spin_lock_irqsave(&port_lock, flags); in indirect_write()
215 spin_unlock_irqrestore(&port_lock, flags); in indirect_write()
224 spin_lock_irqsave(&port_lock, flags); in indirect_setbit()
232 spin_unlock_irqrestore(&port_lock, flags); in indirect_setbit()
243 spin_lock_irqsave(&port_lock, flags); in indirect_resetbit()
251 spin_unlock_irqrestore(&port_lock, flags); in indirect_resetbit()
261 spin_lock_irqsave(&port_lock, flags); in indirect_write16()
[all …]
/linux-6.12.1/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.c116 spin_lock_init(&port->port_lock); in rxe_init_ports()
Drxe_verbs.h367 spinlock_t port_lock; /* guard port */ member
/linux-6.12.1/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.12.1/drivers/soundwire/
Dqcom.c191 struct mutex port_lock; member
1145 mutex_lock(&ctrl->port_lock); in qcom_swrm_stream_free_ports()
1153 mutex_unlock(&ctrl->port_lock); in qcom_swrm_stream_free_ports()
1182 mutex_lock(&ctrl->port_lock); in qcom_swrm_stream_alloc_ports()
1223 mutex_unlock(&ctrl->port_lock); in qcom_swrm_stream_alloc_ports()
1550 mutex_init(&ctrl->port_lock);