/linux-6.6.21/arch/powerpc/platforms/powernv/ |
D | setup.c | 45 struct device_node *fw_features) in fw_feature_is() argument 50 np = of_get_child_by_name(fw_features, name); in fw_feature_is() 113 struct device_node *np, *fw_features; in pnv_setup_security_mitigations() local 121 fw_features = of_get_child_by_name(np, "fw-features"); in pnv_setup_security_mitigations() 124 if (fw_features) { in pnv_setup_security_mitigations() 125 init_fw_feat_flags(fw_features); in pnv_setup_security_mitigations() 126 of_node_put(fw_features); in pnv_setup_security_mitigations()
|
/linux-6.6.21/arch/powerpc/kvm/ |
D | powerpc.c | 2299 static inline bool have_fw_feat(struct device_node *fw_features, in have_fw_feat() argument 2305 np = of_get_child_by_name(fw_features, name); in have_fw_feat() 2315 struct device_node *np, *fw_features; in kvmppc_get_cpu_char() local 2325 fw_features = of_get_child_by_name(np, "fw-features"); in kvmppc_get_cpu_char() 2327 if (!fw_features) in kvmppc_get_cpu_char() 2329 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2332 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2335 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2338 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() 2341 if (have_fw_feat(fw_features, "enabled", in kvmppc_get_cpu_char() [all …]
|
/linux-6.6.21/drivers/net/wireless/ath/ath10k/ |
D | core.c | 781 if (test_bit(i, ar->normal_mode_fw.fw_file.fw_features)) { in ath10k_core_get_fw_features_str() 1839 ar->running_fw->fw_file.fw_features)) && in ath10k_download_and_run_otp() 2081 __set_bit(i, fw_file->fw_features); in ath10k_core_fetch_firmware_api_n() 2086 fw_file->fw_features, in ath10k_core_fetch_firmware_api_n() 2087 sizeof(fw_file->fw_features)); in ath10k_core_fetch_firmware_api_n() 2149 if (!test_bit(ATH10K_FW_FEATURE_NON_BMI, fw_file->fw_features) && in ath10k_core_fetch_firmware_api_n() 2591 if (test_bit(ATH10K_FW_FEATURE_WMI_10_2, fw_file->fw_features) && in ath10k_core_init_firmware_features() 2592 !test_bit(ATH10K_FW_FEATURE_WMI_10X, fw_file->fw_features)) { in ath10k_core_init_firmware_features() 2611 fw_file->fw_features)) { in ath10k_core_init_firmware_features() 2630 fw_file->fw_features)) { in ath10k_core_init_firmware_features() [all …]
|
D | wow.c | 506 ar->running_fw->fw_file.fw_features))) { in ath10k_wow_op_suspend() 558 ar->running_fw->fw_file.fw_features)) { in ath10k_wow_op_set_wakeup() 572 ar->running_fw->fw_file.fw_features))) { in ath10k_wow_op_resume() 617 ar->running_fw->fw_file.fw_features)) in ath10k_wow_init()
|
D | debug.c | 43 char fw_features[128] = {}; in ath10k_debug_print_hwfw_info() local 46 ath10k_core_get_fw_features_str(ar, fw_features, sizeof(fw_features)); in ath10k_debug_print_hwfw_info() 68 fw_features, in ath10k_debug_print_hwfw_info() 1730 ar->normal_mode_fw.fw_file.fw_features)) { in ath10k_debug_start() 1748 ar->normal_mode_fw.fw_file.fw_features)) in ath10k_debug_stop() 2000 ar->running_fw->fw_file.fw_features)) { in ath10k_write_btcoex() 2592 ar->normal_mode_fw.fw_file.fw_features)) { in ath10k_debug_register()
|
D | htt_tx.c | 377 ar->running_fw->fw_file.fw_features)) in ath10k_htt_tx_free_txq() 393 ar->running_fw->fw_file.fw_features)) in ath10k_htt_tx_alloc_txq() 706 ar->running_fw->fw_file.fw_features)) in ath10k_htt_send_frag_desc_bank_cfg_32() 768 ar->running_fw->fw_file.fw_features)) in ath10k_htt_send_frag_desc_bank_cfg_64()
|
D | mac.c | 1251 ar->running_fw->fw_file.fw_features) && in ath10k_mac_monitor_vdev_is_needed() 1943 ar->running_fw->fw_file.fw_features)) { in ath10k_mac_vif_setup_ps() 2234 ar->running_fw->fw_file.fw_features)) { in ath10k_peer_assoc_h_crypto() 3751 ar->running_fw->fw_file.fw_features)) in ath10k_mac_tx_h_get_txmode() 3982 ar->running_fw->fw_file.fw_features) || in ath10k_mac_tx_h_get_txpath() 4229 ar->running_fw->fw_file.fw_features)) { in ath10k_mgmt_over_wmi_tx_work() 5283 ar->running_fw->fw_file.fw_features)) { in ath10k_start() 5319 ar->running_fw->fw_file.fw_features) && in ath10k_start() 8429 ar->normal_mode_fw.fw_file.fw_features); in ath10k_mac_op_set_bitrate_mask() 10012 if (!test_bit(ATH10K_FW_FEATURE_NO_P2P, ar->normal_mode_fw.fw_file.fw_features)) in ath10k_mac_register() [all …]
|
D | core.h | 948 DECLARE_BITMAP(fw_features, ATH10K_FW_FEATURE_COUNT);
|
D | wmi.c | 2295 ar->running_fw->fw_file.fw_features)) { in ath10k_wmi_op_pull_mgmt_rx_ev() 2810 ar->running_fw->fw_file.fw_features)) in ath10k_wmi_event_chan_info() 5584 ar->running_fw->fw_file.fw_features)) in ath10k_wmi_event_service_ready_work() 9506 ar->running_fw->fw_file.fw_features)) { in ath10k_wmi_attach() 9549 ar->running_fw->fw_file.fw_features)) { in ath10k_wmi_detach()
|
D | htt_rx.c | 1411 ar->running_fw->fw_file.fw_features)) in ath10k_htt_rx_nwifi_hdrlen()
|
D | wmi-tlv.c | 1020 ar->running_fw->fw_file.fw_features)) in ath10k_wmi_tlv_op_pull_ch_info_ev()
|
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/ |
D | mt792x.h | 175 u8 fw_features; member 300 void *drv_data, u8 *fw_features);
|
D | mt792x_core.c | 537 if (dev->fw_features & MT792x_FW_CAP_CNM) { in mt792x_init_wiphy() 652 void *drv_data, u8 *fw_features) in mt792x_get_mac80211_ops() argument 661 *fw_features = mt792x_get_offload_capability(dev, drv_data); in mt792x_get_mac80211_ops() 662 if (!(*fw_features & MT792x_FW_CAP_CNM)) { in mt792x_get_mac80211_ops()
|
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/mt7921/ |
D | usb.c | 198 dev->fw_features = features; in mt7921u_probe()
|
D | sdio.c | 140 dev->fw_features = features; in mt7921s_probe()
|
D | pci.c | 317 dev->fw_features = features; in mt7921_pci_probe()
|
/linux-6.6.21/drivers/scsi/ |
D | myrb.h | 329 } fw_features; member
|