Lines Matching defs:cphy
18 static void mdio_set_bit(struct cphy *cphy, int reg, u32 bitval) in mdio_set_bit()
29 static void mdio_clear_bit(struct cphy *cphy, int reg, u32 bitval) in mdio_clear_bit()
48 static int mv88e1xxx_reset(struct cphy *cphy, int wait) in mv88e1xxx_reset()
65 static int mv88e1xxx_interrupt_enable(struct cphy *cphy) in mv88e1xxx_interrupt_enable()
84 static int mv88e1xxx_interrupt_disable(struct cphy *cphy) in mv88e1xxx_interrupt_disable()
102 static int mv88e1xxx_interrupt_clear(struct cphy *cphy) in mv88e1xxx_interrupt_clear()
148 static int mv88e1xxx_crossover_set(struct cphy *cphy, int crossover) in mv88e1xxx_crossover_set()
161 static int mv88e1xxx_autoneg_enable(struct cphy *cphy) in mv88e1xxx_autoneg_enable()
174 static int mv88e1xxx_autoneg_disable(struct cphy *cphy) in mv88e1xxx_autoneg_disable()
194 static int mv88e1xxx_autoneg_restart(struct cphy *cphy) in mv88e1xxx_autoneg_restart()
232 static int mv88e1xxx_set_loopback(struct cphy *cphy, int on) in mv88e1xxx_set_loopback()
241 static int mv88e1xxx_get_link_status(struct cphy *cphy, int *link_ok, in mv88e1xxx_get_link_status()
274 static int mv88e1xxx_downshift_set(struct cphy *cphy, int downshift_enable) in mv88e1xxx_downshift_set()
294 static int mv88e1xxx_interrupt_handler(struct cphy *cphy) in mv88e1xxx_interrupt_handler()
336 static void mv88e1xxx_destroy(struct cphy *cphy) in mv88e1xxx_destroy()
361 struct cphy *cphy = kzalloc(sizeof(*cphy), GFP_KERNEL); in mv88e1xxx_phy_create() local