Home
last modified time | relevance | path

Searched refs:sub_type (Results 1 – 25 of 59) sorted by relevance

123

/Linux-v6.1/drivers/firmware/efi/
Ddev-path-parser.c101 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()
/Linux-v6.1/drivers/firmware/efi/libstub/
Dzboot.c77 rem->sub_type == EFI_DEV_MEDIA_VENDOR) { in load_file()
87 rem->sub_type != EFI_DEV_END_ENTIRE) in load_file()
131 rodp->header.sub_type = EFI_DEV_MEDIA_REL_OFFSET; in append_rel_offset_node()
146 vmdp->header.sub_type = EFI_DEV_MEDIA_VENDOR; in append_ven_media_node()
156 (*dp)->sub_type = EFI_DEV_END_ENTIRE; in append_end_node()
167 .header.sub_type = EFI_DEV_MEM_MAPPED, in efi_zboot_entry()
Dfile.c81 dp->header.sub_type == EFI_DEV_MEDIA_VENDOR && in efi_open_volume()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce/
Ddmub_psr.c147 cmd.psr_set_version.header.sub_type = DMUB_CMD__PSR_SET_VERSION; in dmub_psr_set_version()
192 cmd.psr_enable.header.sub_type = DMUB_CMD__PSR_ENABLE; in dmub_psr_enable()
194 cmd.psr_enable.header.sub_type = DMUB_CMD__PSR_DISABLE; in dmub_psr_enable()
243 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()
284 cmd.psr_set_power_opt.header.sub_type = DMUB_CMD__SET_PSR_POWER_OPT; in dmub_psr_set_power_opt()
338 cmd.psr_copy_settings.header.sub_type = DMUB_CMD__PSR_COPY_SETTINGS; in dmub_psr_copy_settings()
432 cmd.psr_force_static.header.sub_type = DMUB_CMD__PSR_FORCE_STATIC; in dmub_psr_force_static()
Ddmub_abm.c68 cmd.abm_set_pwm_frac.header.sub_type = DMUB_CMD__ABM_SET_PWM_FRAC; in dmub_abm_enable_fractional_pwm()
160 cmd.abm_set_level.header.sub_type = DMUB_CMD__ABM_SET_LEVEL; in dmub_abm_set_level()
191 cmd.abm_init_config.header.sub_type = DMUB_CMD__ABM_INIT_CONFIG; in dmub_abm_init_config()
214 cmd.abm_pause.header.sub_type = DMUB_CMD__ABM_PAUSE; in dmub_abm_set_pause()
Ddmub_outbox.c45 cmd.outbox1_enable.header.sub_type = 0; in dmub_enable_outbox_notification()
Ddmub_hw_lock_mgr.c40 cmd.lock_hw.header.sub_type = 0; in dmub_hw_lock_mgr_cmd()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_panel_cntl.c51 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()
Ddcn31_dio_link_encoder.c124 cmd->query_dp_alt.header.sub_type = in query_dp_alt_from_dmub()
433 cmd.dig1_dpia_control.header.sub_type = in link_dpia_control()
Ddcn31_hwseq.c428 cmd.dcn_restore.header.sub_type = DMUB_CMD__IDLE_OPT_DCN_SAVE_INIT; in dcn31_z10_save_init()
448 cmd.dcn_restore.header.sub_type = DMUB_CMD__IDLE_OPT_DCN_RESTORE; in dcn31_z10_restore()
/Linux-v6.1/drivers/staging/nvec/
Dnvec_power.c71 u8 sub_type; member
94 if (res->sub_type == 0) { in nvec_power_notifier()
131 switch (res->sub_type) { in nvec_power_bat_notifier()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Devents.c152 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()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/bios/
Dcommand_table2.c119 cmd.digx_encoder_control.header.sub_type = in encoder_control_dmcub()
257 cmd.dig1_transmitter_control.header.sub_type = in transmitter_control_dmcub()
321 cmd.dig1_transmitter_control.header.sub_type = in transmitter_control_dmcub_v1_7()
432 cmd.set_pixel_clock.header.sub_type = DMUB_CMD__VBIOS_SET_PIXEL_CLOCK; in set_pixel_clock_dmcub()
800 cmd.enable_disp_power_gating.header.sub_type = in enable_disp_power_gating_dmcub()
1009 cmd.lvtma_control.header.sub_type = in enable_lvtma_control_dmcub()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_hwseq.c148 cmd.abm_set_pipe.header.sub_type = DMUB_CMD__ABM_SET_PIPE; in dmub_abm_set_pipe()
218 cmd.abm_set_backlight.header.sub_type = DMUB_CMD__ABM_SET_BACKLIGHT; in dcn21_set_backlight_level()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/
Ddc_dmub_srv.c262 cmd.drr_update.header.sub_type = DMUB_CMD__FAMS_DRR_UPDATE; in dc_dmub_srv_drr_update_cmd()
280 cmd.drr_update.header.sub_type = DMUB_CMD__FAMS_SET_MANUAL_TRIGGER; in dc_dmub_srv_set_drr_manual_trigger_cmd()
336 cmd.fw_assisted_mclk_switch.header.sub_type = DMUB_CMD__FAMS_SETUP_FW_CTRL; in dc_dmub_srv_p_state_delegate()
375 cmd.query_feature_caps.header.sub_type = 0; in dc_dmub_srv_query_caps_cmd()
405 cmd.visual_confirm_color.header.sub_type = 0; in dc_dmub_srv_get_visual_confirm_color_cmd()
734 cmd.fw_assisted_mclk_switch_v2.header.sub_type = DMUB_CMD__HANDLE_SUBVP_CMD; in dc_dmub_setup_subvp_dmub_command()
Ddc_helper.c182 cmd_buf->header.sub_type = 0; in dmub_reg_value_burst_set_pack()
211 cmd_buf->header.sub_type = 0; in dmub_reg_value_pack()
236 cmd_buf->header.sub_type = 0; in dmub_reg_wait_done_pack()
/Linux-v6.1/drivers/net/ethernet/brocade/bna/
Dbfa_defs_cna.h122 u8 sub_type; member
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/fw/api/
Ddbg-tlv.h153 u8 sub_type; member
/Linux-v6.1/include/linux/soc/ti/
Dti_sci_protocol.h591 u32 dev_id, u32 sub_type);
648 u32 dev_id, u32 sub_type) in devm_ti_sci_get_resource() argument
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_hwseq.c737 cmd.mall.header.sub_type = DMUB_CMD__MALL_ACTION_NO_DF_REQ; in dcn30_apply_idle_power_optimizations()
836 cmd.mall.header.sub_type = DMUB_CMD__MALL_ACTION_COPY_CURSOR; in dcn30_apply_idle_power_optimizations()
875 cmd.mall.header.sub_type = DMUB_CMD__MALL_ACTION_ALLOW; in dcn30_apply_idle_power_optimizations()
895 cmd.mall.header.sub_type = DMUB_CMD__MALL_ACTION_DISALLOW; in dcn30_apply_idle_power_optimizations()
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/fw/
Derror-dump.h245 u8 sub_type; member
/Linux-v6.1/drivers/infiniband/hw/mlx5/
Dfs.c151 if (maction->flow_action_raw.sub_type == in parse_flow_flow_action()
160 if (maction->flow_action_raw.sub_type == in parse_flow_flow_action()
167 if (maction->flow_action_raw.sub_type == in parse_flow_flow_action()
1691 switch (maction->flow_action_raw.sub_type) { in destroy_flow_action_raw()
2244 maction->flow_action_raw.sub_type = in mlx5_ib_create_modify_header()
2380 maction->flow_action_raw.sub_type = in mlx5_ib_flow_action_create_packet_reformat_ctx()
2417 maction->flow_action_raw.sub_type = in UVERBS_HANDLER()
Dodp.c1402 pfault->event_subtype = eqe->sub_type; in mlx5_ib_eq_pf_process()
1407 eqe->sub_type, pfault->bytes_committed); in mlx5_ib_eq_pf_process()
1409 switch (eqe->sub_type) { in mlx5_ib_eq_pf_process()
1458 eqe->sub_type); in mlx5_ib_eq_pf_process()
/Linux-v6.1/drivers/platform/chrome/wilco_ec/
Dtelemetry.c96 u8 sub_type; member
/Linux-v6.1/fs/efivarfs/
Dvars.c46 node->sub_type == EFI_DEV_END_ENTIRE) in validate_device_path()

123