Searched refs:num_phy (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/drivers/phy/realtek/ |
| H A D | phy-rtk-usb2.c | 82 int num_phy; member 119 int num_phy; member 1031 rtk_phy->num_phy = phy_cfg->num_phy; in rtk_usb2phy_probe() 1075 .num_phy = 1, 1099 .num_phy = 1, 1123 .num_phy = 2, 1145 .num_phy = 1, 1171 .num_phy = 1, 1196 .num_phy = 1, 1221 .num_phy = 1, [all …]
|
| H A D | phy-rtk-usb3.c | 89 int num_phy; member 289 for (i = 0; i < rtk_phy->num_phy; i++) in rtk_phy_init() 307 if (index > rtk_phy->num_phy) { in rtk_phy_toggle() 309 __func__, index, rtk_phy->num_phy); in rtk_phy_toggle() 374 for (index = 0; index < rtk_phy->num_phy; index++) { in rtk_usb3_parameter_show() 532 rtk_phy->num_phy, GFP_KERNEL); in parse_phy_data() 536 for (index = 0; index < rtk_phy->num_phy; index++) { in parse_phy_data() 585 rtk_phy->num_phy = 1; in rtk_usb3phy_probe()
|
| /linux-6.15/drivers/net/wireless/ath/ath12k/ |
| H A D | reg.h | 53 u8 num_phy; member
|
| H A D | qmi.h | 273 u8 num_phy; member
|
| H A D | qmi.c | 565 num_phy), 2272 ab->qmi.num_radios = resp.num_phy; in ath12k_qmi_phy_cap_send() 2276 resp.num_phy_valid, resp.num_phy, in ath12k_qmi_phy_cap_send()
|
| H A D | wmi.c | 47 u32 num_phy; member 503 if (phy_id >= le32_to_cpu(svc->soc_hal_reg_caps->num_phy)) in ath12k_pull_mac_phy_cap_svc_ready_ext() 623 if (phy_idx >= le32_to_cpu(reg_caps->num_phy)) in ath12k_pull_reg_cap_svc_rdy_ext() 4317 if (svc_rdy_ext->n_ext_hal_reg_caps >= svc_rdy_ext->arg.num_phy) in ath12k_wmi_ext_hal_reg_caps_parse() 4343 for (i = 0; i < svc_rdy_ext->arg.num_phy; i++) { in ath12k_wmi_ext_hal_reg_caps() 4375 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() 5038 reg_info->num_phy = le32_to_cpu(ev->num_phy); in ath12k_pull_reg_chan_list_ext_update_ev()
|
| H A D | wmi.h | 2664 __le32 num_phy; member 4186 __le32 num_phy; member
|
| /linux-6.15/net/bluetooth/ |
| H A D | hci_sync.c | 2843 u8 num_phy = 0x00; in hci_le_set_ext_scan_param_sync() local 2874 num_phy++; in hci_le_set_ext_scan_param_sync() 2883 num_phy++; in hci_le_set_ext_scan_param_sync() 2887 if (num_phy) in hci_le_set_ext_scan_param_sync() 2896 num_phy++; in hci_le_set_ext_scan_param_sync() 2903 num_phy++; in hci_le_set_ext_scan_param_sync() 2908 if (!num_phy) in hci_le_set_ext_scan_param_sync() 2912 sizeof(*cp) + sizeof(*phy) * num_phy, in hci_le_set_ext_scan_param_sync()
|
| /linux-6.15/drivers/dma/ |
| H A D | ste_dma40.c | 3453 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-6.15/drivers/net/wireless/ath/ath11k/ |
| H A D | wmi.h | 2252 u32 num_phy; member 2554 u32 num_phy; member 4422 u8 num_phy; member 4459 u32 num_phy; member 4485 u32 num_phy; member
|
| H A D | wmi.c | 392 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() 4766 if (svc_rdy_ext->n_ext_hal_reg_caps >= svc_rdy_ext->param.num_phy) in ath11k_wmi_tlv_ext_hal_reg_caps_parse() 4792 for (i = 0; i < svc_rdy_ext->param.num_phy; i++) { in ath11k_wmi_tlv_ext_hal_reg_caps() 4820 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() 5251 reg_info->num_phy = chan_list_event_hdr->num_phy; in ath11k_pull_reg_chan_list_update_ev() 5495 reg_info->num_phy = ev->num_phy; in ath11k_pull_reg_chan_list_ext_update_ev()
|