Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dreg.h55 u8 num_phy; member
/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.c3453 int num_phy = 0, num_memcpy = 0, num_disabled = 0; in d40_of_probe() local
3461 of_property_read_u32(np, "dma-channels", &num_phy); in d40_of_probe()
3462 if (num_phy > 0) in d40_of_probe()
3463 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()
4772 if (svc_rdy_ext->n_ext_hal_reg_caps >= svc_rdy_ext->param.num_phy) in ath11k_wmi_tlv_ext_hal_reg_caps_parse()
4798 for (i = 0; i < svc_rdy_ext->param.num_phy; i++) { in ath11k_wmi_tlv_ext_hal_reg_caps()
4826 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()
5257 reg_info->num_phy = chan_list_event_hdr->num_phy; in ath11k_pull_reg_chan_list_update_ev()
5501 reg_info->num_phy = ev->num_phy; in ath11k_pull_reg_chan_list_ext_update_ev()