Home
last modified time | relevance | path

Searched refs:lock_tx (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/usb/usbip/
Dvudc_tx.c191 spin_lock_irqsave(&udc->lock_tx, flags); in v_send_ret()
196 spin_unlock_irqrestore(&udc->lock_tx, flags); in v_send_ret()
213 spin_lock_irqsave(&udc->lock_tx, flags); in v_send_ret()
216 spin_unlock_irqrestore(&udc->lock_tx, flags); in v_send_ret()
Dvudc_rx.c79 spin_lock(&udc->lock_tx); in v_recv_cmd_unlink()
82 spin_unlock(&udc->lock_tx); in v_recv_cmd_unlink()
Dvudc.h99 spinlock_t lock_tx; member
Dvudc_transfer.c419 spin_lock(&udc->lock_tx); in v_timer()
429 spin_unlock(&udc->lock_tx); in v_timer()
Dvudc_dev.c568 spin_lock_init(&udc->lock_tx); in init_vudc_hw()
/linux-6.12.1/drivers/tty/serial/
Datmel_serial.c129 spinlock_t lock_tx; /* port lock */ member
872 spin_lock(&atmel_port->lock_tx); in atmel_complete_tx_dma()
876 spin_unlock(&atmel_port->lock_tx); in atmel_complete_tx_dma()
1034 spin_lock_init(&atmel_port->lock_tx); in atmel_prepare_tx_dma()