Searched refs:num_phy (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/phy/realtek/
H A Dphy-rtk-usb2.c82 int num_phy; member in struct:phy_cfg
119 int num_phy; member in struct:rtk_phy
656 for (i = 0; i < rtk_phy->num_phy; i++)
673 if (index > rtk_phy->num_phy) {
674 dev_err(rtk_phy->dev, "%s: The port=%d is not in usb phy (num_phy=%d)\n",
675 __func__, index, rtk_phy->num_phy);
756 for (index = 0; index < rtk_phy->num_phy; index++) {
967 rtk_phy->num_phy, GFP_KERNEL);
971 for (index = 0; index < rtk_phy->num_phy; index++) {
1029 rtk_phy->num_phy
[all...]
H A Dphy-rtk-usb3.c89 int num_phy; member in struct:rtk_phy
289 for (i = 0; i < rtk_phy->num_phy; i++)
307 if (index > rtk_phy->num_phy) {
308 dev_err(rtk_phy->dev, "%s: The port=%d is not in usb phy (num_phy=%d)\n",
309 __func__, index, rtk_phy->num_phy);
374 for (index = 0; index < rtk_phy->num_phy; index++) {
532 rtk_phy->num_phy, GFP_KERNEL);
536 for (index = 0; index < rtk_phy->num_phy; index++) {
583 rtk_phy->num_phy = 1;
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dreg.h50 u8 num_phy; member in struct:ath12k_reg_info
H A Dqmi.h267 u8 num_phy; member in struct:qmi_wlanfw_phy_cap_resp_msg_v01
H A Dwmi.c41 u32 num_phy; member in struct:ath12k_wmi_service_ext_arg
494 if (phy_id >= le32_to_cpu(svc->soc_hal_reg_caps->num_phy))
613 if (phy_idx >= le32_to_cpu(reg_caps->num_phy))
4057 if (svc_rdy_ext->n_ext_hal_reg_caps >= svc_rdy_ext->arg.num_phy)
4083 for (i = 0; i < svc_rdy_ext->arg.num_phy; i++) {
4115 svc_rdy_ext->arg.num_phy = le32_to_cpu(svc_rdy_ext->soc_hal_reg_caps->num_phy);
4772 reg_info->num_phy = le32_to_cpu(ev->num_phy);
H A Dqmi.c565 num_phy),
2189 ab->qmi.num_radios = resp.num_phy;
2192 "phy capability resp valid %d num_phy %d valid %d board_id %d valid %d single_chip_mlo_support %d\n",
2193 resp.num_phy_valid, resp.num_phy,
2204 "no valid response from PHY capability, choose default num_phy %d\n",
H A Dwmi.h2610 __le32 num_phy; member in struct:ath12k_wmi_soc_hal_reg_caps_params
3978 __le32 num_phy; member in struct:wmi_reg_chan_list_cc_ext_event
/linux-master/net/bluetooth/
H A Dhci_sync.c2766 u8 num_phy = 0x00; local
2797 num_phy++;
2806 num_phy++;
2810 if (num_phy)
2819 num_phy++;
2826 num_phy++;
2831 if (!num_phy)
2835 sizeof(*cp) + sizeof(*phy) * num_phy,
/linux-master/drivers/dma/
H A Dste_dma40.c3453 int num_phy = 0, num_memcpy = 0, num_disabled = 0; local
3461 of_property_read_u32(np, "dma-channels", &num_phy);
3462 if (num_phy > 0)
3463 pdata->num_of_phy_chans = num_phy;
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dwmi.c392 if (phy_id >= hal_reg_caps->num_phy)
497 if (phy_idx >= reg_caps->num_phy)
4765 if (svc_rdy_ext->n_ext_hal_reg_caps >= svc_rdy_ext->param.num_phy)
4791 for (i = 0; i < svc_rdy_ext->param.num_phy; i++) {
4819 svc_rdy_ext->param.num_phy = svc_rdy_ext->soc_hal_reg_caps->num_phy;
5250 reg_info->num_phy = chan_list_event_hdr->num_phy;
5494 reg_info->num_phy = ev->num_phy;
[all...]
H A Dwmi.h2252 u32 num_phy; member in struct:ath11k_service_ext_param
2554 u32 num_phy; member in struct:wmi_soc_hal_reg_capabilities
4421 u8 num_phy; member in struct:cur_regulatory_info
4458 u32 num_phy; member in struct:wmi_reg_chan_list_cc_event
4484 u32 num_phy; member in struct:wmi_reg_chan_list_cc_ext_event

Completed in 748 milliseconds