Lines Matching defs:state
276 /* We must stop the state machine manually, otherwise it stops out of
593 dev->state = PHY_DOWN;
961 * If you want to monitor your own link state, don't call
974 * @handler: callback function for state change notifications
1002 * @handler: callback function for state change notifications
1041 * phy_disconnect - disable interrupts, stop state machine, and detach a PHY
1386 phydev->state = PHY_READY;
1396 /* Initial carrier state is off as the phy is about to be
1991 int cfg, state;
2024 state = MASTER_SLAVE_STATE_ERR;
2028 state = MASTER_SLAVE_STATE_MASTER;
2030 state = MASTER_SLAVE_STATE_SLAVE;
2032 state = MASTER_SLAVE_STATE_UNKNOWN;
2036 phydev->master_slave_state = state;
2204 /* The link state is latched low so that momentary link
2286 * Read the current duplex and speed state for a PHY operating with
2313 * genphy_read_status - check the link status and update current link state
2316 * Description: Check the link, then figure out the current state
2360 * genphy_c37_read_status - check the link status and update current link state
2363 * Description: Check the link, then figure out the current state
2815 * set the state to READY (the driver's init function should
2900 /* Set the state to READY by default */
2901 phydev->state = PHY_READY;
2917 phydev->state = PHY_DOWN;