/linux-6.12.1/block/ |
D | bfq-wf2q.c | 30 static unsigned int bfq_class_idx(struct bfq_entity *entity) in bfq_class_idx() 194 static bool bfq_no_longer_next_in_service(struct bfq_entity *entity) in bfq_no_longer_next_in_service() 221 static void bfq_inc_active_entities(struct bfq_entity *entity) in bfq_inc_active_entities() 230 static void bfq_dec_active_entities(struct bfq_entity *entity) in bfq_dec_active_entities() 246 static bool bfq_no_longer_next_in_service(struct bfq_entity *entity) in bfq_no_longer_next_in_service() 251 static void bfq_inc_active_entities(struct bfq_entity *entity) in bfq_inc_active_entities() 255 static void bfq_dec_active_entities(struct bfq_entity *entity) in bfq_dec_active_entities() 270 struct bfq_queue *bfq_entity_to_bfqq(struct bfq_entity *entity) in bfq_entity_to_bfqq() 296 static void bfq_calc_finish(struct bfq_entity *entity, unsigned long service) in bfq_calc_finish() 325 struct bfq_entity *entity = NULL; in bfq_entity_of() local [all …]
|
D | bfq-cgroup.c | 417 void bfq_init_entity(struct bfq_entity *entity, struct bfq_group *bfqg) in bfq_init_entity() 534 struct bfq_entity *entity = &bfqg->entity; in bfq_pd_init() local 569 struct bfq_entity *entity; in bfq_group_set_parent() local 579 struct bfq_entity *entity; in bfq_link_bfqg() local 638 struct bfq_entity *entity = &bfqq->entity; in bfq_bfqq_move() local 803 struct bfq_entity *entity = st->first_idle; in bfq_flush_idle_tree() local 817 struct bfq_entity *entity, in bfq_reparent_leaf_entity() 852 struct bfq_entity *entity; in bfq_reparent_active_queues() local 876 struct bfq_entity *entity = bfqg->my_entity; in bfq_pd_offline() local 1393 void bfq_init_entity(struct bfq_entity *entity, struct bfq_group *bfqg) in bfq_init_entity()
|
/linux-6.12.1/drivers/gpu/drm/scheduler/ |
D | sched_entity.c | 59 int drm_sched_entity_init(struct drm_sched_entity *entity, in drm_sched_entity_init() 130 void drm_sched_entity_modify_sched(struct drm_sched_entity *entity, in drm_sched_entity_modify_sched() 143 static bool drm_sched_entity_is_idle(struct drm_sched_entity *entity) in drm_sched_entity_is_idle() 156 bool drm_sched_entity_is_ready(struct drm_sched_entity *entity) in drm_sched_entity_is_ready() 174 int drm_sched_entity_error(struct drm_sched_entity *entity) in drm_sched_entity_error() 239 static void drm_sched_entity_kill(struct drm_sched_entity *entity) in drm_sched_entity_kill() 283 long drm_sched_entity_flush(struct drm_sched_entity *entity, long timeout) in drm_sched_entity_flush() 329 void drm_sched_entity_fini(struct drm_sched_entity *entity) in drm_sched_entity_fini() 356 void drm_sched_entity_destroy(struct drm_sched_entity *entity) in drm_sched_entity_destroy() 367 struct drm_sched_entity *entity = in drm_sched_entity_clear_dep() local [all …]
|
D | sched_main.c | 128 struct drm_sched_entity *entity) in drm_sched_can_queue() 162 static inline void drm_sched_rq_remove_fifo_locked(struct drm_sched_entity *entity) in drm_sched_rq_remove_fifo_locked() 172 void drm_sched_rq_update_fifo(struct drm_sched_entity *entity, ktime_t ts) in drm_sched_rq_update_fifo() 220 struct drm_sched_entity *entity) in drm_sched_rq_add_entity() 242 struct drm_sched_entity *entity) in drm_sched_rq_remove_entity() 277 struct drm_sched_entity *entity; in drm_sched_rq_select_entity_rr() local 346 struct drm_sched_entity *entity; in drm_sched_rq_select_entity_fifo() local 789 struct drm_sched_entity *entity, in drm_sched_job_init() 836 struct drm_sched_entity *entity = job->entity; in drm_sched_job_arm() local 1044 struct drm_sched_entity *entity; in drm_sched_select_entity() local [all …]
|
/linux-6.12.1/drivers/media/platform/renesas/vsp1/ |
D | vsp1_entity.c | 23 void vsp1_entity_route_setup(struct vsp1_entity *entity, in vsp1_entity_route_setup() 72 void vsp1_entity_configure_stream(struct vsp1_entity *entity, in vsp1_entity_configure_stream() 82 void vsp1_entity_configure_frame(struct vsp1_entity *entity, in vsp1_entity_configure_frame() 91 void vsp1_entity_configure_partition(struct vsp1_entity *entity, in vsp1_entity_configure_partition() 120 vsp1_entity_get_state(struct vsp1_entity *entity, in vsp1_entity_get_state() 146 struct vsp1_entity *entity = to_vsp1_entity(subdev); in vsp1_subdev_get_pad_format() local 178 struct vsp1_entity *entity = to_vsp1_entity(subdev); in vsp1_subdev_enum_mbus_code() local 230 struct vsp1_entity *entity = to_vsp1_entity(subdev); in vsp1_subdev_enum_frame_size() local 294 struct vsp1_entity *entity = to_vsp1_entity(subdev); in vsp1_subdev_set_pad_format() local 386 media_entity_to_vsp1_entity(struct media_entity *entity) in media_entity_to_vsp1_entity() [all …]
|
D | vsp1_wpf.c | 203 static void vsp1_wpf_destroy(struct vsp1_entity *entity) in vsp1_wpf_destroy() 231 static void wpf_configure_stream(struct vsp1_entity *entity, in wpf_configure_stream() 337 static void wpf_configure_frame(struct vsp1_entity *entity, in wpf_configure_frame() 363 static void wpf_configure_partition(struct vsp1_entity *entity, in wpf_configure_partition() 497 static unsigned int wpf_max_width(struct vsp1_entity *entity, in wpf_max_width() 506 static void wpf_partition(struct vsp1_entity *entity, in wpf_partition()
|
D | vsp1_pipe.c | 264 struct vsp1_entity *entity; in vsp1_pipeline_reset() local 308 struct vsp1_entity *entity; in __vsp1_pipeline_dump() local 355 struct vsp1_entity *entity; in vsp1_pipeline_stop() local 486 struct vsp1_entity *entity; in vsp1_pipeline_propagate_partition() local
|
D | vsp1_uds.c | 40 void vsp1_uds_set_alpha(struct vsp1_entity *entity, struct vsp1_dl_body *dlb, in vsp1_uds_set_alpha() 254 static void uds_configure_stream(struct vsp1_entity *entity, in uds_configure_stream() 301 static void uds_configure_partition(struct vsp1_entity *entity, in uds_configure_partition() 323 static unsigned int uds_max_width(struct vsp1_entity *entity, in uds_max_width() 357 static void uds_partition(struct vsp1_entity *entity, in uds_partition()
|
D | vsp1_drv.c | 101 struct media_entity *entity = &sink->subdev.entity; in vsp1_create_sink_links() local 143 struct vsp1_entity *entity; in vsp1_uapi_create_links() local 222 struct vsp1_entity *entity, *_entity; in vsp1_destroy_entities() local 248 struct vsp1_entity *entity; in vsp1_create_entities() local
|
D | vsp1_rpf.c | 50 static void rpf_configure_stream(struct vsp1_entity *entity, in rpf_configure_stream() 265 static void rpf_configure_frame(struct vsp1_entity *entity, in rpf_configure_frame() 280 static void rpf_configure_partition(struct vsp1_entity *entity, in rpf_configure_partition() 348 static void rpf_partition(struct vsp1_entity *entity, in rpf_partition()
|
D | vsp1_lut.c | 148 static void lut_configure_stream(struct vsp1_entity *entity, in lut_configure_stream() 159 static void lut_configure_frame(struct vsp1_entity *entity, in lut_configure_frame() 181 static void lut_destroy(struct vsp1_entity *entity) in lut_destroy()
|
D | vsp1_clu.c | 172 static void clu_configure_stream(struct vsp1_entity *entity, in clu_configure_stream() 189 static void clu_configure_frame(struct vsp1_entity *entity, in clu_configure_frame() 220 static void clu_destroy(struct vsp1_entity *entity) in clu_destroy()
|
/linux-6.12.1/drivers/media/mc/ |
D | mc-entity.c | 194 int media_entity_pads_init(struct media_entity *entity, u16 num_pads, in media_entity_pads_init() 266 static bool media_entity_has_pad_interdep(struct media_entity *entity, in media_entity_has_pad_interdep() 283 media_entity_other(struct media_entity *entity, struct media_link *link) in media_entity_other() 293 struct media_entity *entity) in stack_push() 306 struct media_entity *entity; in stack_pop() local 346 struct media_entity *entity) in media_graph_walk_start() 361 struct media_entity *entity = stack_top(graph); in media_graph_walk_iter() local 405 struct media_entity *entity; in media_graph_walk_next() local 813 struct media_entity *entity = pad->entity; in __media_pipeline_start() local 1035 struct media_entity *entity) in __media_pipeline_entity_iter_next() [all …]
|
D | mc-device.c | 83 struct media_entity *entity; in find_entity() local 154 struct media_entity *entity; in media_device_enum_links() local 233 struct media_entity *entity; in media_device_get_topology() local 483 __u32 entity; member 575 static void __media_device_unregister_entity(struct media_entity *entity) in __media_device_unregister_entity() 606 struct media_entity *entity) in media_device_register_entity() 669 void media_device_unregister_entity(struct media_entity *entity) in media_device_unregister_entity() 784 struct media_entity *entity; in media_device_unregister() local
|
/linux-6.12.1/include/media/ |
D | media-entity.h | 92 struct media_entity *entity; member 187 struct media_entity *entity; member 238 struct media_entity *entity; member 383 #define media_entity_for_each_pad(entity, iter) \ argument 431 static inline u32 media_entity_id(struct media_entity *entity) in media_entity_id() 480 static inline bool is_media_entity_v4l2_video_device(struct media_entity *entity) in is_media_entity_v4l2_video_device() 493 static inline bool is_media_entity_v4l2_subdev(struct media_entity *entity) in is_media_entity_v4l2_subdev() 533 struct media_entity *entity) in media_entity_enum_set() 548 struct media_entity *entity) in media_entity_enum_clear() 565 struct media_entity *entity) in media_entity_enum_test() [all …]
|
D | v4l2-mc.h | 217 static inline int v4l2_pipeline_pm_get(struct media_entity *entity) in v4l2_pipeline_pm_get() 222 static inline void v4l2_pipeline_pm_put(struct media_entity *entity) in v4l2_pipeline_pm_put()
|
/linux-6.12.1/drivers/media/v4l2-core/ |
D | v4l2-mc.c | 25 struct media_entity *entity; in v4l2_mc_create_media_graph() local 457 static int pipeline_pm_use_count(struct media_entity *entity, in pipeline_pm_use_count() 483 static int pipeline_pm_power_one(struct media_entity *entity, int change) in pipeline_pm_power_one() 516 static int pipeline_pm_power(struct media_entity *entity, int change, in pipeline_pm_power() 544 static int v4l2_pipeline_pm_use(struct media_entity *entity, unsigned int use) in v4l2_pipeline_pm_use() 566 int v4l2_pipeline_pm_get(struct media_entity *entity) in v4l2_pipeline_pm_get() 572 void v4l2_pipeline_pm_put(struct media_entity *entity) in v4l2_pipeline_pm_put()
|
D | v4l2-dev.c | 1126 struct media_entity *entity = &vdev->entity; in video_device_pipeline_start() local 1138 struct media_entity *entity = &vdev->entity; in __video_device_pipeline_start() local 1149 struct media_entity *entity = &vdev->entity; in video_device_pipeline_stop() local 1160 struct media_entity *entity = &vdev->entity; in __video_device_pipeline_stop() local 1171 struct media_entity *entity = &vdev->entity; in video_device_pipeline_alloc_start() local 1182 struct media_entity *entity = &vdev->entity; in video_device_pipeline() local
|
/linux-6.12.1/drivers/media/usb/uvc/ |
D | uvc_entity.c | 18 struct uvc_entity *entity) in uvc_mc_create_links() 62 void uvc_mc_cleanup_entity(struct uvc_entity *entity) in uvc_mc_cleanup_entity() 71 struct uvc_entity *entity) in uvc_mc_init_entity() 137 struct uvc_entity *entity; in uvc_mc_register_entities() local
|
D | uvc_driver.c | 136 struct uvc_entity *entity; in uvc_entity_by_id() local 147 int id, struct uvc_entity *entity) in uvc_entity_by_reference() 781 struct uvc_entity *entity; in uvc_alloc_entity() local 834 static void uvc_entity_set_name(struct uvc_device *dev, struct uvc_entity *entity, in uvc_entity_set_name() 1248 static int uvc_gpio_get_cur(struct uvc_device *dev, struct uvc_entity *entity, in uvc_gpio_get_cur() 1259 static int uvc_gpio_get_info(struct uvc_device *dev, struct uvc_entity *entity, in uvc_gpio_get_info() 1358 struct uvc_entity *entity) in uvc_scan_chain_entity() 1435 struct uvc_entity *entity, struct uvc_entity *prev) in uvc_scan_chain_forward() 1536 struct uvc_entity *entity = *_entity; in uvc_scan_chain_backward() local 1614 struct uvc_entity *entity, *prev; in uvc_scan_chain() local [all …]
|
D | uvc_ctrl.c | 938 static int uvc_entity_match_guid(const struct uvc_entity *entity, in uvc_entity_match_guid() 948 static void __uvc_find_control(struct uvc_entity *entity, u32 v4l2_id, in __uvc_find_control() 984 struct uvc_entity *entity; in uvc_find_control() local 1814 struct uvc_entity *entity, int rollback, struct uvc_control **err_ctrl) in uvc_ctrl_commit_entity() 1867 static int uvc_ctrl_find_ctrl_idx(struct uvc_entity *entity, in uvc_ctrl_find_ctrl_idx() 1893 struct uvc_entity *entity; in __uvc_ctrl_commit() local 2107 u8 entity; in uvc_ctrl_fixup_xu_info() member 2224 struct uvc_entity *entity, *iter; in uvc_xu_ctrl_query() local 2360 struct uvc_entity *entity; in uvc_ctrl_restore_values() local 2498 struct uvc_entity *entity; in uvc_ctrl_add_mapping() local [all …]
|
/linux-6.12.1/drivers/media/platform/xilinx/ |
D | xilinx-vipp.c | 38 struct media_entity *entity; member 56 struct xvip_graph_entity *entity; in xvip_graph_find_entity() local 76 struct xvip_graph_entity *entity) in xvip_graph_build_one() 289 struct xvip_graph_entity *entity; in xvip_graph_notify_complete() local 319 struct xvip_graph_entity *entity = to_xvip_entity(asc); in xvip_graph_notify_bound() local 384 struct xvip_graph_entity *entity; in xvip_graph_parse() local
|
/linux-6.12.1/drivers/media/usb/au0828/ |
D | au0828-core.c | 216 struct media_entity *entity, *mixer = NULL, *decoder = NULL; in au0828_media_graph_notify() local 266 struct media_entity *entity) in au0828_is_link_shareable() 288 static int au0828_enable_source(struct media_entity *entity, in au0828_enable_source() 442 static void au0828_disable_source(struct media_entity *entity) in au0828_disable_source() 563 struct media_entity *entity, *demod = NULL; in au0828_media_device_register() local
|
/linux-6.12.1/drivers/staging/media/imx/ |
D | imx-media-dev-common.c | 55 struct media_entity *entity = srcpad->entity; in imx_media_add_vdev_to_pad() local 124 struct media_entity *entity; in imx_media_alloc_pad_vdev_lists() local 198 struct media_entity *entity) in imx_media_inherit_controls() 305 struct media_entity *entity = &sd->entity; in imx_media_notify() local
|
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ctx.c | 209 struct amdgpu_ctx_entity *entity; in amdgpu_ctx_init_entity() local 273 struct amdgpu_ctx_entity *entity) in amdgpu_ctx_fini_entity() 435 u32 ring, struct drm_sched_entity **entity) in amdgpu_ctx_get_entity() 758 struct drm_sched_entity *entity, in amdgpu_ctx_add_fence() 785 struct drm_sched_entity *entity, in amdgpu_ctx_get_fence() 860 struct drm_sched_entity *entity) in amdgpu_ctx_wait_prev_fence() 908 struct drm_sched_entity *entity; in amdgpu_ctx_mgr_entity_flush() local 938 struct drm_sched_entity *entity; in amdgpu_ctx_mgr_entity_fini() local
|