Searched defs:mpp_hw_ops (Results 1 – 3 of 3) sorted by relevance
541 struct mpp_hw_ops { struct542 int (*init)(struct mpp_dev *mpp);543 int (*exit)(struct mpp_dev *mpp);544 int (*clk_on)(struct mpp_dev *mpp);545 int (*clk_off)(struct mpp_dev *mpp);546 int (*get_freq)(struct mpp_dev *mpp, struct mpp_task *mpp_task);547 int (*set_freq)(struct mpp_dev *mpp, struct mpp_task *mpp_task);548 int (*reduce_freq)(struct mpp_dev *mpp);549 int (*reset)(struct mpp_dev *mpp);550 int (*set_grf)(struct mpp_dev *mpp);
552 struct mpp_hw_ops { struct553 int (*init)(struct mpp_dev *mpp);554 int (*exit)(struct mpp_dev *mpp);555 int (*clk_on)(struct mpp_dev *mpp);556 int (*clk_off)(struct mpp_dev *mpp);557 int (*get_freq)(struct mpp_dev *mpp,559 int (*set_freq)(struct mpp_dev *mpp,561 int (*reduce_freq)(struct mpp_dev *mpp);562 int (*reset)(struct mpp_dev *mpp);563 int (*set_grf)(struct mpp_dev *mpp);
517 struct mpp_hw_ops { struct518 int (*init)(struct mpp_dev *mpp);519 int (*exit)(struct mpp_dev *mpp);520 int (*clk_on)(struct mpp_dev *mpp);521 int (*clk_off)(struct mpp_dev *mpp);522 int (*get_freq)(struct mpp_dev *mpp,524 int (*set_freq)(struct mpp_dev *mpp,526 int (*reduce_freq)(struct mpp_dev *mpp);527 int (*reset)(struct mpp_dev *mpp);528 int (*set_grf)(struct mpp_dev *mpp);