Lines Matching full:cphy
83 aq100x_temperature(struct cphy *phy) in aq100x_temperature()
98 aq100x_set_defaults(struct cphy *phy) in aq100x_set_defaults()
104 aq100x_reset(struct cphy *phy, int wait) in aq100x_reset()
114 aq100x_intr_enable(struct cphy *phy) in aq100x_intr_enable()
132 aq100x_intr_disable(struct cphy *phy) in aq100x_intr_disable()
150 aq100x_intr_clear(struct cphy *phy) in aq100x_intr_clear()
166 aq100x_vendor_intr(struct cphy *phy, int *rc) in aq100x_vendor_intr()
202 aq100x_intr_handler(struct cphy *phy) in aq100x_intr_handler()
226 aq100x_power_down(struct cphy *phy, int off) in aq100x_power_down()
255 aq100x_autoneg_enable(struct cphy *phy) in aq100x_autoneg_enable()
268 aq100x_autoneg_restart(struct cphy *phy) in aq100x_autoneg_restart()
274 aq100x_advertise(struct cphy *phy, unsigned int advertise_map) in aq100x_advertise()
315 aq100x_set_loopback(struct cphy *phy, int mmd, int dir, int enable) in aq100x_set_loopback()
322 aq100x_set_speed_duplex(struct cphy *phy, int speed, int duplex) in aq100x_set_speed_duplex()
352 aq100x_get_link_status(struct cphy *phy, int *link_state, int *speed, int *duplex, in aq100x_get_link_status()
466 struct cphy *phy = &pinfo->phy; in t3_aq100x_phy_prep()