Searched refs:reg_mutex (Results 1 - 9 of 9) sorted by relevance

/openwrt/target/linux/generic/files/drivers/net/phy/b53/
H A Db53_priv.h76 struct mutex reg_mutex; member in struct:b53_device
194 mutex_lock(&dev->reg_mutex);
196 mutex_unlock(&dev->reg_mutex);
205 mutex_lock(&dev->reg_mutex);
207 mutex_unlock(&dev->reg_mutex);
216 mutex_lock(&dev->reg_mutex);
218 mutex_unlock(&dev->reg_mutex);
227 mutex_lock(&dev->reg_mutex);
229 mutex_unlock(&dev->reg_mutex);
238 mutex_lock(&dev->reg_mutex);
[all...]
H A Db53_mdio.c287 mutex_init(&dev.reg_mutex);
H A Db53_common.c1416 mutex_init(&dev->reg_mutex);
/openwrt/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/
H A Dag71xx_ar7240.c314 static DEFINE_MUTEX(reg_mutex);
397 mutex_lock(&reg_mutex);
399 mutex_unlock(&reg_mutex);
406 mutex_lock(&reg_mutex);
408 mutex_unlock(&reg_mutex);
415 mutex_lock(&reg_mutex);
420 mutex_unlock(&reg_mutex);
429 mutex_lock(&reg_mutex);
433 mutex_unlock(&reg_mutex);
459 mutex_lock(&reg_mutex);
[all...]
/openwrt/target/linux/generic/files/drivers/net/phy/
H A Dpsb6970.c59 struct mutex reg_mutex; member in struct:psb6970_priv
218 mutex_lock(&priv->reg_mutex);
259 mutex_unlock(&priv->reg_mutex);
268 mutex_lock(&priv->reg_mutex);
276 mutex_unlock(&priv->reg_mutex);
326 mutex_init(&priv->reg_mutex);
H A Dadm6996.c91 struct mutex reg_mutex; member in struct:adm6996_priv
505 * Precondition: reg_mutex must be held
547 * Precondition: reg_mutex must be held
586 * Precondition: reg_mutex must be held
605 * Precondition: reg_mutex must be held
642 * Precondition: reg_mutex must be held
699 mutex_lock(&priv->reg_mutex);
727 mutex_unlock(&priv->reg_mutex);
738 * Precondition: reg_mutex must be held
794 mutex_lock(&priv->reg_mutex);
[all...]
H A Dar8216.c1109 mutex_lock(&priv->reg_mutex);
1155 mutex_unlock(&priv->reg_mutex);
1166 mutex_lock(&priv->reg_mutex);
1185 mutex_unlock(&priv->reg_mutex);
1225 mutex_lock(&priv->reg_mutex);
1228 mutex_unlock(&priv->reg_mutex);
1250 mutex_lock(&priv->reg_mutex);
1253 mutex_unlock(&priv->reg_mutex);
1275 mutex_lock(&priv->reg_mutex);
1278 mutex_unlock(&priv->reg_mutex);
[all...]
H A Dar8327.c1133 mutex_lock(&priv->reg_mutex);
1135 mutex_unlock(&priv->reg_mutex);
1151 mutex_lock(&priv->reg_mutex);
1153 mutex_unlock(&priv->reg_mutex);
1199 mutex_lock(&priv->reg_mutex);
1202 mutex_unlock(&priv->reg_mutex);
1214 mutex_lock(&priv->reg_mutex);
1221 mutex_unlock(&priv->reg_mutex);
H A Dar8216.h429 struct mutex reg_mutex; member in struct:ar8xxx_priv

Completed in 106 milliseconds