Home
last modified time | relevance | path

Searched refs:num_total (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/sound/soc/sof/intel/
Dhda-stream.c871 int i, num_playback, num_capture, num_total, ret; in hda_dsp_stream_init() local
880 num_total = num_playback + num_capture; in hda_dsp_stream_init()
902 SOF_HDA_DPIB_ENTRY_SIZE * num_total, in hda_dsp_stream_init()
921 for (i = 0; i < num_total; i++) { in hda_dsp_stream_init()
939 SOF_HDA_PPLC_BASE + SOF_HDA_PPLC_MULTI * num_total + in hda_dsp_stream_init()
987 sof_hda->stream_max = num_total; in hda_dsp_stream_init()
/linux-6.14.4/drivers/net/wireless/realtek/rtl8xxxu/
D8188e.c1633 u32 num_total; in rtl8188e_power_training_decision() local
1638 num_total = ra->total * pt_penalty[5]; in rtl8188e_power_training_decision()
1642 if (numsc > num_total) in rtl8188e_power_training_decision()
/linux-6.14.4/drivers/net/ethernet/intel/i40e/
Di40e_adminq_cmd.h573 __le16 num_total; member
Di40e_main.c14969 u16 num_reported, num_total; in i40e_fetch_switch_configuration() local
14985 num_total = le16_to_cpu(sw_config->header.num_total); in i40e_fetch_switch_configuration()
14990 num_reported, num_total); in i40e_fetch_switch_configuration()