| /linux/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dmub_psr.c | 150 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 D | dmub_outbox.c | 45 cmd.outbox1_enable.header.sub_type = 0; in dmub_enable_outbox_notification()
|
| /linux/drivers/cxl/core/ |
| H A D | trace.h | 432 #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 D | dcn31_panel_cntl.c | 51 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 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()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | events.c | 153 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 D | fw_reset.c | 809 switch (eqe->sub_type) { in fw_reset_event_notifier()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
| H A D | mpesw.c | 258 if (eqe->sub_type == MLX5_PORT_CHANGE_SUBTYPE_DOWN || in mlx5_lag_mpesw_port_change_event() 259 eqe->sub_type == MLX5_PORT_CHANGE_SUBTYPE_ACTIVE) in mlx5_lag_mpesw_port_change_event()
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn21/ |
| H A D | dcn21_hwseq.c | 148 cmd.abm_set_pipe.header.sub_type = DMUB_CMD__ABM_SET_PIPE; in dcn21_dmub_abm_set_pipe() 168 cmd.abm_set_backlight.header.sub_type = DMUB_CMD__ABM_SET_BACKLIGHT; in dmub_abm_set_backlight()
|
| /linux/tools/testing/selftests/tdx/ |
| H A D | tdx_guest_test.c | 34 __u8 sub_type; member
|
| /linux/drivers/net/ethernet/brocade/bna/ |
| H A D | bfa_defs_cna.h | 122 u8 sub_type; member
|
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 825 elif isinstance(value, list) and attr.sub_type in NlAttr.type_formats: 826 format_ = NlAttr.get_format(attr.sub_type) 908 elif attr_spec.sub_type: 909 decoded = attr.as_c_array(attr_spec.sub_type)
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 830 if self.sub_type == 'binary' and 'exact-len' in self.checks: 842 return f'.type = YNL_PT_U{c_upper(self.sub_type[1:])}, ' 861 if self.sub_type in scalars: 862 put_type = self.sub_type 866 elif self.sub_type == 'binary' and 'exact-len' in self.checks: 869 elif self.sub_type == 'nest': 881 return self.sub_type == 'nest' 885 if self.sub_type == 'nest': 2239 elif aspec.sub_type in scalars: 2240 ri.cw.p(f"dst->{aspec.c_name}[i] = ynl_attr_get_{aspec.sub_type}(att [all...] |
| /linux/drivers/platform/chrome/wilco_ec/ |
| H A D | telemetry.c | 96 u8 sub_type; member
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfa_fcbuild.c | 593 u8 sub_type) in fc_gs_ms_cthdr_build() argument 598 cthdr->gs_sub_type = sub_type; in fc_gs_ms_cthdr_build()
|
| H A D | bfa_defs_svc.h | 1341 u8 sub_type; member
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| H A D | fw_tracer.c | 1243 switch (eqe->sub_type) { in fw_tracer_event() 1255 eqe->sub_type); in fw_tracer_event()
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | efi-stub-helper.c | 160 (header.sub_type != EFI_DEV_END_ENTIRE)); in efi_load_option_unpack()
|
| H A D | efistub.h | 924 u8 sub_type; member
|
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| H A D | libipw_rx.c | 835 *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/tools/testing/cxl/test/ |
| H A D | mem.c | 428 .sub_type = 0x2, 461 .sub_type = 0x5,
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_lnode.c | 211 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/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_hw_v2.c | 6364 irq_work->queue_num, irq_work->sub_type); in dump_aeqe_log() 6372 irq_work->queue_num, irq_work->sub_type); in dump_aeqe_log() 6460 irq_work->sub_type = eq->sub_type; in hns_roce_v2_init_irq_work() 6509 int sub_type; in hns_roce_v2_aeq_int() local 6518 sub_type = hr_reg_read(aeqe, AEQE_SUB_TYPE); in hns_roce_v2_aeq_int() 6540 eq->sub_type = sub_type; in hns_roce_v2_aeq_int()
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | wmi.c | 395 __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 D | rsi_91x_mgmt.c | 1940 u8 sub_type = (msg[15] & 0xff); in rsi_handle_ta_confirm_type() local 1944 switch (sub_type) { in rsi_handle_ta_confirm_type()
|