Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator_v.c53 static bool dce110_timing_generator_v_enable_crtc(struct timing_generator *tg) in dce110_timing_generator_v_enable_crtc()
80 static bool dce110_timing_generator_v_disable_crtc(struct timing_generator *tg) in dce110_timing_generator_v_disable_crtc()
99 static void dce110_timing_generator_v_blank_crtc(struct timing_generator *tg) in dce110_timing_generator_v_blank_crtc()
119 static void dce110_timing_generator_v_unblank_crtc(struct timing_generator *tg) in dce110_timing_generator_v_unblank_crtc()
140 struct timing_generator *tg) in dce110_timing_generator_v_is_in_vertical_blank()
152 static bool dce110_timing_generator_v_is_counter_moving(struct timing_generator *tg) in dce110_timing_generator_v_is_counter_moving()
190 static void dce110_timing_generator_v_wait_for_vblank(struct timing_generator *tg) in dce110_timing_generator_v_wait_for_vblank()
214 static void dce110_timing_generator_v_wait_for_vactive(struct timing_generator *tg) in dce110_timing_generator_v_wait_for_vactive()
224 static void dce110_timing_generator_v_wait_for_state(struct timing_generator *tg, in dce110_timing_generator_v_wait_for_state()
242 struct timing_generator *tg, in dce110_timing_generator_v_program_blanking()
[all …]
H 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()
123 bool dce110_timing_generator_enable_crtc(struct timing_generator *tg) in dce110_timing_generator_enable_crtc()
152 struct timing_generator *tg, in dce110_timing_generator_program_blank_color()
232 bool dce110_timing_generator_disable_crtc(struct timing_generator *tg) in dce110_timing_generator_disable_crtc()
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()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dce120/
H 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()
128 static bool dce120_tg_validate_timing(struct timing_generator *tg, in dce120_tg_validate_timing()
136 static bool dce120_timing_generator_enable_crtc(struct timing_generator *tg) in dce120_timing_generator_enable_crtc()
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()
210 static void dce120_timing_generator_wait_for_vblank(struct timing_generator *tg) in dce120_timing_generator_wait_for_vblank()
232 static void dce120_timing_generator_wait_for_vactive(struct timing_generator *tg) in dce120_timing_generator_wait_for_vactive()
246 struct timing_generator *tg, in dce120_timing_generator_setup_global_swap_lock()
[all …]
/linux/block/
H A Dblk-throttle.c54 static inline struct blkcg_gq *tg_to_blkg(struct throtl_grp *tg) in tg_to_blkg()
83 struct throtl_grp *tg = sq_to_tg(sq); in sq_to_td() local
91 static uint64_t tg_bps_limit(struct throtl_grp *tg, int rw) in tg_bps_limit()
101 static unsigned int tg_iops_limit(struct throtl_grp *tg, int rw) in tg_iops_limit()
143 static void throtl_qnode_init(struct throtl_qnode *qn, struct throtl_grp *tg) in throtl_qnode_init()
271 struct throtl_grp *tg; in throtl_pd_alloc() local
308 struct throtl_grp *tg = pd_to_tg(pd); in throtl_pd_init() local
338 static void tg_update_has_rules(struct throtl_grp *tg) in tg_update_has_rules()
355 struct throtl_grp *tg = pd_to_tg(pd); in throtl_pd_online() local
365 struct throtl_grp *tg = pd_to_tg(pd); in throtl_pd_free() local
[all …]
H A Dblk-throttle.h34 struct throtl_grp *tg; /* tg this qnode belongs to */ member
164 struct throtl_grp *tg; in blk_should_throtl() local
/linux/kernel/sched/
H A Dautogroup.h14 struct task_group *tg; member
23 static inline bool task_group_is_autogroup(struct task_group *tg) in task_group_is_autogroup()
31 autogroup_task_group(struct task_struct *p, struct task_group *tg) in autogroup_task_group()
47 static inline void autogroup_free(struct task_group *tg) { } in autogroup_free()
48 static inline bool task_group_is_autogroup(struct task_group *tg) in task_group_is_autogroup()
54 autogroup_task_group(struct task_struct *p, struct task_group *tg) in autogroup_task_group()
59 static inline int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path()
H A Dext.h92 static inline void scx_tg_init(struct task_group *tg) {} in scx_tg_init()
93 static inline int scx_tg_online(struct task_group *tg) { return 0; } in scx_tg_online()
94 static inline void scx_tg_offline(struct task_group *tg) {} in scx_tg_offline()
99 static inline void scx_group_set_weight(struct task_group *tg, unsigned long cgrp_weight) {} in scx_group_set_weight()
100 static inline void scx_group_set_idle(struct task_group *tg, bool idle) {} in scx_group_set_idle()
H A Dautogroup.c41 void autogroup_free(struct task_group *tg) in autogroup_free()
87 struct task_group *tg; in autogroup_create() local
128 bool task_wants_autogroup(struct task_struct *p, struct task_group *tg) in task_wants_autogroup()
284 int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path()
H A Dcore.c1418 int tg_nop(struct task_group *tg, void *data) in tg_nop()
1873 struct task_group *tg = &root_task_group; in uclamp_update_root_tg() local
4812 struct task_group *tg; in sched_cgroup_fork() local
8935 static inline void alloc_uclamp_sched_group(struct task_group *tg, in alloc_uclamp_sched_group()
8949 static void sched_free_group(struct task_group *tg) in sched_free_group()
8962 static void sched_unregister_group(struct task_group *tg) in sched_unregister_group()
8976 struct task_group *tg; in sched_create_group() local
8998 void sched_online_group(struct task_group *tg, struct task_group *parent) in sched_online_group()
9023 void sched_destroy_group(struct task_group *tg) in sched_destroy_group()
9029 void sched_release_group(struct task_group *tg) in sched_release_group()
[all …]
H A Dfair.c457 static int tg_is_idle(struct task_group *tg) in tg_is_idle()
505 static inline int tg_is_idle(struct task_group *tg) in tg_is_idle()
3943 struct task_group *tg = cfs_rq->tg; in calc_group_shares() local
4170 struct task_group *tg; in clear_tg_offline_cfs_rqs() local
5737 static inline struct cfs_bandwidth *tg_cfs_bandwidth(struct task_group *tg) in tg_cfs_bandwidth()
5826 static inline int throttled_lb_pair(struct task_group *tg, in throttled_lb_pair()
5838 static int tg_unthrottle_up(struct task_group *tg, void *data) in tg_unthrottle_up()
5867 static int tg_throttle_down(struct task_group *tg, void *data) in tg_throttle_down()
6447 static void sync_throttle(struct task_group *tg, int cpu) in sync_throttle()
6636 struct task_group *tg; in update_runtime_enabled() local
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dce60/
H 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()
125 struct timing_generator *tg, in dce60_timing_generator_enable_advanced_request()
179 static bool dce60_is_tg_enabled(struct timing_generator *tg) in dce60_is_tg_enabled()
193 static bool dce60_configure_crc(struct timing_generator *tg, in dce60_configure_crc()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
H A Ddcn201_hwseq.c166 struct timing_generator *tg) in dcn201_init_blank()
273 struct timing_generator *tg = res_pool->timing_generators[i]; in dcn201_init_hw() local
281 struct timing_generator *tg = res_pool->timing_generators[i]; in dcn201_init_hw() local
305 struct timing_generator *tg = res_pool->timing_generators[i]; in dcn201_init_hw() local
334 struct timing_generator *tg = res_pool->timing_generators[i]; in dcn201_init_hw() local
350 struct timing_generator *tg = res_pool->timing_generators[i]; in dcn201_init_hw() local
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c408 struct timing_generator *tg) in dcn20_init_blank()
746 struct timing_generator *tg = is_phantom ? pipe_ctx->stream_res.tg : NULL; in dcn20_disable_plane() local
890 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dcn20_enable_stream_timing() local
2104 struct timing_generator *tg = dc->current_state->res_ctx.pipe_ctx[i].stream_res.tg; in dcn20_program_front_end_for_ctx() local
2299 struct timing_generator *tg = pipe->stream_res.tg; in dcn20_post_unlock_program_front_end() local
2367 struct timing_generator *tg = dc->res_pool->timing_generators[0]; in dcn20_post_unlock_program_front_end() local
2802 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dcn20_setup_vupdate_interrupt() local
3021 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dcn20_enable_stream() local
3149 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn20_fpga_init_hw() local
3156 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn20_fpga_init_hw() local
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c220 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn35_init_hw() local
718 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn35_init_pipes() local
773 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn35_init_pipes() local
863 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn35_init_pipes() local
983 struct timing_generator *tg = is_phantom ? pipe_ctx->stream_res.tg : NULL; in dcn35_disable_plane() local
1077 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn35_calc_blocks_to_gate() local
1497 struct timing_generator *tg = pipe_ctx[i]->stream_res.tg; in dcn35_set_drr() local
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn32/
H A Ddcn32_optc.c100 void optc32_get_odm_combine_segments(struct timing_generator *tg, int *odm_combine_segments) in optc32_get_odm_combine_segments()
124 void optc32_wait_odm_doublebuffer_pending_clear(struct timing_generator *tg) in optc32_wait_odm_doublebuffer_pending_clear()
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn401/
H A Ddcn401_optc.c433 void optc401_set_vupdate_keepout(struct timing_generator *tg, bool enable) in optc401_set_vupdate_keepout()
445 bool optc401_wait_update_lock_status(struct timing_generator *tg, bool locked) in optc401_wait_update_lock_status()
/linux/arch/powerpc/kernel/
H A Dsmp.c832 struct thread_groups *tg = &tglp->property_tgs[property_idx++]; in parse_thread_groups() local
867 static int get_cpu_thread_group_start(int cpu, struct thread_groups *tg) in get_cpu_thread_group_start()
892 struct thread_groups *tg = NULL; in get_thread_groups() local
921 static int __init update_mask_from_threadgroup(cpumask_var_t *mask, struct thread_groups *tg, in update_mask_from_threadgroup()
948 struct thread_groups *tg = NULL; in init_thread_group_cache_map() local
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn31/
H A Ddcn31_hwseq.c195 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn31_init_hw() local
685 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dcn31_set_backlight_level() local
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c672 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dce110_enable_stream() local
1155 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dce110_disable_stream() local
1778 struct timing_generator *tg; in disable_vga_and_power_gate_all_controllers() local
1838 struct timing_generator *tg = NULL; in clean_up_dsc_blocks() local
2111 struct timing_generator *tg = pipe_ctx[i]->stream_res.tg; in set_drr() local
2651 struct timing_generator *tg) in wait_for_reset_trigger_to_occur()
2816 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dce110_init_hw() local
/linux/drivers/firmware/efi/libstub/
H A Darm64.c60 u64 tg; in check_platform_features() local
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1198 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dcn401_enable_stream() local
1939 struct timing_generator *tg = NULL; in dcn401_interdependent_update_lock() local
2404 struct timing_generator *tg = dc->current_state->res_ctx.pipe_ctx[i].stream_res.tg; in dcn401_program_front_end_for_ctx() local
2565 struct timing_generator *tg = pipe->stream_res.tg; in dcn401_post_unlock_program_front_end() local
2635 struct timing_generator *tg = dc->res_pool->timing_generators[0]; in dcn401_post_unlock_program_front_end() local
/linux/include/linux/
H A Dio-pgtable.h146 u32 tg:2; member
159 u32 tg:2; member
/linux/drivers/gpu/drm/
H A Ddrm_connector.c3489 struct drm_tile_group *tg = container_of(kref, struct drm_tile_group, refcount); in drm_tile_group_free() local
3506 struct drm_tile_group *tg) in drm_mode_put_tile_group()
3525 struct drm_tile_group *tg; in drm_mode_get_tile_group() local
3556 struct drm_tile_group *tg; in drm_mode_create_tile_group() local
/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_private.h48 const struct vcap_typegroup *tg; /* current typegroup */ member
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c414 struct mpi3mr_throttle_group_info *tg) in mpi3mr_queue_qd_reduction_event()
858 struct mpi3mr_throttle_group_info *tg, u8 divert_value) in mpi3mr_set_io_divert_for_all_vd_in_tg()
1296 struct mpi3mr_throttle_group_info *tg = NULL; in mpi3mr_update_tgtdev() local
1983 struct mpi3mr_throttle_group_info *tg) in mpi3mr_set_qd_for_all_vd_in_tg()
2107 struct mpi3mr_throttle_group_info *tg; in mpi3mr_fwevt_bh() local
3294 struct mpi3mr_throttle_group_info *tg = NULL; in mpi3mr_process_op_reply_desc() local
5020 struct mpi3mr_throttle_group_info *tg = NULL; in mpi3mr_qcmd() local

12