Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/firewire/
Dohci.c199 struct mutex phy_reg_mutex; member
632 mutex_lock(&ohci->phy_reg_mutex); in ohci_read_phy_reg()
634 mutex_unlock(&ohci->phy_reg_mutex); in ohci_read_phy_reg()
645 mutex_lock(&ohci->phy_reg_mutex); in ohci_update_phy_reg()
647 mutex_unlock(&ohci->phy_reg_mutex); in ohci_update_phy_reg()
1770 mutex_lock(&ohci->phy_reg_mutex); in get_status_for_port()
1774 mutex_unlock(&ohci->phy_reg_mutex); in get_status_for_port()
1808 mutex_lock(&ohci->phy_reg_mutex); in initiated_reset()
1824 mutex_unlock(&ohci->phy_reg_mutex); in initiated_reset()
3586 mutex_init(&ohci->phy_reg_mutex); in pci_probe()