Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/drivers/usb/gadget/function/
Du_serial.c100 spinlock_t port_lock; /* guard port_* access */ member
273 spin_unlock(&port->port_lock); in gs_start_tx()
275 spin_lock(&port->port_lock); in gs_start_tx()
329 spin_unlock(&port->port_lock); in gs_start_rx()
331 spin_lock(&port->port_lock); in gs_start_rx()
368 spin_lock_irq(&port->port_lock); in gs_rx_push()
448 spin_unlock_irq(&port->port_lock); in gs_rx_push()
456 spin_lock(&port->port_lock); in gs_read_complete()
459 spin_unlock(&port->port_lock); in gs_read_complete()
466 spin_lock(&port->port_lock); in gs_write_complete()
[all …]
/Linux-v5.10/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.c184 static DEFINE_SPINLOCK(port_lock);
194 spin_lock_irqsave(&port_lock, flags); in indirect_read()
199 spin_unlock_irqrestore(&port_lock, flags); in indirect_read()
208 spin_lock_irqsave(&port_lock, flags); in indirect_write()
213 spin_unlock_irqrestore(&port_lock, flags); in indirect_write()
222 spin_lock_irqsave(&port_lock, flags); in indirect_setbit()
230 spin_unlock_irqrestore(&port_lock, flags); in indirect_setbit()
241 spin_lock_irqsave(&port_lock, flags); in indirect_resetbit()
249 spin_unlock_irqrestore(&port_lock, flags); in indirect_resetbit()
259 spin_lock_irqsave(&port_lock, flags); in indirect_write16()
[all …]
/Linux-v5.10/drivers/infiniband/sw/rxe/
Drxe_recv.c60 spin_lock_bh(&port->port_lock); in set_bad_pkey_cntr()
63 spin_unlock_bh(&port->port_lock); in set_bad_pkey_cntr()
68 spin_lock_bh(&port->port_lock); in set_qkey_viol_cntr()
71 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.h345 spinlock_t port_lock; /* guard port */ member
/Linux-v5.10/drivers/soundwire/
Dqcom.c94 struct mutex port_lock; member
513 mutex_lock(&ctrl->port_lock); in qcom_swrm_stream_free_ports()
525 mutex_unlock(&ctrl->port_lock); in qcom_swrm_stream_free_ports()
541 mutex_lock(&ctrl->port_lock); in qcom_swrm_stream_alloc_ports()
586 mutex_unlock(&ctrl->port_lock); in qcom_swrm_stream_alloc_ports()
837 mutex_init(&ctrl->port_lock);
/Linux-v5.10/drivers/net/ethernet/ibm/ehea/
Dehea_main.c2406 mutex_lock(&port->port_lock); in ehea_open()
2418 mutex_unlock(&port->port_lock); in ehea_open()
2462 mutex_lock(&port->port_lock); in ehea_stop()
2466 mutex_unlock(&port->port_lock); in ehea_stop()
2686 mutex_lock(&port->port_lock); in ehea_reset_port()
2705 mutex_unlock(&port->port_lock); in ehea_reset_port()
2729 mutex_lock(&port->port_lock); in ehea_rereg_mrs()
2734 mutex_unlock(&port->port_lock); in ehea_rereg_mrs()
2738 mutex_unlock(&port->port_lock); in ehea_rereg_mrs()
2770 mutex_lock(&port->port_lock); in ehea_rereg_mrs()
[all …]
Dehea.h437 struct mutex port_lock; member