Home
last modified time | relevance | path

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

/Linux-v6.6/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()
1777 mutex_lock(&ohci->phy_reg_mutex); in get_status_for_port()
1781 mutex_unlock(&ohci->phy_reg_mutex); in get_status_for_port()
1815 mutex_lock(&ohci->phy_reg_mutex); in initiated_reset()
1831 mutex_unlock(&ohci->phy_reg_mutex); in initiated_reset()
3604 mutex_init(&ohci->phy_reg_mutex); in pci_probe()