Searched refs:vepu_dev (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_vepu1.c | 67 #define to_vepu_dev(dev) container_of(dev, struct vepu_dev, mpp)
95 struct vepu_dev {
struct 444 struct vepu_dev *enc = to_vepu_dev(mpp);
in vepu_procfs_remove() 525 struct vepu_dev *enc = to_vepu_dev(mpp);
in vepu_procfs_init() 560 struct vepu_dev *enc = to_vepu_dev(mpp);
in vepu_init() 591 struct vepu_dev *enc = to_vepu_dev(mpp);
in vepu_clk_on() 601 struct vepu_dev *enc = to_vepu_dev(mpp);
in vepu_clk_off() 611 struct vepu_dev *enc = to_vepu_dev(mpp);
in vepu_set_freq() 621 struct vepu_dev *enc = to_vepu_dev(mpp);
in vepu_reduce_freq() 630 struct vepu_dev *en in vepu_reset() [all...] |
H A D | mpp_vepu2.c | 79 #define to_vepu_dev(dev) container_of(dev, struct vepu_dev, mpp)
111 struct vepu_dev {
struct 289 static struct vepu_dev *vepu_core_balance(struct vepu_ccu *ccu)
in vepu_core_balance() 291 struct vepu_dev *enc;
in vepu_core_balance() 292 struct vepu_dev *core = NULL, *n;
in vepu_core_balance() 297 enc = list_first_entry(&ccu->core_list, struct vepu_dev, core_link);
in vepu_core_balance() 325 struct vepu_dev *enc = to_vepu_dev(session->mpp);
in vepu_ccu_alloc_task() 531 struct vepu_dev *enc = to_vepu_dev(mpp);
in vepu_procfs_remove() 612 struct vepu_dev *enc = to_vepu_dev(mpp);
in vepu_procfs_init() 637 struct vepu_dev *en in vepu_procfs_ccu_init() [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
H A D | mpp_vepu1.c | 69 container_of(dev, struct vepu_dev, mpp) 97 struct vepu_dev { struct 473 struct vepu_dev *enc = to_vepu_dev(mpp); in vepu_procfs_remove() 550 struct vepu_dev *enc = to_vepu_dev(mpp); in vepu_procfs_init() 588 struct vepu_dev *enc = to_vepu_dev(mpp); in vepu_init() 615 struct vepu_dev *enc = to_vepu_dev(mpp); in vepu_clk_on() 625 struct vepu_dev *enc = to_vepu_dev(mpp); in vepu_clk_off() 636 struct vepu_dev *enc = to_vepu_dev(mpp); in vepu_set_freq() 646 struct vepu_dev *enc = to_vepu_dev(mpp); in vepu_reduce_freq() 655 struct vepu_dev *en in vepu_reset() [all...] |
H A D | mpp_vepu2.c | 81 container_of(dev, struct vepu_dev, mpp) 113 struct vepu_dev { struct 296 static struct vepu_dev *vepu_core_balance(struct vepu_ccu *ccu) in vepu_core_balance() 298 struct vepu_dev *enc; in vepu_core_balance() 299 struct vepu_dev *core = NULL, *n; in vepu_core_balance() 304 enc = list_first_entry(&ccu->core_list, struct vepu_dev, core_link); in vepu_core_balance() 331 struct vepu_dev *enc = to_vepu_dev(session->mpp); in vepu_ccu_alloc_task() 554 struct vepu_dev *enc = to_vepu_dev(mpp); in vepu_procfs_remove() 631 struct vepu_dev *enc = to_vepu_dev(mpp); in vepu_procfs_init() 660 struct vepu_dev *en in vepu_procfs_ccu_init() [all...] |
Completed in 5 milliseconds