Home
last modified time | relevance | path

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

12

/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.h440 #define show_mem_event_sub_type(sub_type) __print_symbolic(sub_type, \ argument
483 __field(u8, sub_type)
499 __entry->sub_type = rec->sub_type;
534 show_mem_event_sub_type(__entry->sub_type),
631 __field(u8, sub_type)
647 __entry->sub_type = rec->sub_type;
689 show_mem_event_sub_type(__entry->sub_type),
811 #define show_dev_event_sub_type(sub_type) __print_symbolic(sub_type, \ argument
/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/gpu/drm/amd/display/dc/dce/
H A Ddmub_outbox.c45 cmd.outbox1_enable.header.sub_type = 0; in dmub_enable_outbox_notification()
/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()
H A Dfw_reset.c809 switch (eqe->sub_type) { in fw_reset_event_notifier()
/linux/include/cxl/
H A Devent.h59 u8 sub_type; member
80 u8 sub_type; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dmpesw.c318 if (eqe->sub_type == MLX5_PORT_CHANGE_SUBTYPE_DOWN || in mlx5_lag_mpesw_port_change_event()
319 eqe->sub_type == MLX5_PORT_CHANGE_SUBTYPE_ACTIVE) in mlx5_lag_mpesw_port_change_event()
/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/net/wireless/intel/iwlwifi/fw/
H A Derror-dump.h261 u8 sub_type; member
/linux/drivers/platform/chrome/wilco_ec/
H A Dtelemetry.c95 u8 sub_type; member
/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py838 if self.sub_type == 'binary' and 'exact-len' in self.checks:
869 if self.sub_type in scalars:
870 put_type = self.sub_type
874 elif self.sub_type == 'binary' and 'exact-len' in self.checks:
877 elif self.sub_type == 'nest':
889 return self.sub_type == 'nest'
893 if self.sub_type == 'nest':
2249 elif aspec.sub_type in scalars:
2251 elif aspec.sub_type == 'binary' and 'exact-len' in aspec.checks:
2760 sub_type = type_name(ri, 'reply')
/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py862 elif isinstance(value, list) and attr.sub_type in NlAttr.type_formats:
863 format_ = NlAttr.get_format(attr.sub_type)
945 elif attr_spec.sub_type:
946 decoded = attr.as_c_array(attr_spec.sub_type)
H A Dnlspec.py187 self.sub_type = yaml.get('sub-type')
/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/net/ethernet/mellanox/mlx5/core/diag/
H A Dfw_tracer.c1241 switch (eqe->sub_type) { in fw_tracer_event()
1253 eqe->sub_type); in fw_tracer_event()
/linux/drivers/firmware/efi/libstub/
H A Defi-stub-helper.c164 (header.sub_type != EFI_DEV_END_ENTIRE)); in efi_load_option_unpack()
H A Defistub.h924 u8 sub_type; member
/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.c432 .sub_type = 0x2,
465 .sub_type = 0x5,
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
H A Ddcn31_clk_mgr.c251 cmd.notify_clocks.header.sub_type = DMUB_CMD__CLK_MGR_NOTIFY_CLOCKS; in dcn31_update_clocks()
/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.c1948 u8 sub_type = (msg[15] & 0xff); in rsi_handle_ta_confirm_type() local
1952 switch (sub_type) { in rsi_handle_ta_confirm_type()

12