Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dreg.h55 u8 num_phy; member
H A Dqmi.c567 num_phy),
2320 ab->qmi.num_radios = resp.num_phy; in ath12k_qmi_phy_cap_send()
2325 resp.num_phy_valid, resp.num_phy, in ath12k_qmi_phy_cap_send()
H A Dwmi.c52 u32 num_phy; member
430 if (phy_id >= le32_to_cpu(svc->soc_hal_reg_caps->num_phy)) in ath12k_pull_mac_phy_cap_svc_ready_ext()
559 if (phy_idx >= le32_to_cpu(reg_caps->num_phy)) in ath12k_pull_reg_cap_svc_rdy_ext()
4652 if (svc_rdy_ext->n_ext_hal_reg_caps >= svc_rdy_ext->arg.num_phy) in ath12k_wmi_ext_hal_reg_caps_parse()
4678 for (i = 0; i < svc_rdy_ext->arg.num_phy; i++) { in ath12k_wmi_ext_hal_reg_caps()
4710 svc_rdy_ext->arg.num_phy = le32_to_cpu(svc_rdy_ext->soc_hal_reg_caps->num_phy); in ath12k_wmi_ext_soc_hal_reg_caps_parse()
5902 reg_info->num_phy = le32_to_cpu(ev->num_phy); in ath12k_pull_reg_chan_list_ext_update_ev()
/linux/net/bluetooth/
H A Dhci_sync.c2926 u8 num_phy = 0x00; in hci_le_set_ext_scan_param_sync() local
2957 num_phy++; in hci_le_set_ext_scan_param_sync()
2966 num_phy++; in hci_le_set_ext_scan_param_sync()
2970 if (num_phy) in hci_le_set_ext_scan_param_sync()
2979 num_phy++; in hci_le_set_ext_scan_param_sync()
2986 num_phy++; in hci_le_set_ext_scan_param_sync()
2991 if (!num_phy) in hci_le_set_ext_scan_param_sync()
2995 sizeof(*cp) + sizeof(*phy) * num_phy, in hci_le_set_ext_scan_param_sync()
/linux/drivers/dma/
H A Dste_dma40.c3443 int num_phy = 0, num_memcpy = 0, num_disabled = 0; in d40_of_probe() local
3451 of_property_read_u32(np, "dma-channels", &num_phy); in d40_of_probe()
3452 if (num_phy > 0) in d40_of_probe()
3453 pdata->num_of_phy_chans = num_phy; in d40_of_probe()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c392 if (phy_id >= hal_reg_caps->num_phy) in ath11k_pull_mac_phy_cap_svc_ready_ext()
497 if (phy_idx >= reg_caps->num_phy) in ath11k_pull_reg_cap_svc_rdy_ext()
4825 if (svc_rdy_ext->n_ext_hal_reg_caps >= svc_rdy_ext->param.num_phy) in ath11k_wmi_tlv_ext_hal_reg_caps_parse()
4851 for (i = 0; i < svc_rdy_ext->param.num_phy; i++) { in ath11k_wmi_tlv_ext_hal_reg_caps()
4879 svc_rdy_ext->param.num_phy = svc_rdy_ext->soc_hal_reg_caps->num_phy; in ath11k_wmi_tlv_ext_soc_hal_reg_caps_parse()
5308 reg_info->num_phy = chan_list_event_hdr->num_phy; in ath11k_pull_reg_chan_list_update_ev()
5552 reg_info->num_phy = ev->num_phy; in ath11k_pull_reg_chan_list_ext_update_ev()