Home
last modified time | relevance | path

Searched defs:tg (Results 1 – 25 of 49) sorted by relevance

12

/linux/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_timing_generator_v.c140 struct timing_generator *tg) in dce110_timing_generator_v_is_in_vertical_blank()
242 struct timing_generator *tg, in dce110_timing_generator_v_program_blanking()
384 struct timing_generator *tg, in dce110_timing_generator_v_enable_advanced_request()
451 struct timing_generator *tg, in dce110_timing_generator_v_program_blank_color()
477 struct timing_generator *tg, in dce110_timing_generator_v_set_overscan_color_black()
613 struct timing_generator *tg) in dce110_timing_generator_v_did_triggered_reset_occur()
620 struct timing_generator *tg, in dce110_timing_generator_v_setup_global_swap_lock()
628 struct timing_generator *tg, in dce110_timing_generator_v_enable_reset_trigger()
636 struct timing_generator *tg) in dce110_timing_generator_v_disable_reset_trigger()
643 struct timing_generator *tg) in dce110_timing_generator_v_tear_down_global_swap_lock()
[all …]
A Ddce110_timing_generator.c66 struct timing_generator *tg, in dce110_timing_generator_apply_front_porch_workaround()
92 struct timing_generator *tg) in dce110_timing_generator_is_in_vertical_blank()
106 struct timing_generator *tg, in dce110_timing_generator_set_early_control()
152 struct timing_generator *tg, in dce110_timing_generator_program_blank_color()
255 struct timing_generator *tg, in program_horz_count_by_2()
281 struct timing_generator *tg, in dce110_timing_generator_program_timing_generator()
366 struct timing_generator *tg, in dce110_timing_generator_set_drr()
470 struct timing_generator *tg, in dce110_timing_generator_set_static_screen_control()
570 struct timing_generator *tg, in dce110_timing_generator_get_crtc_scanoutpos()
601 struct timing_generator *tg, in dce110_timing_generator_program_blanking()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dce120/
A Ddce120_timing_generator.c86 struct timing_generator *tg) in dce120_timing_generator_is_in_vertical_blank()
102 struct timing_generator *tg, in dce120_timing_generator_validate_timing()
157 struct timing_generator *tg, in dce120_timing_generator_set_early_control()
170 struct timing_generator *tg) in dce120_timing_generator_get_vblank_counter()
185 struct timing_generator *tg, in dce120_timing_generator_get_crtc_position()
246 struct timing_generator *tg, in dce120_timing_generator_setup_global_swap_lock()
283 struct timing_generator *tg) in dce120_timing_generator_tear_down_global_swap_lock()
304 struct timing_generator *tg, in dce120_timing_generator_enable_reset_trigger()
351 struct timing_generator *tg) in dce120_timing_generator_disable_reset_trigger()
371 struct timing_generator *tg) in dce120_timing_generator_did_triggered_reset_occur()
[all …]
/linux/block/
A Dblk-throttle.c126 struct throtl_grp *tg = sq_to_tg(sq); in sq_to_td() local
347 struct throtl_grp *tg; in throtl_pd_alloc() local
394 struct throtl_grp *tg = pd_to_tg(pd); in throtl_pd_init() local
438 struct throtl_grp *tg = pd_to_tg(pd); in throtl_pd_online() local
476 struct throtl_grp *tg = pd_to_tg(pd); in throtl_pd_offline() local
521 struct throtl_grp *tg; in update_min_dispatch_time() local
947 struct throtl_grp *tg) in throtl_add_bio_tg()
1086 struct throtl_grp *tg; in throtl_select_dispatch() local
1323 struct throtl_grp *tg; in tg_set_conf() local
1512 struct throtl_grp *tg; in tg_set_limit() local
[all …]
A Dblk-throttle.h32 struct throtl_grp *tg; /* tg this qnode belongs to */ member
171 struct throtl_grp *tg = blkg_to_tg(bio->bi_blkg); in blk_throtl_bio() local
/linux/kernel/sched/
A Dautogroup.h11 struct task_group *tg; member
20 static inline bool task_group_is_autogroup(struct task_group *tg) in task_group_is_autogroup()
28 autogroup_task_group(struct task_struct *p, struct task_group *tg) in autogroup_task_group()
43 static inline void autogroup_free(struct task_group *tg) { } in autogroup_free()
44 static inline bool task_group_is_autogroup(struct task_group *tg) in task_group_is_autogroup()
50 autogroup_task_group(struct task_struct *p, struct task_group *tg) in autogroup_task_group()
55 static inline int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path()
A Dautogroup.c20 void autogroup_free(struct task_group *tg) in autogroup_free()
66 struct task_group *tg; in autogroup_create() local
107 bool task_wants_autogroup(struct task_struct *p, struct task_group *tg) in task_wants_autogroup()
262 int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path()
A Drt.c140 void unregister_rt_sched_group(struct task_group *tg) in unregister_rt_sched_group()
147 void free_rt_sched_group(struct task_group *tg) in free_rt_sched_group()
162 void init_tg_rt_entry(struct task_group *tg, struct rt_rq *rt_rq, in init_tg_rt_entry()
257 void unregister_rt_sched_group(struct task_group *tg) { } in unregister_rt_sched_group()
259 void free_rt_sched_group(struct task_group *tg) { } in free_rt_sched_group()
2665 static inline int tg_has_rt_tasks(struct task_group *tg) in tg_has_rt_tasks()
2686 struct task_group *tg; member
2691 static int tg_rt_schedulable(struct task_group *tg, void *data) in tg_rt_schedulable()
2765 static int tg_set_rt_bandwidth(struct task_group *tg, in tg_set_rt_bandwidth()
2824 long sched_group_rt_runtime(struct task_group *tg) in sched_group_rt_runtime()
[all …]
A Dcore.c4432 struct task_group *tg; in sched_post_fork() local
9737 struct task_group *tg; in sched_create_group() local
9814 struct task_group *tg; in sched_change_group() local
9885 struct task_group *tg; in cpu_cgroup_css_alloc() local
9902 struct task_group *tg = css_tg(css); in cpu_cgroup_css_online() local
9922 struct task_group *tg = css_tg(css); in cpu_cgroup_css_released() local
9929 struct task_group *tg = css_tg(css); in cpu_cgroup_css_free() local
10091 struct task_group *tg; in cpu_uclamp_write() local
10138 struct task_group *tg; in cpu_uclamp_print() local
10183 struct task_group *tg = css_tg(css); in cpu_shares_read_u64() local
[all …]
A Dfair.c442 static int tg_is_idle(struct task_group *tg) in tg_is_idle()
496 static inline int tg_is_idle(struct task_group *tg) in tg_is_idle()
3159 struct task_group *tg = cfs_rq->tg; in calc_group_shares() local
5210 static void sync_throttle(struct task_group *tg, int cpu) in sync_throttle()
5367 struct task_group *tg; in update_runtime_enabled() local
5386 struct task_group *tg; in unthrottle_offline_cfs_rqs() local
11455 void free_fair_sched_group(struct task_group *tg) in free_fair_sched_group()
11511 void online_fair_sched_group(struct task_group *tg) in online_fair_sched_group()
11529 void unregister_fair_sched_group(struct task_group *tg) in unregister_fair_sched_group()
11714 void free_fair_sched_group(struct task_group *tg) { } in free_fair_sched_group()
[all …]
A Ddebug.c447 static void print_cfs_group_stats(struct seq_file *m, int cpu, struct task_group *tg) in print_cfs_group_stats()
499 static void task_group_path(struct task_group *tg, char *path, int plen) in task_group_path()
514 #define SEQ_printf_task_group_path(m, tg, fmt...) \ argument
/linux/drivers/gpu/drm/amd/display/dc/dce60/
A Ddce60_timing_generator.c87 static void program_pix_dur(struct timing_generator *tg, uint32_t pix_clk_100hz) in program_pix_dur()
108 static void program_timing(struct timing_generator *tg, in program_timing()
124 struct timing_generator *tg, in dce60_timing_generator_enable_advanced_request()
178 static bool dce60_is_tg_enabled(struct timing_generator *tg) in dce60_is_tg_enabled()
192 static bool dce60_configure_crc(struct timing_generator *tg, in dce60_configure_crc()
/linux/drivers/gpu/drm/amd/display/dc/dcn201/
A Ddcn201_hwseq.c163 struct timing_generator *tg) in dcn201_init_blank()
283 struct timing_generator *tg = res_pool->timing_generators[i]; in dcn201_init_hw() local
291 struct timing_generator *tg = res_pool->timing_generators[i]; in dcn201_init_hw() local
315 struct timing_generator *tg = res_pool->timing_generators[i]; in dcn201_init_hw() local
344 struct timing_generator *tg = res_pool->timing_generators[i]; in dcn201_init_hw() local
360 struct timing_generator *tg = res_pool->timing_generators[i]; in dcn201_init_hw() local
/linux/drivers/gpu/drm/amd/display/dc/dce80/
A Ddce80_timing_generator.c87 static void program_pix_dur(struct timing_generator *tg, uint32_t pix_clk_100hz) in program_pix_dur()
108 static void program_timing(struct timing_generator *tg, in program_timing()
124 struct timing_generator *tg, in dce80_timing_generator_enable_advanced_request()
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_hw_sequencer.c98 struct timing_generator *tg; in dcn10_lock_all_pipes() local
350 struct timing_generator *tg = pool->timing_generators[i]; in dcn10_log_hw_state() local
540 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dcn10_did_underflow_occur() local
846 struct timing_generator *tg) in false_optc_underflow_wa()
1938 struct timing_generator *tg) in wait_for_reset_trigger_to_occur()
2148 struct timing_generator *tg; in dcn10_enable_vblanks_synchronization() local
2205 struct timing_generator *tg; in dcn10_enable_timing_synchronization() local
2881 struct timing_generator *tg; in dcn10_wait_for_pending_cleared() local
3205 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dcn10_update_pending_status() local
3645 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dcn10_setup_periodic_interrupt() local
[all …]
A Ddcn10_hw_sequencer_debug.c427 struct timing_generator *tg = pool->timing_generators[i]; in dcn10_get_otg_states() local
494 struct timing_generator *tg = pool->timing_generators[i]; in dcn10_clear_otpc_underflow() local
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_hwseq.c279 struct timing_generator *tg) in dcn20_init_blank()
1802 struct timing_generator *tg = dc->res_pool->timing_generators[0]; in dcn20_post_unlock_program_front_end() local
2161 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dcn20_setup_vupdate_interrupt() local
2384 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dcn20_enable_stream() local
2510 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn20_fpga_init_hw() local
2517 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn20_fpga_init_hw() local
2541 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn20_fpga_init_hw() local
2572 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn20_fpga_init_hw() local
2588 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn20_fpga_init_hw() local
/linux/arch/powerpc/kernel/
A Dsmp.c810 struct thread_groups *tg = &tglp->property_tgs[property_idx++]; in parse_thread_groups() local
845 static int get_cpu_thread_group_start(int cpu, struct thread_groups *tg) in get_cpu_thread_group_start()
870 struct thread_groups *tg = NULL; in get_thread_groups() local
899 static int update_mask_from_threadgroup(cpumask_var_t *mask, struct thread_groups *tg, int cpu, int… in update_mask_from_threadgroup()
925 struct thread_groups *tg = NULL; in init_thread_group_cache_map() local
/linux/drivers/firmware/efi/libstub/
A Darm64-stub.c20 u64 tg; in check_platform_features() local
/linux/drivers/video/fbdev/
A Dw100fb.c236 struct w100_tg_info *tg = par->mach->tg; in w100fb_blank() local
414 struct w100_tg_info *tg = par->mach->tg; in w100fb_activate_var() local
608 struct w100_tg_info *tg = par->mach->tg; in w100fb_suspend() local
623 struct w100_tg_info *tg = par->mach->tg; in w100fb_resume() local
/linux/drivers/gpu/drm/
A Ddrm_connector.c2664 struct drm_tile_group *tg = container_of(kref, struct drm_tile_group, refcount); in drm_tile_group_free() local
2681 struct drm_tile_group *tg) in drm_mode_put_tile_group()
2700 struct drm_tile_group *tg; in drm_mode_get_tile_group() local
2731 struct drm_tile_group *tg; in drm_mode_create_tile_group() local
/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc_stream.c567 struct timing_generator *tg = res_ctx->pipe_ctx[i].stream_res.tg; in dc_stream_get_vblank_counter() local
626 struct timing_generator *tg = res_ctx->pipe_ctx[i].stream_res.tg; in dc_stream_get_scanoutpos() local
/linux/include/linux/
A Dio-pgtable.h102 u32 tg:2; member
115 u32 tg:2; member
/linux/drivers/gpu/drm/amd/display/dc/irq/dce110/
A Dirq_service_dce110.c214 struct timing_generator *tg = in dce110_vblank_set() local
/linux/drivers/media/platform/qcom/camss/
A Dcamss-csid-4-1.c172 struct csid_testgen_config *tg = &csid->testgen; in csid_configure_stream() local

Completed in 99 milliseconds

12