Lines Matching defs:cphy
17 static void mdio_set_bit(struct cphy *cphy, int reg, u32 bitval) in mdio_set_bit()
28 static void mdio_clear_bit(struct cphy *cphy, int reg, u32 bitval) in mdio_clear_bit()
47 static int mv88e1xxx_reset(struct cphy *cphy, int wait) in mv88e1xxx_reset()
64 static int mv88e1xxx_interrupt_enable(struct cphy *cphy) in mv88e1xxx_interrupt_enable()
83 static int mv88e1xxx_interrupt_disable(struct cphy *cphy) in mv88e1xxx_interrupt_disable()
101 static int mv88e1xxx_interrupt_clear(struct cphy *cphy) in mv88e1xxx_interrupt_clear()
147 static int mv88e1xxx_crossover_set(struct cphy *cphy, int crossover) in mv88e1xxx_crossover_set()
160 static int mv88e1xxx_autoneg_enable(struct cphy *cphy) in mv88e1xxx_autoneg_enable()
173 static int mv88e1xxx_autoneg_disable(struct cphy *cphy) in mv88e1xxx_autoneg_disable()
193 static int mv88e1xxx_autoneg_restart(struct cphy *cphy) in mv88e1xxx_autoneg_restart()
231 static int mv88e1xxx_set_loopback(struct cphy *cphy, int on) in mv88e1xxx_set_loopback()
240 static int mv88e1xxx_get_link_status(struct cphy *cphy, int *link_ok, in mv88e1xxx_get_link_status()
273 static int mv88e1xxx_downshift_set(struct cphy *cphy, int downshift_enable) in mv88e1xxx_downshift_set()
293 static int mv88e1xxx_interrupt_handler(struct cphy *cphy) in mv88e1xxx_interrupt_handler()
335 static void mv88e1xxx_destroy(struct cphy *cphy) in mv88e1xxx_destroy()
360 struct cphy *cphy = kzalloc(sizeof(*cphy), GFP_KERNEL); in mv88e1xxx_phy_create() local