Lines Matching refs:rt_phye
18 rt_err_t rt_phye_register(struct rt_phye *phye) in rt_phye_register()
37 rt_err_t rt_phye_unregister(struct rt_phye *phye) in rt_phye_unregister()
65 rt_err_t rt_phye_init(struct rt_phye *phye) in rt_phye_init()
93 rt_err_t rt_phye_exit(struct rt_phye *phye) in rt_phye_exit()
124 rt_err_t rt_phye_reset(struct rt_phye *phye) in rt_phye_reset()
147 rt_err_t rt_phye_power_on(struct rt_phye *phye) in rt_phye_power_on()
175 rt_err_t rt_phye_power_off(struct rt_phye *phye) in rt_phye_power_off()
206 rt_err_t rt_phye_set_mode(struct rt_phye *phye, enum rt_phye_mode mode, int submode) in rt_phye_set_mode()
237 static struct rt_phye *ofw_phye_get_by_index(struct rt_ofw_node *np, int index) in ofw_phye_get_by_index()
239 struct rt_phye *phye = RT_NULL; in ofw_phye_get_by_index()
269 struct rt_phye *rt_phye_get_by_index(struct rt_device *dev, int index) in rt_phye_get_by_index()
271 struct rt_phye *phye = RT_NULL; in rt_phye_get_by_index()
293 struct rt_phye *rt_phye_get_by_name(struct rt_device *dev, const char *id) in rt_phye_get_by_name()
312 void rt_phye_put(struct rt_phye *phye) in rt_phye_put()