Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/usbip/
H A 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()
H A Dvudc_rx.c79 spin_lock(&udc->lock_tx); in v_recv_cmd_unlink()
82 spin_unlock(&udc->lock_tx); in v_recv_cmd_unlink()
H A Dvudc.h99 spinlock_t lock_tx; member
H A Dvudc_transfer.c419 spin_lock(&udc->lock_tx); in v_timer()
429 spin_unlock(&udc->lock_tx); in v_timer()
H A Dvudc_dev.c568 spin_lock_init(&udc->lock_tx); in init_vudc_hw()
/openbmc/linux/drivers/tty/serial/
H A Datmel_serial.c127 spinlock_t lock_tx; /* port lock */ member
870 spin_lock(&atmel_port->lock_tx); in atmel_complete_tx_dma()
874 spin_unlock(&atmel_port->lock_tx); in atmel_complete_tx_dma()
1027 spin_lock_init(&atmel_port->lock_tx); in atmel_prepare_tx_dma()