Searched refs:stage (Results 51 - 75 of 148) sorted by last modified time

123456

/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_trace.h368 int rc_state, const char *stage),
369 TP_ARGS(drm_id, sw_event, idle_pc_supported, rc_state, stage),
375 __string( stage_str, stage )
382 __assign_str(stage_str, stage);
668 __field( enum dpu_stage, stage )
682 __entry->stage = pstate->stage;
690 " dst:" DRM_RECT_FMT " stage_idx:%u stage:%d, sspp:%d "
696 __entry->stage_idx, __entry->stage, __entry->sspp,
H A Ddpu_hw_ctl.c514 enum dpu_sspp pipe = stage_cfg->stage[i][j];
H A Ddpu_hw_ctl.h26 * struct dpu_hw_stage_cfg - blending stage cfg
27 * @stage : SSPP_ID at each stage
31 enum dpu_sspp stage[DPU_STAGE_MAX][PIPES_PER_STAGE]; member in struct:dpu_hw_stage_cfg
240 * @cfg : blend stage configuration
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py35 def __init__(self, stage, output, message):
36 self.stage = stage
177 def call_adjust_command(self, caseinfo, stage, command):
181 command = pgn_inst.adjust_command(stage, command)
202 def exec_cmd(caseinfo, args, pm, stage, command):
212 command = pm.call_adjust_command(caseinfo, stage, command)
237 def prepare_env(caseinfo, args, pm, stage, prefix, cmdlist, output = None):
255 (proc, foutput) = exec_cmd(caseinfo, args, pm, stage, cmd)
269 stage, outpu
[all...]
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_state_monitor.c405 u32 stage = FIELD_GET(MISC_STAGE_MASK, status); local
407 switch (stage) {
H A Dt7xx_modem_ops.c236 * @stage: exception stage.
266 static void t7xx_cldma_exception(struct cldma_ctrl *md_ctrl, enum hif_ex_stage stage) argument
268 switch (stage) {
297 static void t7xx_md_exception(struct t7xx_modem *md, enum hif_ex_stage stage) argument
301 if (stage == HIF_EX_CLEARQ_DONE) {
307 t7xx_cldma_exception(md->md_ctrl[CLDMA_ID_MD], stage);
308 t7xx_cldma_exception(md->md_ctrl[CLDMA_ID_AP], stage);
310 if (stage == HIF_EX_INIT)
312 else if (stage
[all...]
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_cmd.h695 u8 stage; member in struct:hclge_set_fd_key_config_cmd
709 u8 stage; member in struct:hclge_fd_tcam_config_1_cmd
746 u8 stage; member in struct:hclge_fd_ad_config_cmd
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_features.c136 int stage = 0; local
160 if (stage >= 21)
163 switch (stage) {
496 pr_debug("Stage %d: testing msr: 0x%x for %s\n", stage,
514 stage++;
525 int stage = 0;
551 switch (stage) {
665 pr_debug("Stage %d: testing hcall: 0x%lx\n", stage, hcall->control);
681 stage++;
528 int stage = 0; local
H A Dhyperv_tlb_flush.c205 int i, stage = 1;
212 GUEST_SYNC(stage++);
224 GUEST_SYNC(stage++);
238 GUEST_SYNC(stage++);
251 GUEST_SYNC(stage++);
266 GUEST_SYNC(stage++);
281 GUEST_SYNC(stage++);
299 GUEST_SYNC(stage++);
317 GUEST_SYNC(stage++);
338 GUEST_SYNC(stage
207 int i, stage = 1; local
591 int stage = 1, r, i; local
[all...]
H A Dhyperv_ipi.c90 int stage = 1, ipis_expected[2] = {0};
93 GUEST_SYNC(stage++);
107 GUEST_SYNC(stage++);
114 GUEST_SYNC(stage++);
127 GUEST_SYNC(stage++);
136 GUEST_SYNC(stage++);
149 GUEST_SYNC(stage++);
158 GUEST_SYNC(stage++);
172 GUEST_SYNC(stage++);
181 GUEST_SYNC(stage
92 int stage = 1, ipis_expected[2] = {0}; local
248 int stage = 1, r; local
[all...]
H A Dhyperv_clock.c212 int stage; local
229 for (stage = 1;; stage++) {
241 TEST_ASSERT(stage == 11, "Testing ended prematurely, stage %d",
242 stage);
249 uc.args[1] == stage,
251 stage, (ulong)uc.args[1]);
254 if (stage == 7 || stage
[all...]
H A Dcpuid_test.c103 static void run_vcpu(struct kvm_vcpu *vcpu, int stage) argument
112 uc.args[1] == stage + 1,
114 stage + 1, (ulong)uc.args[1]);
190 int stage; local
200 for (stage = 0; stage < 3; stage++)
201 run_vcpu(vcpu, stage);
H A Ddirty_log_page_splitting_test.c42 static void get_page_stats(struct kvm_vm *vm, struct kvm_page_stats *stats, const char *stage)
50 stage, stats->pages_4k, stats->pages_2m, stats->pages_1g,
41 get_page_stats(struct kvm_vm *vm, struct kvm_page_stats *stats, const char *stage) argument
H A Dhyperv_svm_test.c157 int stage;
174 for (stage = 1;; stage++) {
192 uc.args[1] == stage, "Stage %d: Unexpected register values vmexit, got %lx",
193 stage, (ulong)uc.args[1]);
158 int stage; local
H A Dhyperv_evmcs.c240 int stage;
265 for (stage = 1;; stage++) {
283 uc.args[1] == stage, "Stage %d: Unexpected register values vmexit, got %lx",
284 stage, (ulong)uc.args[1]);
289 if (stage == 8) {
299 if (stage == 9) {
241 int stage; local
/linux-master/tools/testing/selftests/kvm/
H A Dkvm_page_table_test.c71 /* Whether the test stage is updated, or completed */
100 * All vCPU threads will be started in this stage,
189 enum test_stage stage;
211 stage = READ_ONCE(*current_stage);
217 pr_debug("vCPU %d has completed stage %s\n"
219 vcpu->id, test_stage_string[stage],
316 static void vcpus_complete_new_stage(enum test_stage stage)
321 /* Wake up all the vcpus to run new test stage */
328 /* Wait for all the vcpus to complete new test stage */
333 pr_debug("%d vcpus have completed stage
191 enum test_stage stage; local
318 vcpus_complete_new_stage(enum test_stage stage) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_training_dpia.c79 uint8_t stage; member in struct:dpia_set_config_data::__anon11
201 /* Convert DC training pattern to DPIA training stage. */
/linux-master/tools/testing/selftests/kvm/include/
H A Ducall_common.h53 #define GUEST_SYNC_ARGS(stage, arg1, arg2, arg3, arg4) \
54 ucall(UCALL_SYNC, 6, "hello", stage, arg1, arg2, arg3, arg4)
55 #define GUEST_SYNC(stage) ucall(UCALL_SYNC, 2, "hello", stage)
/linux-master/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.h372 enum arm_smmu_domain_stage stage; member in struct:arm_smmu_domain
/linux-master/tools/testing/selftests/tc-testing/plugin-lib/
H A DnsPlugin.py86 def adjust_command(self, stage, command):
87 super().adjust_command(stage, command)
99 if stage == 'setup' or stage == 'execute' or stage == 'verify' or stage == 'teardown':
101 print('adjust_command: stage is {}; inserting netns stuff in command [{}] list [{}]'.format(stage, command, cmdlist))
221 def _exec_cmd(self, stage, command):
240 def _exec_cmd_batched(self, stage, command
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dphy.c25 u8 channel, u8 *stage, u8 *step,
897 u8 channel, u8 *stage, u8 *step,
938 switch (*stage) {
949 pr_err("Invalid 'stage' = %d, Check it!\n",
950 *stage);
955 if ((*stage) == 2) {
958 (*stage)++;
896 _rtl8723e_phy_sw_chnl_step_by_step(struct ieee80211_hw *hw, u8 channel, u8 *stage, u8 *step, u32 *delay) argument
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dphy.c311 u8 channel, u8 *stage, u8 *step, u32 *delay)
349 switch (*stage) {
364 if ((*stage) == 2) {
367 (*stage)++;
310 _rtl92s_phy_sw_chnl_step_by_step(struct ieee80211_hw *hw, u8 channel, u8 *stage, u8 *step, u32 *delay) argument
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.c32 u8 channel, u8 *stage,
1796 u8 channel, u8 *stage, u8 *step,
1838 switch (*stage) {
1849 pr_err("Invalid 'stage' = %d, Check it!\n",
1850 *stage);
1855 if ((*stage) == 2)
1857 (*stage)++;
1795 _rtl92ee_phy_sw_chnl_step_by_step(struct ieee80211_hw *hw, u8 channel, u8 *stage, u8 *step, u32 *delay) argument
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Dphy_common.c778 u8 channel, u8 *stage, u8 *step,
819 switch (*stage) {
830 pr_err("Invalid 'stage' = %d, Check it!\n",
831 *stage);
836 if ((*stage) == 2) {
839 (*stage)++;
777 _rtl92c_phy_sw_chnl_step_by_step(struct ieee80211_hw *hw, u8 channel, u8 *stage, u8 *step, u32 *delay) argument
H A Dphy_common.h208 u8 channel, u8 *stage, u8 *step,

Completed in 295 milliseconds

123456