/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/ |
H A D | dce110_timing_generator_v.c | 53 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 D | dce110_timing_generator.c | 66 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 …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce120/ |
H A D | dce120_timing_generator.c | 86 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 …]
|
/openbmc/linux/block/ |
H A D | blk-throttle.c | 92 static inline struct blkcg_gq *tg_to_blkg(struct throtl_grp *tg) in tg_to_blkg() 121 struct throtl_grp *tg = sq_to_tg(sq); in sq_to_td() local 147 static uint64_t tg_bps_limit(struct throtl_grp *tg, int rw) in tg_bps_limit() 177 static unsigned int tg_iops_limit(struct throtl_grp *tg, int rw) in tg_iops_limit() 244 static void throtl_qnode_init(struct throtl_qnode *qn, struct throtl_grp *tg) in throtl_qnode_init() 341 struct throtl_grp *tg; in throtl_pd_alloc() local 388 struct throtl_grp *tg = pd_to_tg(pd); in throtl_pd_init() local 418 static void tg_update_has_rules(struct throtl_grp *tg) in tg_update_has_rules() 438 struct throtl_grp *tg = pd_to_tg(pd); in throtl_pd_online() local 455 struct throtl_grp *tg = blkg_to_tg(blkg); in blk_throtl_update_limit_valid() local [all …]
|
H A D | blk-throttle.h | 32 struct throtl_grp *tg; /* tg this qnode belongs to */ member 185 struct throtl_grp *tg = blkg_to_tg(bio->bi_blkg); in blk_should_throtl() local
|
/openbmc/linux/kernel/sched/ |
H A D | autogroup.h | 14 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 D | autogroup.c | 42 void autogroup_free(struct task_group *tg) in autogroup_free() 88 struct task_group *tg; in autogroup_create() local 129 bool task_wants_autogroup(struct task_struct *p, struct task_group *tg) in task_wants_autogroup() 285 int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path()
|
H A D | rt.c | 196 void unregister_rt_sched_group(struct task_group *tg) in unregister_rt_sched_group() 203 void free_rt_sched_group(struct task_group *tg) in free_rt_sched_group() 218 void init_tg_rt_entry(struct task_group *tg, struct rt_rq *rt_rq, in init_tg_rt_entry() 245 int alloc_rt_sched_group(struct task_group *tg, struct task_group *parent) in alloc_rt_sched_group() 313 void unregister_rt_sched_group(struct task_group *tg) { } in unregister_rt_sched_group() 315 void free_rt_sched_group(struct task_group *tg) { } in free_rt_sched_group() 317 int alloc_rt_sched_group(struct task_group *tg, struct task_group *parent) in alloc_rt_sched_group() 550 static inline struct task_group *next_task_group(struct task_group *tg) in next_task_group() 2746 static inline int tg_has_rt_tasks(struct task_group *tg) in tg_has_rt_tasks() 2767 struct task_group *tg; member [all …]
|
H A D | core.c | 1300 int tg_nop(struct task_group *tg, void *data) in tg_nop() argument 1779 struct task_group *tg = &root_task_group; in uclamp_update_root_tg() local 4802 struct task_group *tg; in sched_cgroup_fork() local 10372 static inline void alloc_uclamp_sched_group(struct task_group *tg, in alloc_uclamp_sched_group() argument 10386 sched_free_group(struct task_group * tg) sched_free_group() argument 10399 sched_unregister_group(struct task_group * tg) sched_unregister_group() argument 10413 struct task_group *tg; sched_create_group() local 10434 sched_online_group(struct task_group * tg,struct task_group * parent) sched_online_group() argument 10459 sched_destroy_group(struct task_group * tg) sched_destroy_group() argument 10465 sched_release_group(struct task_group * tg) sched_release_group() argument 10490 struct task_group *tg; sched_get_task_group() local 10577 struct task_group *tg; cpu_cgroup_css_alloc() local 10594 struct task_group *tg = css_tg(css); cpu_cgroup_css_online() local 10614 struct task_group *tg = css_tg(css); cpu_cgroup_css_released() local 10621 struct task_group *tg = css_tg(css); cpu_cgroup_css_free() local 10749 struct task_group *tg; cpu_uclamp_write() local 10796 struct task_group *tg; cpu_uclamp_print() local 10841 struct task_group *tg = css_tg(css); cpu_shares_read_u64() local 10856 tg_set_cfs_bandwidth(struct task_group * tg,u64 period,u64 quota,u64 burst) tg_set_cfs_bandwidth() argument 10944 tg_set_cfs_quota(struct task_group * tg,long cfs_quota_us) tg_set_cfs_quota() argument 10960 tg_get_cfs_quota(struct task_group * tg) tg_get_cfs_quota() argument 10973 tg_set_cfs_period(struct task_group * tg,long cfs_period_us) tg_set_cfs_period() argument 10987 tg_get_cfs_period(struct task_group * tg) tg_get_cfs_period() argument 10997 tg_set_cfs_burst(struct task_group * tg,long cfs_burst_us) tg_set_cfs_burst() argument 11011 tg_get_cfs_burst(struct task_group * tg) tg_get_cfs_burst() argument 11058 struct task_group *tg; global() member 11066 normalize_cfs_quota(struct task_group * tg,struct cfs_schedulable_data * d) normalize_cfs_quota() argument 11086 tg_cfs_schedulable_down(struct task_group * tg,void * data) tg_cfs_schedulable_down() argument 11124 __cfs_schedulable(struct task_group * tg,u64 period,u64 quota) __cfs_schedulable() argument 11147 struct task_group *tg = css_tg(seq_css(sf)); cpu_cfs_stat_show() local 11173 throttled_time_self(struct task_group * tg) throttled_time_self() argument 11187 struct task_group *tg = css_tg(seq_css(sf)); cpu_cfs_local_stat_show() local 11308 struct task_group *tg = css_tg(css); cpu_extra_stat_show() local 11334 struct task_group *tg = css_tg(css); cpu_local_stat_show() local 11351 struct task_group *tg = css_tg(css); cpu_weight_read_u64() local 11445 struct task_group *tg = css_tg(seq_css(sf)); cpu_max_show() local 11454 struct task_group *tg = css_tg(of_css(of)); cpu_max_write() local [all...] |
H A D | fair.c | 476 static int tg_is_idle(struct task_group *tg) in tg_is_idle() 524 static inline int tg_is_idle(struct task_group *tg) in tg_is_idle() 3994 struct task_group *tg = cfs_rq->tg; in calc_group_shares() local 5615 static inline struct cfs_bandwidth *tg_cfs_bandwidth(struct task_group *tg) in tg_cfs_bandwidth() 5704 static inline int throttled_lb_pair(struct task_group *tg, in throttled_lb_pair() 5716 static int tg_unthrottle_up(struct task_group *tg, void *data) in tg_unthrottle_up() 5745 static int tg_throttle_down(struct task_group *tg, void *data) in tg_throttle_down() 6283 static void sync_throttle(struct task_group *tg, int cpu) in sync_throttle() 6474 struct task_group *tg; in update_runtime_enabled() local 6493 struct task_group *tg; in unthrottle_offline_cfs_rqs() local [all …]
|
/openbmc/qemu/block/ |
H A D | throttle-groups.c | 127 ThrottleGroup *tg = NULL; in throttle_group_incref() local 157 ThrottleGroup *tg = container_of(ts, ThrottleGroup, ts); in throttle_group_unref() local 169 ThrottleGroup *tg = container_of(tgm->throttle_state, ThrottleGroup, ts); in throttle_group_get_name() local 184 ThrottleGroup *tg = container_of(ts, ThrottleGroup, ts); in throttle_group_next_tgm() local 223 ThrottleGroup *tg = container_of(ts, ThrottleGroup, ts); in next_throttle_token() local 271 ThrottleGroup *tg = container_of(ts, ThrottleGroup, ts); in throttle_group_schedule_timer() local 324 ThrottleGroup *tg = container_of(ts, ThrottleGroup, ts); in schedule_next_request() local 367 ThrottleGroup *tg = container_of(tgm->throttle_state, ThrottleGroup, ts); in throttle_group_co_io_limits_intercept() local 409 ThrottleGroup *tg = container_of(ts, ThrottleGroup, ts); in throttle_group_restart_queue_entry() local 478 ThrottleGroup *tg = container_of(ts, ThrottleGroup, ts); in throttle_group_config() local [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce60/ |
H A D | dce60_timing_generator.c | 87 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()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/ |
H A D | dcn201_hwseq.c | 163 struct timing_generator *tg) in dcn201_init_blank() 270 struct timing_generator *tg = res_pool->timing_generators[i]; in dcn201_init_hw() local 278 struct timing_generator *tg = res_pool->timing_generators[i]; in dcn201_init_hw() local 302 struct timing_generator *tg = res_pool->timing_generators[i]; in dcn201_init_hw() local 331 struct timing_generator *tg = res_pool->timing_generators[i]; in dcn201_init_hw() local 347 struct timing_generator *tg = res_pool->timing_generators[i]; in dcn201_init_hw() local
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce80/ |
H A D | dce80_timing_generator.c | 87 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()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_hw_sequencer.c | 99 struct timing_generator *tg; in dcn10_lock_all_pipes() local 355 struct timing_generator *tg = pool->timing_generators[i]; in dcn10_log_hw_state() local 539 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dcn10_did_underflow_occur() local 849 struct timing_generator *tg) in false_optc_underflow_wa() 1322 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn10_init_pipes() local 1375 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn10_init_pipes() local 1449 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn10_init_pipes() local 1993 struct timing_generator *tg) in wait_for_reset_trigger_to_occur() 2204 struct timing_generator *tg; in dcn10_enable_vblanks_synchronization() local 2267 struct timing_generator *tg; in dcn10_enable_timing_synchronization() local [all …]
|
H A D | dcn10_hw_sequencer_debug.c | 428 struct timing_generator *tg = pool->timing_generators[i]; in dcn10_get_otg_states() local 495 struct timing_generator *tg = pool->timing_generators[i]; in dcn10_clear_otpc_underflow() local
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hwseq.c | 288 struct timing_generator *tg) in dcn20_init_blank() 624 struct timing_generator *tg = is_phantom ? pipe_ctx->stream_res.tg : NULL; in dcn20_disable_plane() local 1858 struct timing_generator *tg = dc->current_state->res_ctx.pipe_ctx[i].stream_res.tg; in dcn20_program_front_end_for_ctx() local 2048 struct timing_generator *tg = dc->res_pool->timing_generators[0]; in dcn20_post_unlock_program_front_end() local 2474 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dcn20_setup_vupdate_interrupt() local 2725 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dcn20_enable_stream() local 2852 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn20_fpga_init_hw() local 2859 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn20_fpga_init_hw() local 2883 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn20_fpga_init_hw() local 2914 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn20_fpga_init_hw() local [all …]
|
/openbmc/qemu/hw/arm/ |
H A D | smmu-common.c | 61 uint8_t tg, uint8_t level) in smmu_get_iotlb_key() 74 uint8_t tg = (tt->granule_sz - 10) / 2; in smmu_iotlb_lookup_all_levels() local 143 uint8_t tg = (new->granule - 10) / 2; in smmu_iotlb_insert() local 229 uint8_t tg, uint64_t num_pages, uint8_t ttl) in smmu_iotlb_inv_iova() 260 void smmu_iotlb_inv_ipa(SMMUState *s, int vmid, dma_addr_t ipa, uint8_t tg, in smmu_iotlb_inv_ipa()
|
H A D | smmuv3.c | 749 int tg, tsz; in decode_cd() local 1143 dma_addr_t iova, uint8_t tg, in smmuv3_notify_iova() 1203 dma_addr_t iova, uint8_t tg, in smmuv3_inv_notifiers_iova() 1230 uint8_t tg = CMD_TG(cmd); in smmuv3_range_inval() local
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/ |
H A D | dcn21_hwseq.c | 209 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dcn21_set_pipe() local 244 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dcn21_set_backlight_level() local
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | smp.c | 840 struct thread_groups *tg = &tglp->property_tgs[property_idx++]; in parse_thread_groups() local 875 static int get_cpu_thread_group_start(int cpu, struct thread_groups *tg) in get_cpu_thread_group_start() 900 struct thread_groups *tg = NULL; in get_thread_groups() local 929 static int __init update_mask_from_threadgroup(cpumask_var_t *mask, struct thread_groups *tg, in update_mask_from_threadgroup() 956 struct thread_groups *tg = NULL; in init_thread_group_cache_map() local
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | arm64.c | 61 u64 tg; in check_platform_features() local
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_stream.c | 583 struct timing_generator *tg = res_ctx->pipe_ctx[i].stream_res.tg; in dc_stream_get_vblank_counter() local 642 struct timing_generator *tg = res_ctx->pipe_ctx[i].stream_res.tg; in dc_stream_get_scanoutpos() local
|
/openbmc/linux/include/linux/ |
H A D | io-pgtable.h | 109 u32 tg:2; member 122 u32 tg:2; member
|
/openbmc/linux/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_api_private.h | 48 const struct vcap_typegroup *tg; /* current typegroup */ member
|