Searched refs:is_start (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dmub_replay.c | 241 uint32_t *residency, const bool is_start, const bool is_alpm) in dmub_replay_residency() 249 if (is_start) in dmub_replay_residency() 255 if (!is_start) in dmub_replay_residency() 240 dmub_replay_residency(struct dmub_replay *dmub, uint8_t panel_inst, uint32_t *residency, const bool is_start, const bool is_alpm) dmub_replay_residency() argument
|
H A D | dmub_replay.h | 51 uint8_t panel_inst, uint32_t *residency, const bool is_start, const bool is_alpm);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/protocols/ |
H A D | link_edp_panel_control.h | 61 unsigned int *residency, const bool is_start, const bool is_alpm);
|
H A D | link_edp_panel_control.c | 1018 unsigned int *residency, const bool is_start, const bool is_alpm) in edp_replay_residency() 1028 replay->funcs->replay_residency(replay, panel_inst, residency, is_start, is_alpm); in edp_replay_residency() 1017 edp_replay_residency(const struct dc_link *link, unsigned int *residency, const bool is_start, const bool is_alpm) edp_replay_residency() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | link.h | 287 unsigned int *residency, const bool is_start,
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | debug.c | 257 bool is_start, is_started, is_end; in ath10k_debug_fw_stats_process() local 297 is_start = (list_empty(&ar->debug.fw_stats.pdevs) && in ath10k_debug_fw_stats_process() 302 if (is_start) in ath10k_debug_fw_stats_process()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | debug.c | 258 bool is_start, is_started, is_end; in ath10k_debug_fw_stats_process() local 298 is_start = (list_empty(&ar->debug.fw_stats.pdevs) && in ath10k_debug_fw_stats_process() 303 if (is_start) in ath10k_debug_fw_stats_process()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | checkpatch.pl | 3133 my $is_start = 0; 3144 $is_start = 1; 3165 if ($is_start && $is_end && $length < $min_conf_desc_length) { 3169 #print "is_start<$is_start> is_end<$is_end> length<$length>\n";
|
Completed in 17 milliseconds