Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/firewire/
Dohci.c212 struct mutex phy_reg_mutex; member
645 mutex_lock(&ohci->phy_reg_mutex); in ohci_read_phy_reg()
647 mutex_unlock(&ohci->phy_reg_mutex); in ohci_read_phy_reg()
658 mutex_lock(&ohci->phy_reg_mutex); in ohci_update_phy_reg()
660 mutex_unlock(&ohci->phy_reg_mutex); in ohci_update_phy_reg()
1779 mutex_lock(&ohci->phy_reg_mutex); in get_status_for_port()
1783 mutex_unlock(&ohci->phy_reg_mutex); in get_status_for_port()
1817 mutex_lock(&ohci->phy_reg_mutex); in initiated_reset()
1833 mutex_unlock(&ohci->phy_reg_mutex); in initiated_reset()
3595 mutex_init(&ohci->phy_reg_mutex); in pci_probe()