Searched refs:port_lock (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.1/drivers/usb/host/ |
D | xhci-dbgtty.c | 41 __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 …]
|
D | xhci-dbgcap.h | 102 spinlock_t port_lock; /* port access */ member
|
/Linux-v6.1/drivers/usb/gadget/function/ |
D | u_serial.c | 100 spinlock_t port_lock; /* guard port_* access */ member 271 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() 446 spin_unlock_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() [all …]
|
/Linux-v6.1/drivers/pcmcia/ |
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 …]
|
D | i82092.c | 185 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-v6.1/drivers/infiniband/sw/rxe/ |
D | rxe_recv.c | 53 spin_lock_bh(&port->port_lock); in set_bad_pkey_cntr() 56 spin_unlock_bh(&port->port_lock); in set_bad_pkey_cntr() 61 spin_lock_bh(&port->port_lock); in set_qkey_viol_cntr() 64 spin_unlock_bh(&port->port_lock); in set_qkey_viol_cntr()
|
D | rxe.c | 114 spin_lock_init(&port->port_lock); in rxe_init_ports()
|
D | rxe_verbs.h | 366 spinlock_t port_lock; /* guard port */ member
|
/Linux-v6.1/drivers/soundwire/ |
D | qcom.c | 154 struct mutex port_lock; member 944 mutex_lock(&ctrl->port_lock); in qcom_swrm_stream_free_ports() 956 mutex_unlock(&ctrl->port_lock); in qcom_swrm_stream_free_ports() 974 mutex_lock(&ctrl->port_lock); in qcom_swrm_stream_alloc_ports() 1025 mutex_unlock(&ctrl->port_lock); in qcom_swrm_stream_alloc_ports() 1358 mutex_init(&ctrl->port_lock);
|
/Linux-v6.1/drivers/net/ethernet/ibm/ehea/ |
D | ehea_main.c | 2409 mutex_lock(&port->port_lock); in ehea_open() 2421 mutex_unlock(&port->port_lock); in ehea_open() 2465 mutex_lock(&port->port_lock); in ehea_stop() 2469 mutex_unlock(&port->port_lock); in ehea_stop() 2690 mutex_lock(&port->port_lock); in ehea_reset_port() 2709 mutex_unlock(&port->port_lock); in ehea_reset_port() 2733 mutex_lock(&port->port_lock); in ehea_rereg_mrs() 2738 mutex_unlock(&port->port_lock); in ehea_rereg_mrs() 2742 mutex_unlock(&port->port_lock); in ehea_rereg_mrs() 2774 mutex_lock(&port->port_lock); in ehea_rereg_mrs() [all …]
|
D | ehea.h | 438 struct mutex port_lock; member
|