Searched refs:is_start (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dmub_replay.c | 242 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 D | dmub_replay.h | 51 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 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() 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 D | link.h | 287 unsigned int *residency, const bool is_start,
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | debug.c | 259 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 D | checkpatch.pl | 2835 my $is_start = 0; 2846 $is_start = 1; 2871 if ($is_start && $is_end && $length < $min_conf_desc_length) {
|