Searched defs:mpp_hw_ops (Results 1 – 1 of 1) sorted by relevance
600 struct mpp_hw_ops { struct601 int (*init)(struct mpp_dev *mpp);602 int (*exit)(struct mpp_dev *mpp);603 int (*clk_on)(struct mpp_dev *mpp);604 int (*clk_off)(struct mpp_dev *mpp);605 int (*get_freq)(struct mpp_dev *mpp,607 int (*set_freq)(struct mpp_dev *mpp,609 int (*reduce_freq)(struct mpp_dev *mpp);610 int (*reset)(struct mpp_dev *mpp);611 int (*set_grf)(struct mpp_dev *mpp);