Home
last modified time | relevance | path

Searched refs:pm_count_walk (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/media/mc/
Dmc-device.c651 >= mdev->pm_count_walk.ent_enum.idx_max) { in media_device_register_entity()
665 media_graph_walk_cleanup(&mdev->pm_count_walk); in media_device_register_entity()
666 mdev->pm_count_walk = new; in media_device_register_entity()
713 media_graph_walk_cleanup(&mdev->pm_count_walk); in media_device_cleanup()
/linux-5.19.10/include/media/
Dmedia-device.h172 struct media_graph pm_count_walk; member
/linux-5.19.10/drivers/media/v4l2-core/
Dv4l2-mc.c534 ret = pipeline_pm_power(entity, change, &mdev->pm_count_walk); in v4l2_pipeline_pm_use()
559 struct media_graph *graph = &link->graph_obj.mdev->pm_count_walk; in v4l2_pipeline_link_notify()