Home
last modified time | relevance | path

Searched refs:probe_id (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/sound/pci/hda/
H A Dhda_bind.c28 u32 id = codec->probe_id ? codec->probe_id : codec->core.vendor_id; in hda_codec_match()
214 switch (codec->probe_id) { in request_codec_module()
279 if (codec->probe_id) in codec_bind_generic()
283 codec->probe_id = HDA_CODEC_ID_GENERIC_HDMI; in codec_bind_generic()
289 codec->probe_id = HDA_CODEC_ID_GENERIC; in codec_bind_generic()
320 codec->probe_id = HDA_CODEC_ID_GENERIC; in snd_hda_codec_configure()
322 codec->probe_id = 0; in snd_hda_codec_configure()
H A Dpatch_hdmi.c3042 codec->probe_id = HDA_CODEC_ID_SKIP_PROBE; in alloc_intel_hdmi()
/linux-6.15/sound/soc/sof/intel/
H A Dhda-codec.c35 switch (codec->probe_id) { in request_codec_module()
68 codec->probe_id = HDA_CODEC_ID_GENERIC; in hda_codec_load_module()
195 codec->probe_id = HDA_CODEC_ID_GENERIC; in hda_codec_probe()
197 codec->probe_id = 0; in hda_codec_probe()
/linux-6.15/include/sound/
H A Dhda_codec.h178 u32 probe_id; /* overridden id for probing */ member
/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dfw.c5425 le32_encode_bits(ch_info->probe_id != 0xff ? 1 : 0, in rtw89_fw_h2c_scan_list_offload_be()
5603 u8 probe_id[NUM_NL80211_BANDS]; in rtw89_fw_h2c_scan_offload_be() local
5631 memset(probe_id, RTW89_SCANOFLD_PKT_NONE, sizeof(probe_id)); in rtw89_fw_h2c_scan_offload_be()
5640 probe_id[NL80211_BAND_6GHZ] = pkt_info->id; in rtw89_fw_h2c_scan_offload_be()
5669 h2c->w4 = le32_encode_bits(probe_id[NL80211_BAND_5GHZ], in rtw89_fw_h2c_scan_offload_be()
5671 le32_encode_bits(probe_id[NL80211_BAND_6GHZ], in rtw89_fw_h2c_scan_offload_be()
6730 ch_info->probe_id = RTW89_SCANOFLD_PKT_NONE; in rtw89_pno_scan_add_chan_ax()
6786 ch_info->probe_id = RTW89_SCANOFLD_PKT_NONE; in rtw89_hw_scan_add_chan()
6858 ch_info->probe_id = RTW89_SCANOFLD_PKT_NONE; in rtw89_pno_scan_add_chan_be()
6900 ch_info->probe_id = RTW89_SCANOFLD_PKT_NONE; in rtw89_hw_scan_add_chan_be()
[all …]
H A Dfw.h349 u8 probe_id; member
374 u8 probe_id; member