Home
last modified time | relevance | path

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

/linux/drivers/usb/phy/
A Dphy.c30 static DEFINE_SPINLOCK(phy_lock);
155 spin_lock_irqsave(&phy_lock, flags); in usb_phy_uevent()
157 spin_unlock_irqrestore(&phy_lock, flags); in usb_phy_uevent()
498 spin_lock_irqsave(&phy_lock, flags); in usb_get_phy()
513 spin_unlock_irqrestore(&phy_lock, flags); in usb_get_phy()
549 spin_lock_irqsave(&phy_lock, flags); in devm_usb_get_phy_by_node()
571 spin_unlock_irqrestore(&phy_lock, flags); in devm_usb_get_phy_by_node()
682 spin_lock_irqsave(&phy_lock, flags); in usb_add_phy()
697 spin_unlock_irqrestore(&phy_lock, flags); in usb_add_phy()
734 spin_lock_irqsave(&phy_lock, flags); in usb_add_phy_dev()
[all …]
/linux/arch/arm/mach-mmp/
A Ddevices.c115 static DEFINE_MUTEX(phy_lock);
217 mutex_lock(&phy_lock); in pxa_usb_phy_init()
220 mutex_unlock(&phy_lock); in pxa_usb_phy_init()
228 mutex_lock(&phy_lock); in pxa_usb_phy_deinit()
231 mutex_unlock(&phy_lock); in pxa_usb_phy_deinit()
/linux/drivers/nfc/st21nfca/
A Di2c.c74 struct mutex phy_lock; member
230 mutex_lock(&phy->phy_lock); in st21nfca_hci_i2c_write()
236 mutex_unlock(&phy->phy_lock); in st21nfca_hci_i2c_write()
364 mutex_lock(&phy->phy_lock); in st21nfca_hci_i2c_read()
370 mutex_unlock(&phy->phy_lock); in st21nfca_hci_i2c_read()
516 mutex_init(&phy->phy_lock); in st21nfca_hci_i2c_probe()
/linux/drivers/net/ethernet/broadcom/
A Dbnx2.c1697 __releases(&bp->phy_lock) in bnx2_setup_remote_phy()
1698 __acquires(&bp->phy_lock) in bnx2_setup_remote_phy()
1756 __releases(&bp->phy_lock) in bnx2_setup_serdes_phy()
1757 __acquires(&bp->phy_lock) in bnx2_setup_serdes_phy()
2074 __releases(&bp->phy_lock) in bnx2_setup_copper_phy()
2075 __acquires(&bp->phy_lock) in bnx2_setup_copper_phy()
2166 __releases(&bp->phy_lock) in bnx2_setup_phy()
2167 __acquires(&bp->phy_lock) in bnx2_setup_phy()
2387 __releases(&bp->phy_lock) in bnx2_init_phy()
2388 __acquires(&bp->phy_lock) in bnx2_init_phy()
[all …]
A Dbnx2.h6842 spinlock_t phy_lock; member
/linux/drivers/net/ethernet/tundra/
A Dtsi108_eth.c191 static DEFINE_SPINLOCK(phy_lock);
292 spin_lock_irqsave(&phy_lock, flags); in tsi108_check_phy()
360 spin_unlock_irqrestore(&phy_lock, flags); in tsi108_check_phy()
1220 spin_lock_irqsave(&phy_lock, flags); in tsi108_init_phy()
1261 spin_unlock_irqrestore(&phy_lock, flags); in tsi108_init_phy()
1263 spin_lock_irqsave(&phy_lock, flags); in tsi108_init_phy()
1270 spin_unlock_irqrestore(&phy_lock, flags); in tsi108_init_phy()
1278 spin_lock_irqsave(&phy_lock, flags); in tsi108_kill_phy()
1281 spin_unlock_irqrestore(&phy_lock, flags); in tsi108_kill_phy()
/linux/drivers/dma/
A Dmmp_pdma.c128 spinlock_t phy_lock; /* protect alloc/free phy channels */ member
254 spin_lock_irqsave(&pdev->phy_lock, flags); in lookup_phy()
269 spin_unlock_irqrestore(&pdev->phy_lock, flags); in lookup_phy()
286 spin_lock_irqsave(&pdev->phy_lock, flags); in mmp_pdma_free_phy()
289 spin_unlock_irqrestore(&pdev->phy_lock, flags); in mmp_pdma_free_phy()
1044 spin_lock_init(&pdev->phy_lock); in mmp_pdma_probe()
A Dpxa_dma.c129 spinlock_t phy_lock; /* Phy association */ member
384 spin_lock_irqsave(&pdev->phy_lock, flags); in lookup_phy()
399 spin_unlock_irqrestore(&pdev->phy_lock, flags); in lookup_phy()
424 spin_lock_irqsave(&pdev->phy_lock, flags); in pxad_free_phy()
427 spin_unlock_irqrestore(&pdev->phy_lock, flags); in pxad_free_phy()
1109 spin_lock(&pdev->phy_lock); in pxad_terminate_all()
1111 spin_unlock(&pdev->phy_lock); in pxad_terminate_all()
1366 spin_lock_init(&pdev->phy_lock); in pxad_probe()
/linux/drivers/net/ethernet/
A Djme.c1604 spin_lock_bh(&jme->phy_lock); in jme_restart_an()
1608 spin_unlock_bh(&jme->phy_lock); in jme_restart_an()
2467 spin_lock_bh(&jme->phy_lock); in jme_get_pauseparam()
2469 spin_unlock_bh(&jme->phy_lock); in jme_get_pauseparam()
2506 spin_lock_bh(&jme->phy_lock); in jme_set_pauseparam()
2519 spin_unlock_bh(&jme->phy_lock); in jme_set_pauseparam()
2572 spin_lock_bh(&jme->phy_lock); in jme_get_link_ksettings()
2574 spin_unlock_bh(&jme->phy_lock); in jme_get_link_ksettings()
2598 spin_lock_bh(&jme->phy_lock); in jme_set_link_ksettings()
2600 spin_unlock_bh(&jme->phy_lock); in jme_set_link_ksettings()
[all …]
A Djme.h408 spinlock_t phy_lock; member
/linux/drivers/net/ethernet/marvell/
A Dskge.c690 spin_lock_bh(&hw->phy_lock); in skge_led()
761 spin_unlock_bh(&hw->phy_lock); in skge_led()
2427 spin_lock_bh(&hw->phy_lock); in skge_phy_reset()
2435 spin_unlock_bh(&hw->phy_lock); in skge_phy_reset()
2458 spin_lock_bh(&hw->phy_lock); in skge_ioctl()
2470 spin_lock_bh(&hw->phy_lock); in skge_ioctl()
2592 spin_lock_bh(&hw->phy_lock); in skge_up()
2597 spin_unlock_bh(&hw->phy_lock); in skge_up()
3357 spin_lock(&hw->phy_lock); in skge_extirq()
3362 spin_unlock(&hw->phy_lock); in skge_extirq()
[all …]
A Dsky2.c801 spin_lock_bh(&sky2->phy_lock); in sky2_phy_reinit()
804 spin_unlock_bh(&sky2->phy_lock); in sky2_phy_reinit()
831 spin_lock_bh(&sky2->phy_lock); in sky2_wol_init()
834 spin_unlock_bh(&sky2->phy_lock); in sky2_wol_init()
930 spin_lock_bh(&sky2->phy_lock); in sky2_mac_init()
1384 spin_lock_bh(&sky2->phy_lock); in sky2_ioctl()
1393 spin_lock_bh(&sky2->phy_lock); in sky2_ioctl()
2102 spin_lock_bh(&sky2->phy_lock); in sky2_hw_down()
2307 spin_lock(&sky2->phy_lock); in sky2_phy_intr()
2335 spin_unlock(&sky2->phy_lock); in sky2_phy_intr()
[all …]
A Dskge.h2420 spinlock_t phy_lock; member
A Dsky2.h2219 spinlock_t phy_lock; member
/linux/drivers/net/ethernet/smsc/
A Dsmsc9420.c59 spinlock_t phy_lock; member
110 spin_lock_irqsave(&pd->phy_lock, flags); in smsc9420_mii_read()
136 spin_unlock_irqrestore(&pd->phy_lock, flags); in smsc9420_mii_read()
148 spin_lock_irqsave(&pd->phy_lock, flags); in smsc9420_mii_write()
177 spin_unlock_irqrestore(&pd->phy_lock, flags); in smsc9420_mii_write()
1600 spin_lock_init(&pd->phy_lock); in smsc9420_probe()
/linux/
A DSystem.map163051 ffff800012156778 b phy_lock
A D.tmp_System.map163051 ffff800012156778 b phy_lock

Completed in 476 milliseconds