Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_replay.c58 cmd.replay_enable.header.sub_type = DMUB_CMD__REPLAY_ENABLE; in dmub_replay_enable()
104 cmd.replay_set_power_opt.header.sub_type = DMUB_CMD__SET_REPLAY_POWER_OPT; in dmub_replay_set_power_opt()
145 cmd.replay_copy_settings.header.sub_type = DMUB_CMD__REPLAY_COPY_SETTINGS; in dmub_replay_copy_settings()
227 pCmd->header.sub_type = DMUB_CMD__REPLAY_SET_COASTING_VTOTAL; in dmub_replay_set_coasting_vtotal()
298 pCmd->header.sub_type = DMUB_CMD__REPLAY_SET_POWER_OPT_AND_COASTING_VTOTAL; in dmub_replay_set_power_opt_and_coasting_vtotal()
338 cmd.replay_set_timing_sync.header.sub_type = in dmub_replay_send_cmd()
351 cmd.replay_set_frameupdate_timer.header.sub_type = in dmub_replay_send_cmd()
366 cmd.replay_set_pseudo_vtotal.header.sub_type = in dmub_replay_send_cmd()
379 cmd.replay_disabled_adaptive_sync_sdp.header.sub_type = in dmub_replay_send_cmd()
392 cmd.replay_set_version.header.sub_type = in dmub_replay_send_cmd()
[all …]
H A Ddmub_outbox.c45 cmd.outbox1_enable.header.sub_type = 0; in dmub_enable_outbox_notification()
/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;
526 show_mem_event_sub_type(__entry->sub_type),
623 __field(u8, sub_type)
639 __entry->sub_type = rec->sub_type;
681 show_mem_event_sub_type(__entry->sub_type),
803 #define show_dev_event_sub_type(sub_type) __print_symbolic(sub_type, \ argument
/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/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/tools/testing/selftests/tdx/
H A Dtdx_guest_test.c34 __u8 sub_type; member
/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs_cna.h122 u8 sub_type; member
/linux/drivers/infiniband/hw/mlx5/
H A Dodp.c1652 pfault->event_subtype = eqe->sub_type; in mlx5_ib_eq_pf_process()
1654 switch (eqe->sub_type) { in mlx5_ib_eq_pf_process()
1675 eqe->sub_type, pfault->bytes_committed, in mlx5_ib_eq_pf_process()
1702 eqe->sub_type, pfault->bytes_committed, in mlx5_ib_eq_pf_process()
1731 eqe->sub_type, pfault->token, in mlx5_ib_eq_pf_process()
1745 eqe->sub_type); in mlx5_ib_eq_pf_process()
H A Dfs.c156 if (maction->flow_action_raw.sub_type == in parse_flow_flow_action()
165 if (maction->flow_action_raw.sub_type == in parse_flow_flow_action()
172 if (maction->flow_action_raw.sub_type == in parse_flow_flow_action()
2228 switch (maction->flow_action_raw.sub_type) { in destroy_flow_action_raw()
3095 maction->flow_action_raw.sub_type = in mlx5_ib_create_modify_header()
3231 maction->flow_action_raw.sub_type = in mlx5_ib_flow_action_create_packet_reformat_ctx()
3268 maction->flow_action_raw.sub_type = in UVERBS_HANDLER()
/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.py599 elif isinstance(value, list) and attr.sub_type in NlAttr.type_formats:
600 format = NlAttr.get_format(attr.sub_type)
682 elif attr_spec.sub_type:
683 decoded = attr.as_c_array(attr_spec.sub_type)
/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py813 if self.sub_type == 'binary' and 'exact-len' in self.checks:
845 if self.sub_type in scalars:
846 put_type = self.sub_type
850 elif self.sub_type == 'binary' and 'exact-len' in self.checks:
853 elif self.sub_type == 'nest':
865 return self.sub_type == 'nest'
869 if self.sub_type == 'nest':
2217 elif aspec.sub_type in scalars:
2219 elif aspec.sub_type == 'binary' and 'exact-len' in aspec.checks:
2721 sub_type = type_name(ri, 'reply')
/linux/fs/efivarfs/
H A Dvars.c46 node->sub_type == EFI_DEV_END_ENTIRE) in validate_device_path()
/linux/drivers/scsi/bfa/
H A Dbfa_fcbuild.c593 u8 sub_type) in fc_gs_ms_cthdr_build() argument
598 cthdr->gs_sub_type = sub_type; in fc_gs_ms_cthdr_build()
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_device.h592 int sub_type; member
715 int sub_type; member
H A Dhns_roce_hw_v2.c6175 irq_work->queue_num, irq_work->sub_type); in dump_aeqe_log()
6183 irq_work->queue_num, irq_work->sub_type); in dump_aeqe_log()
6271 irq_work->sub_type = eq->sub_type; in hns_roce_v2_init_irq_work()
6320 int sub_type; in hns_roce_v2_aeq_int() local
6329 sub_type = hr_reg_read(aeqe, AEQE_SUB_TYPE); in hns_roce_v2_aeq_int()
6351 eq->sub_type = sub_type; in hns_roce_v2_aeq_int()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c569 cmd.secure_display.header.sub_type = DMUB_CMD__SECURE_DISPLAY_CRC_STOP_UPDATE; in dc_stream_forward_dmub_crc_window()
572 cmd.secure_display.header.sub_type = DMUB_CMD__SECURE_DISPLAY_CRC_WIN_NOTIFY; in dc_stream_forward_dmub_crc_window()
644 cmd.secure_display.header.sub_type = DMUB_CMD__SECURE_DISPLAY_MULTIPLE_CRC_STOP_UPDATE; in dc_stream_forward_dmub_multiple_crc_window()
646 cmd.secure_display.header.sub_type = DMUB_CMD__SECURE_DISPLAY_MULTIPLE_CRC_WIN_NOTIFY; in dc_stream_forward_dmub_multiple_crc_window()
3800 cmd.update_dirty_rect.header.sub_type = 0; in dc_dmub_update_dirty_rect()
3856 cmd.update_dirty_rect.header.sub_type = 0; in build_dmub_update_dirty_rect()
6025 cmd.smart_power_oled_enable.header.sub_type = DMUB_CMD__SMART_POWER_OLED_ENABLE; in dc_smart_power_oled_enable()
6061 cmd.smart_power_oled_getmaxcll.header.sub_type = DMUB_CMD__SMART_POWER_OLED_GETMAXCLL; in dc_smart_power_oled_get_max_cll()
6121 cmd.set_config_access.header.sub_type = DMUB_CMD__DPIA_SET_CONFIG_ACCESS; in dc_process_dmub_set_config_async()
6165 cmd.set_mst_alloc_slots.header.sub_type = DMUB_CMD__DPIA_MST_ALLOC_SLOTS; in dc_process_dmub_set_mst_slots()
[all …]
/linux/drivers/firmware/efi/libstub/
H A Defi-stub-helper.c160 (header.sub_type != EFI_DEV_END_ENTIRE)); in efi_load_option_unpack()
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c835 *info_element, int sub_type) in libipw_verify_qos_info() argument
839 if (info_element->qui_subtype != sub_type) in libipw_verify_qos_info()
/linux/drivers/scsi/csiostor/
H A Dcsio_lnode.c211 csio_fill_ct_iu(void *buf, uint8_t type, uint8_t sub_type, uint16_t op) in csio_fill_ct_iu() argument
216 cmd->ct_fs_subtype = sub_type; in csio_fill_ct_iu()
/linux/tools/testing/cxl/test/
H A Dmem.c428 .sub_type = 0x2,
461 .sub_type = 0x5,
/linux/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c395 __le16 sub_type; in ath6kl_wmi_dot11_hdr_remove() local
403 sub_type = pwh->frame_control & cpu_to_le16(IEEE80211_FCTL_STYPE); in ath6kl_wmi_dot11_hdr_remove()
408 if (sub_type == cpu_to_le16(IEEE80211_STYPE_QOS_DATA)) { in ath6kl_wmi_dot11_hdr_remove()
412 } else if (sub_type == cpu_to_le16(IEEE80211_STYPE_DATA)) { in ath6kl_wmi_dot11_hdr_remove()
/linux/drivers/net/wireless/rsi/
H A Drsi_91x_mgmt.c1940 u8 sub_type = (msg[15] & 0xff); in rsi_handle_ta_confirm_type() local
1944 switch (sub_type) { in rsi_handle_ta_confirm_type()

12