/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/ |
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() 81 static bool dce110_timing_generator_v_disable_crtc(struct timing_generator *tg) in dce110_timing_generator_v_disable_crtc() 100 static void dce110_timing_generator_v_blank_crtc(struct timing_generator *tg) in dce110_timing_generator_v_blank_crtc() 120 static void dce110_timing_generator_v_unblank_crtc(struct timing_generator *tg) in dce110_timing_generator_v_unblank_crtc() 141 struct timing_generator *tg) in dce110_timing_generator_v_is_in_vertical_blank() 153 static bool dce110_timing_generator_v_is_counter_moving(struct timing_generator *tg) in dce110_timing_generator_v_is_counter_moving() 191 static void dce110_timing_generator_v_wait_for_vblank(struct timing_generator *tg) in dce110_timing_generator_v_wait_for_vblank() 215 static void dce110_timing_generator_v_wait_for_vactive(struct timing_generator *tg) in dce110_timing_generator_v_wait_for_vactive() 225 static void dce110_timing_generator_v_wait_for_state(struct timing_generator *tg, in dce110_timing_generator_v_wait_for_state() 243 struct timing_generator *tg, in dce110_timing_generator_v_program_blanking() [all …]
|
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() 256 struct timing_generator *tg, in program_horz_count_by_2() 282 struct timing_generator *tg, in dce110_timing_generator_program_timing_generator() 367 struct timing_generator *tg, in dce110_timing_generator_set_drr() 471 struct timing_generator *tg, in dce110_timing_generator_set_static_screen_control() [all …]
|
D | dce110_timing_generator.h | 117 #define DCE110TG_FROM_TG(tg)\ argument
|
D | dce110_hw_sequencer.c | 703 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dce110_enable_stream() local 1520 struct timing_generator *tg; in disable_vga_and_power_gate_all_controllers() local 2225 struct timing_generator *tg) in wait_for_reset_trigger_to_occur() 2380 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in init_hw() local
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce120/ |
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 bool dce120_tg_validate_timing(struct timing_generator *tg, in dce120_tg_validate_timing() 136 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 void dce120_timing_generator_wait_for_vblank(struct timing_generator *tg) in dce120_timing_generator_wait_for_vblank() 232 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-v4.19/kernel/sched/ |
D | autogroup.h | 11 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()
|
D | autogroup.c | 20 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() 263 int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path()
|
D | rt.c | 137 void free_rt_sched_group(struct task_group *tg) in free_rt_sched_group() 155 void init_tg_rt_entry(struct task_group *tg, struct rt_rq *rt_rq, in init_tg_rt_entry() 182 int alloc_rt_sched_group(struct task_group *tg, struct task_group *parent) in alloc_rt_sched_group() 250 void free_rt_sched_group(struct task_group *tg) { } in free_rt_sched_group() 252 int alloc_rt_sched_group(struct task_group *tg, struct task_group *parent) in alloc_rt_sched_group() 456 static inline struct task_group *next_task_group(struct task_group *tg) in next_task_group() 2416 static inline int tg_has_rt_tasks(struct task_group *tg) in tg_has_rt_tasks() 2435 struct task_group *tg; member 2440 static int tg_rt_schedulable(struct task_group *tg, void *data) in tg_rt_schedulable() 2496 static int __rt_schedulable(struct task_group *tg, u64 period, u64 runtime) in __rt_schedulable() [all …]
|
D | core.c | 687 int tg_nop(struct task_group *tg, void *data) in tg_nop() 6240 static void sched_free_group(struct task_group *tg) in sched_free_group() 6251 struct task_group *tg; in sched_create_group() local 6270 void sched_online_group(struct task_group *tg, struct task_group *parent) in sched_online_group() 6295 void sched_destroy_group(struct task_group *tg) in sched_destroy_group() 6301 void sched_offline_group(struct task_group *tg) in sched_offline_group() 6316 struct task_group *tg; in sched_change_group() local 6380 struct task_group *tg; in cpu_cgroup_css_alloc() local 6397 struct task_group *tg = css_tg(css); in cpu_cgroup_css_online() local 6407 struct task_group *tg = css_tg(css); in cpu_cgroup_css_released() local [all …]
|
D | fair.c | 2924 struct task_group *tg = cfs_rq->tg; in calc_group_shares() local 4270 static inline struct cfs_bandwidth *tg_cfs_bandwidth(struct task_group *tg) in tg_cfs_bandwidth() 4287 struct task_group *tg = cfs_rq->tg; in assign_cfs_rq_runtime() local 4399 static inline int throttled_lb_pair(struct task_group *tg, in throttled_lb_pair() 4411 static int tg_unthrottle_up(struct task_group *tg, void *data) in tg_unthrottle_up() 4426 static int tg_throttle_down(struct task_group *tg, void *data) in tg_throttle_down() 4804 static void sync_throttle(struct task_group *tg, int cpu) in sync_throttle() 4930 struct task_group *tg; in update_runtime_enabled() local 4949 struct task_group *tg; in unthrottle_offline_cfs_rqs() local 4986 static inline void sync_throttle(struct task_group *tg, int cpu) {} in sync_throttle() [all …]
|
D | debug.c | 388 static void print_cfs_group_stats(struct seq_file *m, int cpu, struct task_group *tg) in print_cfs_group_stats() 435 static char *task_group_path(struct task_group *tg) in task_group_path()
|
/Linux-v4.19/block/ |
D | blk-throttle.c | 70 struct throtl_grp *tg; /* tg this qnode belongs to */ member 238 static inline struct blkcg_gq *tg_to_blkg(struct throtl_grp *tg) in tg_to_blkg() 267 struct throtl_grp *tg = sq_to_tg(sq); in sq_to_td() local 293 static uint64_t tg_bps_limit(struct throtl_grp *tg, int rw) in tg_bps_limit() 323 static unsigned int tg_iops_limit(struct throtl_grp *tg, int rw) in tg_iops_limit() 390 static void throtl_qnode_init(struct throtl_qnode *qn, struct throtl_grp *tg) in throtl_qnode_init() 484 struct throtl_grp *tg; in throtl_pd_alloc() local 519 struct throtl_grp *tg = pd_to_tg(pd); in throtl_pd_init() local 548 static void tg_update_has_rules(struct throtl_grp *tg) in tg_update_has_rules() 563 struct throtl_grp *tg = pd_to_tg(pd); in throtl_pd_online() local [all …]
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce80/ |
D | dce80_timing_generator.c | 87 static void program_pix_dur(struct timing_generator *tg, uint32_t pix_clk_khz) in program_pix_dur() 108 static void program_timing(struct timing_generator *tg, in program_timing() 119 struct timing_generator *tg, in dce80_timing_generator_enable_advanced_request()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hw_sequencer.c | 300 struct timing_generator *tg = pool->timing_generators[i]; in dcn10_log_hw_state() local 598 struct timing_generator *tg) in false_optc_underflow_wa() 997 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn10_init_hw() local 1007 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn10_init_hw() local 1019 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn10_init_hw() local 1043 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn10_init_hw() local 1050 struct timing_generator *tg = dc->res_pool->timing_generators[i]; in dcn10_init_hw() local 1288 struct timing_generator *tg) in wait_for_reset_trigger_to_occur() 2287 struct timing_generator *tg; in dcn10_apply_ctx_for_surface() local 2547 struct timing_generator *tg = pipe_ctx->stream_res.tg; in dcn10_update_pending_status() local
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_stream.c | 282 struct timing_generator *tg = res_ctx->pipe_ctx[i].stream_res.tg; in dc_stream_get_vblank_counter() local 306 struct timing_generator *tg = res_ctx->pipe_ctx[i].stream_res.tg; in dc_stream_get_scanoutpos() local
|
D | dc_hw_sequencer.c | 248 struct timing_generator *tg) in hwss_wait_for_blank_complete()
|
D | dc.c | 257 struct timing_generator *tg; in dc_stream_configure_crc() local 306 struct timing_generator *tg; in dc_stream_get_crc() local
|
/Linux-v4.19/drivers/firmware/efi/libstub/ |
D | arm64-stub.c | 30 u64 tg; in check_platform_features() local
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_connector.c | 1841 struct drm_tile_group *tg = container_of(kref, struct drm_tile_group, refcount); in drm_tile_group_free() local 1857 struct drm_tile_group *tg) in drm_mode_put_tile_group() 1876 struct drm_tile_group *tg; in drm_mode_get_tile_group() local 1906 struct drm_tile_group *tg; in drm_mode_create_tile_group() local
|
/Linux-v4.19/drivers/video/fbdev/ |
D | w100fb.c | 231 struct w100_tg_info *tg = par->mach->tg; in w100fb_blank() local 409 struct w100_tg_info *tg = par->mach->tg; in w100fb_activate_var() local 601 struct w100_tg_info *tg = par->mach->tg; in w100fb_suspend() local 616 struct w100_tg_info *tg = par->mach->tg; in w100fb_resume() local
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/irq/dce110/ |
D | irq_service_dce110.c | 207 struct timing_generator *tg = in dce110_vblank_set() local
|
/Linux-v4.19/drivers/media/platform/qcom/camss/ |
D | camss-csid.c | 623 struct csid_testgen_config *tg = &csid->testgen; in csid_set_stream() local 1021 struct csid_testgen_config *tg = &csid->testgen; in csid_set_test_pattern() local
|
/Linux-v4.19/include/video/ |
D | w100fb.h | 120 struct w100_tg_info *tg; member
|
/Linux-v4.19/drivers/nfc/pn533/ |
D | pn533.c | 189 u8 tg; member 883 static int pn533_target_found(struct pn533 *dev, u8 tg, u8 *tgdata, in pn533_target_found() 983 u8 nbtg, tg, *tgdata; in pn533_start_poll_complete() local
|
/Linux-v4.19/net/nfc/ |
D | core.c | 834 struct nfc_target *tg; in nfc_target_lost() local
|