Home
last modified time | relevance | path

Searched refs:rt_phye (Results 1 – 2 of 2) sorted by relevance

/components/drivers/include/drivers/
A Dphye.h50 struct rt_phye struct
63 rt_err_t (*init)(struct rt_phye *phye); argument
64 rt_err_t (*exit)(struct rt_phye *phye);
65 rt_err_t (*reset)(struct rt_phye *phye);
66 rt_err_t (*power_on)(struct rt_phye *phye);
67 rt_err_t (*power_off)(struct rt_phye *phye);
72 rt_err_t rt_phye_register(struct rt_phye *phye);
75 rt_err_t rt_phye_init(struct rt_phye *phye);
76 rt_err_t rt_phye_exit(struct rt_phye *phye);
77 rt_err_t rt_phye_reset(struct rt_phye *phye);
[all …]
/components/drivers/phye/
A Dphye.c18 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()
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()
[all …]

Completed in 4 milliseconds