Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firewire/
H A Dohci.c199 struct mutex phy_reg_mutex; member
677 mutex_lock(&ohci->phy_reg_mutex); in ohci_read_phy_reg()
679 mutex_unlock(&ohci->phy_reg_mutex); in ohci_read_phy_reg()
690 mutex_lock(&ohci->phy_reg_mutex); in ohci_update_phy_reg()
692 mutex_unlock(&ohci->phy_reg_mutex); in ohci_update_phy_reg()
1829 mutex_lock(&ohci->phy_reg_mutex); in get_status_for_port()
1833 mutex_unlock(&ohci->phy_reg_mutex); in get_status_for_port()
1867 mutex_lock(&ohci->phy_reg_mutex); in initiated_reset()
1883 mutex_unlock(&ohci->phy_reg_mutex); in initiated_reset()
3660 mutex_init(&ohci->phy_reg_mutex); in pci_probe()