Lines Matching defs:cphy
50 static int led_init(struct cphy *cphy) in led_init()
60 static int led_link(struct cphy *cphy, u32 do_enable) in led_link()
78 static int mv88x201x_reset(struct cphy *cphy, int wait) in mv88x201x_reset()
86 static int mv88x201x_interrupt_enable(struct cphy *cphy) in mv88x201x_interrupt_enable()
103 static int mv88x201x_interrupt_disable(struct cphy *cphy) in mv88x201x_interrupt_disable()
119 static int mv88x201x_interrupt_clear(struct cphy *cphy) in mv88x201x_interrupt_clear()
156 static int mv88x201x_interrupt_handler(struct cphy *cphy) in mv88x201x_interrupt_handler()
167 static int mv88x201x_set_loopback(struct cphy *cphy, int on) in mv88x201x_set_loopback()
172 static int mv88x201x_get_link_status(struct cphy *cphy, int *link_ok, in mv88x201x_get_link_status()
194 static void mv88x201x_destroy(struct cphy *cphy) in mv88x201x_destroy()
216 struct cphy *cphy = kzalloc(sizeof(*cphy), GFP_KERNEL); in mv88x201x_phy_create() local