/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_device_path.c | 21 .sub_type = DEVICE_PATH_SUB_TYPE_END, 29 .sub_type = DEVICE_PATH_SUB_TYPE_VENDOR, 251 p->sub_type != DEVICE_PATH_SUB_TYPE_END) in efi_dp_size() 335 const u8 sub_type, in efi_dp_create_device_node() argument 344 ret->sub_type = sub_type; in efi_dp_create_device_node() 368 p->sub_type = DEVICE_PATH_SUB_TYPE_INSTANCE_END; in efi_dp_append_instance() 544 sddp->dp.sub_type = is_sd(desc) ? in dp_fill() 567 sddp->dp.sub_type = is_sd(desc) ? in dp_fill() 743 udp->dp.sub_type = DEVICE_PATH_SUB_TYPE_MSG_USB; in dp_part_fill() 901 mdp->dp.sub_type = DEVICE_PATH_SUB_TYPE_MEMORY; in efi_dp_from_mem() [all …]
|
H A D | efi_device_path_to_text.c | 46 s += sprintf(s, "UNKNOWN(%04x,%04x)", dp->type, dp->sub_type); in dp_unknown() 52 switch (dp->sub_type) { in dp_hardware() 77 switch (dp->sub_type) { in dp_acpi() 96 switch (dp->sub_type) { in dp_msging() 147 (dp->sub_type == DEVICE_PATH_SUB_TYPE_MSG_SD) ? in dp_msging() 170 switch (dp->sub_type) { in dp_media()
|
H A D | efi_root_node.c | 45 dp->vendor.dp.sub_type = DEVICE_PATH_SUB_TYPE_VENDOR; in efi_root_node_register() 51 dp->end.sub_type = DEVICE_PATH_SUB_TYPE_END; in efi_root_node_register()
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | dev-path-parser.c | 101 if (node->header.sub_type != EFI_DEV_END_INSTANCE && in parse_end_path() 102 node->header.sub_type != EFI_DEV_END_ENTIRE) in parse_end_path() 108 return node->header.sub_type; in parse_end_path() 160 (*node)->header.sub_type == EFI_DEV_BASIC_ACPI) in efi_get_device_by_path() 163 (*node)->header.sub_type == EFI_DEV_PCI) in efi_get_device_by_path()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dmub_abm_lcd.c | 73 cmd.abm_set_pwm_frac.header.sub_type = DMUB_CMD__ABM_SET_PWM_FRAC; in dmub_abm_enable_fractional_pwm() 152 cmd.abm_set_level.header.sub_type = DMUB_CMD__ABM_SET_LEVEL; in dmub_abm_set_level() 181 cmd.abm_init_config.header.sub_type = DMUB_CMD__ABM_INIT_CONFIG; in dmub_abm_init_config() 201 cmd.abm_pause.header.sub_type = DMUB_CMD__ABM_PAUSE; in dmub_abm_set_pause() 240 cmd.abm_save_restore.header.sub_type = DMUB_CMD__ABM_SAVE_RESTORE; in dmub_abm_save_restore() 269 cmd.abm_set_pipe.header.sub_type = DMUB_CMD__ABM_SET_PIPE; in dmub_abm_set_pipe() 292 cmd.abm_set_backlight.header.sub_type = DMUB_CMD__ABM_SET_BACKLIGHT; in dmub_abm_set_backlight_level()
|
H A D | dmub_psr.c | 152 cmd.psr_set_version.header.sub_type = DMUB_CMD__PSR_SET_VERSION; in dmub_psr_set_version() 195 cmd.psr_enable.header.sub_type = DMUB_CMD__PSR_ENABLE; in dmub_psr_enable() 197 cmd.psr_enable.header.sub_type = DMUB_CMD__PSR_DISABLE; in dmub_psr_enable() 245 cmd.psr_set_level.header.sub_type = DMUB_CMD__PSR_SET_LEVEL; in dmub_psr_set_level() 264 cmd.psr_set_vtotal.header.sub_type = DMUB_CMD__SET_SINK_VTOTAL_IN_PSR_ACTIVE; in dmub_psr_set_sink_vtotal_in_psr_active() 282 cmd.psr_set_power_opt.header.sub_type = DMUB_CMD__SET_PSR_POWER_OPT; in dmub_psr_set_power_opt() 334 cmd.psr_copy_settings.header.sub_type = DMUB_CMD__PSR_COPY_SETTINGS; in dmub_psr_copy_settings() 436 cmd.psr_force_static.header.sub_type = DMUB_CMD__PSR_FORCE_STATIC; in dmub_psr_force_static()
|
H A D | dmub_replay.c | 79 cmd.replay_enable.header.sub_type = DMUB_CMD__REPLAY_ENABLE; in dmub_replay_enable() 126 cmd.replay_set_power_opt.header.sub_type = DMUB_CMD__SET_REPLAY_POWER_OPT; in dmub_replay_set_power_opt() 167 cmd.replay_copy_settings.header.sub_type = DMUB_CMD__REPLAY_COPY_SETTINGS; in dmub_replay_copy_settings() 231 cmd.replay_set_coasting_vtotal.header.sub_type = DMUB_CMD__REPLAY_SET_COASTING_VTOTAL; in dmub_replay_set_coasting_vtotal()
|
H A D | dmub_outbox.c | 45 cmd.outbox1_enable.header.sub_type = 0; in dmub_enable_outbox_notification()
|
H A D | dmub_hw_lock_mgr.c | 40 cmd.lock_hw.header.sub_type = 0; in dmub_hw_lock_mgr_cmd()
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_loadimage.c | 86 .sub_type = DEVICE_PATH_SUB_TYPE_VENDOR, 94 .sub_type = DEVICE_PATH_SUB_TYPE_END, 109 .sub_type = DEVICE_PATH_SUB_TYPE_VENDOR, 117 .sub_type = DEVICE_PATH_SUB_TYPE_FILE_PATH, 123 .sub_type = DEVICE_PATH_SUB_TYPE_END,
|
H A D | efi_selftest_devicepath.c | 105 vendor_node.dp.sub_type = DEVICE_PATH_SUB_TYPE_VENDOR; in setup() 130 end_node.sub_type = DEVICE_PATH_SUB_TYPE_END; in setup()
|
H A D | efi_selftest_block_device.c | 215 vendor_node.dp.sub_type = DEVICE_PATH_SUB_TYPE_VENDOR; in setup() 223 end_node.sub_type = DEVICE_PATH_SUB_TYPE_END; in setup()
|
/openbmc/u-boot/test/ |
H A D | print_ut.c | 32 dp_sd->dp.sub_type = DEVICE_PATH_SUB_TYPE_MSG_SD; in efi_ut_print() 39 dp_end->sub_type = DEVICE_PATH_SUB_TYPE_END; in efi_ut_print()
|
/openbmc/openbmc-test-automation/ffdc/ |
H A D | ffdc_collector.py | 456 def protocol_ssh(self, protocol, target_type, sub_type): argument 467 self.group_copy(self.ffdc_actions[target_type][sub_type]) 470 self.ffdc_actions[target_type][sub_type] 473 def protocol_telnet(self, target_type, sub_type): argument 485 list_of_commands = self.ffdc_actions[target_type][sub_type]["COMMANDS"] 493 targ_file = self.ffdc_actions[target_type][sub_type][ 519 def protocol_execute(self, protocol, target_type, sub_type): argument 536 self.ffdc_actions[target_type][sub_type] 568 self.ffdc_actions[target_type][sub_type]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
H A D | dcn31_panel_cntl.c | 51 cmd->panel_cntl.header.sub_type = DMUB_CMD__PANEL_CNTL_QUERY_BACKLIGHT_INFO; in dcn31_query_backlight_info() 79 cmd.panel_cntl.header.sub_type = DMUB_CMD__PANEL_CNTL_HW_INIT; in dcn31_panel_cntl_hw_init()
|
/openbmc/linux/drivers/staging/nvec/ |
H A D | nvec_power.c | 71 u8 sub_type; member 94 if (res->sub_type == 0) { in nvec_power_notifier() 131 switch (res->sub_type) { in nvec_power_bat_notifier()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | events.c | 152 eqe_type_str(eqe->type), eqe->sub_type); in any_notifier() 316 switch (eqe->sub_type) { in pcie_core() 340 eqe_type_str(eqe->type), eqe->sub_type); in forward_event()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/bios/ |
H A D | command_table2.c | 119 cmd.digx_encoder_control.header.sub_type = in encoder_control_dmcub() 255 cmd.dig1_transmitter_control.header.sub_type = in transmitter_control_dmcub() 317 cmd.dig1_transmitter_control.header.sub_type = in transmitter_control_dmcub_v1_7() 426 cmd.set_pixel_clock.header.sub_type = DMUB_CMD__VBIOS_SET_PIXEL_CLOCK; in set_pixel_clock_dmcub() 792 cmd.enable_disp_power_gating.header.sub_type = in enable_disp_power_gating_dmcub() 1001 cmd.lvtma_control.header.sub_type = in enable_lvtma_control_dmcub()
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | file.c | 159 initrd_dp->sub_type != EFI_DEV_MEDIA_FILE) { in efi_open_device_path() 161 initrd_dp->type, initrd_dp->sub_type); in efi_open_device_path()
|
/openbmc/linux/tools/testing/selftests/tdx/ |
H A D | tdx_guest_test.c | 34 __u8 sub_type; member
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/ |
H A D | dcn21_hwseq.c | 149 cmd.abm_set_pipe.header.sub_type = DMUB_CMD__ABM_SET_PIPE; in dmub_abm_set_pipe() 169 cmd.abm_set_backlight.header.sub_type = DMUB_CMD__ABM_SET_BACKLIGHT; in dmub_abm_set_backlight()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_dmub_srv.c | 261 cmd.drr_update.header.sub_type = DMUB_CMD__FAMS_DRR_UPDATE; in dc_dmub_srv_drr_update_cmd() 277 cmd.drr_update.header.sub_type = DMUB_CMD__FAMS_SET_MANUAL_TRIGGER; in dc_dmub_srv_set_drr_manual_trigger_cmd() 334 cmd.fw_assisted_mclk_switch.header.sub_type = DMUB_CMD__FAMS_SETUP_FW_CTRL; in dc_dmub_srv_p_state_delegate() 392 cmd.query_feature_caps.header.sub_type = 0; in dc_dmub_srv_query_caps_cmd() 416 cmd.visual_confirm_color.header.sub_type = 0; in dc_dmub_srv_get_visual_confirm_color_cmd() 726 cmd.fw_assisted_mclk_switch_v2.header.sub_type = DMUB_CMD__HANDLE_SUBVP_CMD; in dc_dmub_setup_subvp_dmub_command()
|
/openbmc/u-boot/include/ |
H A D | efi_loader.h | 430 const u8 sub_type, 465 ((_dp)->sub_type == DEVICE_PATH_SUB_TYPE_##_subtype))
|
/openbmc/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_defs_cna.h | 122 u8 sub_type; member
|
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | dbg-tlv.h | 154 u8 sub_type; member
|