Home
last modified time | relevance | path

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

123

/linux/drivers/firmware/efi/
H A Ddev-path-parser.c98 if (node->header.sub_type != EFI_DEV_END_INSTANCE && in parse_end_path()
99 node->header.sub_type != EFI_DEV_END_ENTIRE) in parse_end_path()
105 return node->header.sub_type; in parse_end_path()
157 (*node)->header.sub_type == EFI_DEV_BASIC_ACPI) in efi_get_device_by_path()
160 (*node)->header.sub_type == EFI_DEV_PCI) in efi_get_device_by_path()
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_abm_lcd.c69 cmd.abm_set_pwm_frac.header.sub_type = DMUB_CMD__ABM_SET_PWM_FRAC; in dmub_abm_enable_fractional_pwm()
148 cmd.abm_set_level.header.sub_type = DMUB_CMD__ABM_SET_LEVEL; in dmub_abm_set_level()
177 cmd.abm_init_config.header.sub_type = DMUB_CMD__ABM_INIT_CONFIG; in dmub_abm_init_config()
197 cmd.abm_pause.header.sub_type = DMUB_CMD__ABM_PAUSE; in dmub_abm_set_pause()
236 cmd.abm_save_restore.header.sub_type = DMUB_CMD__ABM_SAVE_RESTORE; in dmub_abm_save_restore()
266 cmd.abm_set_pipe.header.sub_type = DMUB_CMD__ABM_SET_PIPE; in dmub_abm_set_pipe()
289 cmd.abm_set_backlight.header.sub_type = DMUB_CMD__ABM_SET_BACKLIGHT; in dmub_abm_set_backlight_level()
309 cmd.abm_set_event.header.sub_type = DMUB_CMD__ABM_SET_EVENT; in dmub_abm_set_event()
H A Ddmub_replay.c62 cmd.replay_enable.header.sub_type = DMUB_CMD__REPLAY_ENABLE; in dmub_replay_enable()
128 cmd.replay_set_power_opt.header.sub_type = DMUB_CMD__SET_REPLAY_POWER_OPT; in dmub_replay_set_power_opt()
169 cmd.replay_copy_settings.header.sub_type = DMUB_CMD__REPLAY_COPY_SETTINGS; in dmub_replay_copy_settings()
248 pCmd->header.sub_type = DMUB_CMD__REPLAY_SET_COASTING_VTOTAL; in dmub_replay_set_coasting_vtotal()
319 pCmd->header.sub_type = DMUB_CMD__REPLAY_SET_POWER_OPT_AND_COASTING_VTOTAL; in dmub_replay_set_power_opt_and_coasting_vtotal()
358 cmd.replay_set_timing_sync.header.sub_type = in dmub_replay_send_cmd()
371 cmd.replay_set_frameupdate_timer.header.sub_type = in dmub_replay_send_cmd()
386 cmd.replay_set_pseudo_vtotal.header.sub_type = in dmub_replay_send_cmd()
399 cmd.replay_disabled_adaptive_sync_sdp.header.sub_type = in dmub_replay_send_cmd()
412 cmd.replay_set_general_cmd.header.sub_type in dmub_replay_send_cmd()
[all...]
H A Ddmub_psr.c150 cmd.psr_set_version.header.sub_type = DMUB_CMD__PSR_SET_VERSION; in dmub_psr_set_version()
193 cmd.psr_enable.header.sub_type = DMUB_CMD__PSR_ENABLE; in dmub_psr_enable()
195 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()
262 cmd.psr_set_vtotal.header.sub_type = DMUB_CMD__SET_SINK_VTOTAL_IN_PSR_ACTIVE; in dmub_psr_set_sink_vtotal_in_psr_active()
280 cmd.psr_set_power_opt.header.sub_type = DMUB_CMD__SET_PSR_POWER_OPT; in dmub_psr_set_power_opt()
332 cmd.psr_copy_settings.header.sub_type = DMUB_CMD__PSR_COPY_SETTINGS; in dmub_psr_copy_settings()
445 cmd.psr_force_static.header.sub_type = DMUB_CMD__PSR_FORCE_STATIC; in dmub_psr_force_static()
H A Ddmub_outbox.c45 cmd.outbox1_enable.header.sub_type = 0; in dmub_enable_outbox_notification()
H A Ddmub_hw_lock_mgr.c40 cmd.lock_hw.header.sub_type = 0; in dmub_hw_lock_mgr_cmd()
/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_panel_cntl.c51 cmd->panel_cntl.header.sub_type = DMUB_CMD__PANEL_CNTL_QUERY_BACKLIGHT_INFO; in dcn31_query_backlight_info()
80 cmd.panel_cntl.header.sub_type = DMUB_CMD__PANEL_CNTL_HW_INIT; in dcn31_panel_cntl_hw_init()
105 cmd.panel_cntl.header.sub_type = DMUB_CMD__PANEL_DEBUG_PWM_FREQ; in dcn31_panel_cntl_hw_init()
/linux/drivers/cxl/core/
H A Dtrace.h432 #define show_mem_event_sub_type(sub_type) __print_symbolic(sub_type, \ argument
475 __field(u8, sub_type)
491 __entry->sub_type = rec->sub_type;
516 "descriptor='%s' type='%s' sub_type='%s' " \
526 show_mem_event_sub_type(__entry->sub_type),
623 __field(u8, sub_type)
639 __entry->sub_type = rec->sub_type;
803 show_dev_event_sub_type(sub_type) global() argument
[all...]
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c381 cmd.drr_update.header.sub_type = DMUB_CMD__FAMS_DRR_UPDATE; in dc_dmub_srv_drr_update_cmd()
397 cmd.drr_update.header.sub_type = DMUB_CMD__FAMS_SET_MANUAL_TRIGGER; in dc_dmub_srv_set_drr_manual_trigger_cmd()
455 cmd.fw_assisted_mclk_switch.header.sub_type = DMUB_CMD__FAMS_SETUP_FW_CTRL; in dc_dmub_srv_p_state_delegate()
518 cmd.query_feature_caps.header.sub_type = 0; in dc_dmub_srv_query_caps_cmd()
544 cmd.visual_confirm_color.header.sub_type = 0; in dc_dmub_srv_get_visual_confirm_color_cmd()
885 cmd.fw_assisted_mclk_switch_v2.header.sub_type = DMUB_CMD__HANDLE_SUBVP_CMD; in dc_dmub_setup_subvp_dmub_command()
1239 cmd.idle_opt_notify_idle.header.sub_type = DMUB_CMD__IDLE_OPT_DCN_NOTIFY_IDLE; in dc_dmub_srv_notify_idle()
1507 cmd.idle_opt_set_dc_power_state.header.sub_type = DMUB_CMD__IDLE_OPT_SET_DC_POWER_STATE; in dc_dmub_srv_notify_fw_dc_power_state()
1703 global_cmd->header.sub_type = DMUB_CMD__FAMS2_CONFIG; in dc_dmub_srv_rb_based_fams2_update_config()
1723 stream_base_cmd->header.sub_type in dc_dmub_srv_rb_based_fams2_update_config()
[all...]
H A Ddc_fused_io.c78 io->header.sub_type = DMUB_CMD__FUSED_IO_EXECUTE; in atomic_write_poll_read()
H A Ddc_helper.c160 cmd_buf->header.sub_type = 0; in dmub_reg_value_burst_set_pack()
189 cmd_buf->header.sub_type = 0; in dmub_reg_value_pack()
214 cmd_buf->header.sub_type = 0; in dmub_reg_wait_done_pack()
/linux/drivers/staging/nvec/
H A 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/drivers/net/ethernet/mellanox/mlx5/core/
H A Devents.c153 eqe_type_str(eqe->type), eqe->sub_type); in any_notifier()
346 switch (eqe->sub_type) { in pcie_core()
370 eqe_type_str(eqe->type), eqe->sub_type); in forward_event()
/linux/include/cxl/
H A Devent.h59 u8 sub_type; member
80 u8 sub_type; member
/linux/drivers/firmware/efi/libstub/
H A Dfile.c159 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()
/linux/tools/testing/selftests/tdx/
H A Dtdx_guest_test.c25 * @sub_type: Subtype of the TDREPORT (Default value is 0).
34 __u8 sub_type; member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn21/
H A Ddcn21_hwseq.c149 cmd.abm_set_pipe.header.sub_type = DMUB_CMD__ABM_SET_PIPE; in dcn21_dmub_abm_set_pipe()
169 cmd.abm_set_backlight.header.sub_type = DMUB_CMD__ABM_SET_BACKLIGHT; in dmub_abm_set_backlight()
/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs_cna.h122 u8 sub_type; member
/linux/include/linux/soc/ti/
H A Dti_sci_protocol.h621 u32 dev_id, u32 sub_type);
678 u32 dev_id, u32 sub_type) in devm_ti_sci_get_resource() argument
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn31/
H A Ddcn31_hwseq.c425 cmd.dcn_restore.header.sub_type = DMUB_CMD__IDLE_OPT_DCN_SAVE_INIT; in dcn31_z10_save_init()
443 cmd.dcn_restore.header.sub_type = DMUB_CMD__IDLE_OPT_DCN_RESTORE; in dcn31_z10_restore()
677 cmd.abm_set_backlight.header.sub_type = DMUB_CMD__ABM_SET_BACKLIGHT; in dmub_abm_set_backlight()
/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Derror-dump.h253 * @sub_type: sub type id
261 u8 sub_type; member
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn31/
H A Ddcn31_dio_link_encoder.c123 cmd->query_dp_alt.header.sub_type = in query_dp_alt_from_dmub()
431 cmd.dig1_dpia_control.header.sub_type = in link_dpia_control()
/linux/drivers/infiniband/hw/mlx5/
H A Dodp.c1655 pfault->event_subtype = eqe->sub_type; in mlx5_ib_eq_pf_process()
1657 switch (eqe->sub_type) { in mlx5_ib_eq_pf_process()
1678 eqe->sub_type, pfault->bytes_committed, in mlx5_ib_eq_pf_process()
1705 eqe->sub_type, pfault->bytes_committed, in mlx5_ib_eq_pf_process()
1734 eqe->sub_type, pfault->token, in mlx5_ib_eq_pf_process()
1748 eqe->sub_type); in mlx5_ib_eq_pf_process()
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn32/
H A Ddcn32_dio_link_encoder.c160 cmd->query_dp_alt.header.sub_type = in query_dp_alt_from_dmub()
/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py589 elif isinstance(value, list) and attr.sub_type in NlAttr.type_formats:
590 format = NlAttr.get_format(attr.sub_type)
653 elif attr_spec.sub_type:
654 decoded = attr.as_c_array(attr_spec.sub_type)

123