Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dohci.c200 struct mutex phy_reg_mutex; member
716 guard(mutex)(&ohci->phy_reg_mutex); in ohci_read_phy_reg()
726 guard(mutex)(&ohci->phy_reg_mutex); in ohci_update_phy_reg()
1890 scoped_guard(mutex, &ohci->phy_reg_mutex) { in get_status_for_port()
1940 guard(mutex)(&ohci->phy_reg_mutex); in detect_initiated_reset()
3719 mutex_init(&ohci->phy_reg_mutex); in pci_probe()