Searched defs:rt_phye_ops (Results 1 – 1 of 1) sorted by relevance
61 struct rt_phye_ops struct63 rt_err_t (*init)(struct rt_phye *phye);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);68 rt_err_t (*set_mode)(struct rt_phye *phye, enum rt_phye_mode mode, int submode);69 rt_err_t (*ofw_parse)(struct rt_phye *phye, struct rt_ofw_cell_args *phye_args);
Completed in 2 milliseconds