Lines Matching defs:cphy
40 static int led_init(struct cphy *cphy) in led_init()
50 static int led_link(struct cphy *cphy, u32 do_enable) in led_link()
68 static int mv88x201x_reset(struct cphy *cphy, int wait) in mv88x201x_reset()
76 static int mv88x201x_interrupt_enable(struct cphy *cphy) in mv88x201x_interrupt_enable()
93 static int mv88x201x_interrupt_disable(struct cphy *cphy) in mv88x201x_interrupt_disable()
109 static int mv88x201x_interrupt_clear(struct cphy *cphy) in mv88x201x_interrupt_clear()
146 static int mv88x201x_interrupt_handler(struct cphy *cphy) in mv88x201x_interrupt_handler()
157 static int mv88x201x_set_loopback(struct cphy *cphy, int on) in mv88x201x_set_loopback()
162 static int mv88x201x_get_link_status(struct cphy *cphy, int *link_ok, in mv88x201x_get_link_status()
184 static void mv88x201x_destroy(struct cphy *cphy) in mv88x201x_destroy()
206 struct cphy *cphy = kzalloc(sizeof(*cphy), GFP_KERNEL); in mv88x201x_phy_create() local