Home
last modified time | relevance | path

Searched refs:is_start (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_replay.c242 uint32_t *residency, const bool is_start, const bool is_alpm) in dmub_replay_residency() argument
250 if (is_start) in dmub_replay_residency()
256 if (!is_start) in dmub_replay_residency()
H A Ddmub_replay.h51 uint8_t panel_inst, uint32_t *residency, const bool is_start, const bool is_alpm);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_edp_panel_control.h61 unsigned int *residency, const bool is_start, const bool is_alpm);
H A Dlink_edp_panel_control.c1018 unsigned int *residency, const bool is_start, const bool is_alpm) in edp_replay_residency() argument
1028 replay->funcs->replay_residency(replay, panel_inst, residency, is_start, is_alpm); in edp_replay_residency()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dlink.h287 unsigned int *residency, const bool is_start,
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Ddebug.c259 bool is_start, is_started, is_end; in ath10k_debug_fw_stats_process() local
299 is_start = (list_empty(&ar->debug.fw_stats.pdevs) && in ath10k_debug_fw_stats_process()
304 if (is_start) in ath10k_debug_fw_stats_process()
/openbmc/u-boot/scripts/
H A Dcheckpatch.pl2835 my $is_start = 0;
2846 $is_start = 1;
2871 if ($is_start && $is_end && $length < $min_conf_desc_length) {