Lines Matching refs:mutex

240 	mutex_lock(&phy->mutex);  in phy_init()
254 mutex_unlock(&phy->mutex); in phy_init()
280 mutex_lock(&phy->mutex); in phy_exit()
291 mutex_unlock(&phy->mutex); in phy_exit()
324 mutex_lock(&phy->mutex); in phy_power_on()
333 mutex_unlock(&phy->mutex); in phy_power_on()
337 mutex_unlock(&phy->mutex); in phy_power_on()
362 mutex_lock(&phy->mutex); in phy_power_off()
367 mutex_unlock(&phy->mutex); in phy_power_off()
372 mutex_unlock(&phy->mutex); in phy_power_off()
389 mutex_lock(&phy->mutex); in phy_set_mode_ext()
394 mutex_unlock(&phy->mutex); in phy_set_mode_ext()
407 mutex_lock(&phy->mutex); in phy_set_media()
409 mutex_unlock(&phy->mutex); in phy_set_media()
422 mutex_lock(&phy->mutex); in phy_set_speed()
424 mutex_unlock(&phy->mutex); in phy_set_speed()
441 mutex_lock(&phy->mutex); in phy_reset()
443 mutex_unlock(&phy->mutex); in phy_reset()
468 mutex_lock(&phy->mutex); in phy_calibrate()
470 mutex_unlock(&phy->mutex); in phy_calibrate()
491 mutex_lock(&phy->mutex); in phy_notify_connect()
493 mutex_unlock(&phy->mutex); in phy_notify_connect()
515 mutex_lock(&phy->mutex); in phy_notify_disconnect()
517 mutex_unlock(&phy->mutex); in phy_notify_disconnect()
540 mutex_lock(&phy->mutex); in phy_notify_state()
542 mutex_unlock(&phy->mutex); in phy_notify_state()
569 mutex_lock(&phy->mutex); in phy_configure()
571 mutex_unlock(&phy->mutex); in phy_configure()
604 mutex_lock(&phy->mutex); in phy_validate()
606 mutex_unlock(&phy->mutex); in phy_validate()
708 mutex_lock(&phy->mutex); in of_phy_put()
711 mutex_unlock(&phy->mutex); in of_phy_put()
1023 mutex_init_with_key(&phy->mutex, &phy->lockdep_key); in phy_create()
1288 mutex_destroy(&phy->mutex); in phy_release()