Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/phy/realtek/
Dphy-rtk-usb2.c84 int num_phy; member
122 int num_phy; member
659 for (i = 0; i < rtk_phy->num_phy; i++) in rtk_phy_init()
685 if (index > rtk_phy->num_phy) { in rtk_phy_toggle()
687 __func__, index, rtk_phy->num_phy); in rtk_phy_toggle()
756 for (index = 0; index < rtk_phy->num_phy; index++) { in rtk_usb2_parameter_show()
969 rtk_phy->num_phy, GFP_KERNEL); in parse_phy_data()
973 for (index = 0; index < rtk_phy->num_phy; index++) { in parse_phy_data()
1035 rtk_phy->num_phy = phy_cfg->num_phy; in rtk_usb2phy_probe()
1085 .num_phy = 1,
[all …]
Dphy-rtk-usb3.c92 int num_phy; member
292 for (i = 0; i < rtk_phy->num_phy; i++) in rtk_phy_init()
319 if (index > rtk_phy->num_phy) { in rtk_phy_toggle()
321 __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()
534 rtk_phy->num_phy, GFP_KERNEL); in parse_phy_data()
538 for (index = 0; index < rtk_phy->num_phy; index++) { in parse_phy_data()
589 rtk_phy->num_phy = 1; in rtk_usb3phy_probe()
/Linux-v6.6/drivers/net/wireless/ath/ath12k/
Dreg.h50 u8 num_phy; member
Dwmi.c40 u32 num_phy; member
489 if (phy_id >= le32_to_cpu(svc->soc_hal_reg_caps->num_phy)) in ath12k_pull_mac_phy_cap_svc_ready_ext()
608 if (phy_idx >= le32_to_cpu(reg_caps->num_phy)) in ath12k_pull_reg_cap_svc_rdy_ext()
3844 if (svc_rdy_ext->n_ext_hal_reg_caps >= svc_rdy_ext->arg.num_phy) in ath12k_wmi_ext_hal_reg_caps_parse()
3870 for (i = 0; i < svc_rdy_ext->arg.num_phy; i++) { in ath12k_wmi_ext_hal_reg_caps()
3896 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()
4533 reg_info->num_phy = le32_to_cpu(ev->num_phy); in ath12k_pull_reg_chan_list_ext_update_ev()
Dwmi.h2588 __le32 num_phy; member
3968 __le32 num_phy; member
/Linux-v6.6/drivers/dma/
Dste_dma40.c3455 int num_phy = 0, num_memcpy = 0, num_disabled = 0; in d40_of_probe() local
3463 of_property_read_u32(np, "dma-channels", &num_phy); in d40_of_probe()
3464 if (num_phy > 0) in d40_of_probe()
3465 pdata->num_of_phy_chans = num_phy; in d40_of_probe()
/Linux-v6.6/drivers/net/wireless/ath/ath11k/
Dwmi.h2234 u32 num_phy; member
2536 u32 num_phy; member
4393 u8 num_phy; member
4430 u32 num_phy; member
4456 u32 num_phy; member
Dwmi.c387 if (phy_id >= hal_reg_caps->num_phy) in ath11k_pull_mac_phy_cap_svc_ready_ext()
492 if (phy_idx >= reg_caps->num_phy) in ath11k_pull_reg_cap_svc_rdy_ext()
4657 if (svc_rdy_ext->n_ext_hal_reg_caps >= svc_rdy_ext->param.num_phy) in ath11k_wmi_tlv_ext_hal_reg_caps_parse()
4683 for (i = 0; i < svc_rdy_ext->param.num_phy; i++) { in ath11k_wmi_tlv_ext_hal_reg_caps()
4711 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()
5132 reg_info->num_phy = chan_list_event_hdr->num_phy; in ath11k_pull_reg_chan_list_update_ev()
5376 reg_info->num_phy = ev->num_phy; in ath11k_pull_reg_chan_list_ext_update_ev()
/Linux-v6.6/net/bluetooth/
Dhci_sync.c2677 u8 num_phy = 0; in hci_le_set_ext_scan_param_sync() local
2694 num_phy++; in hci_le_set_ext_scan_param_sync()
2705 num_phy++; in hci_le_set_ext_scan_param_sync()
2710 sizeof(*cp) + sizeof(*phy) * num_phy, in hci_le_set_ext_scan_param_sync()