Home
last modified time | relevance | path

Searched refs:pdev_id (Results 1 – 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
Dwmi.h2107 u32 pdev_id; member
2184 u32 pdev_id; member
2191 u32 pdev_id; member
2351 u32 pdev_id; member
2414 u32 pdev_id; member
2457 u32 pdev_id; member
2467 u32 pdev_id; member
2723 u32 pdev_id; member
2912 u32 pdev_id; member
2925 u32 pdev_id; member
[all …]
Dwmi.c340 pdev->pdev_id = mac_phy_caps->pdev_id; in ath11k_pull_mac_phy_cap_svc_ready_ext()
647 cmd->pdev_id = param->pdev_id; in ath11k_wmi_vdev_create()
689 macaddr, param->pdev_id); in ath11k_wmi_vdev_create()
1026 cmd->pdev_id = param->pdev_id; in ath11k_wmi_send_pdev_set_regdomain()
1031 param->current_rd_5g, param->dfs_domain, param->pdev_id); in ath11k_wmi_send_pdev_set_regdomain()
1192 u32 param_value, u8 pdev_id) in ath11k_wmi_pdev_set_param() argument
1206 cmd->pdev_id = pdev_id; in ath11k_wmi_pdev_set_param()
1218 param_id, pdev_id, param_value); in ath11k_wmi_pdev_set_param()
1254 u32 pdev_id) in ath11k_wmi_pdev_suspend() argument
1271 cmd->pdev_id = pdev_id; in ath11k_wmi_pdev_suspend()
[all …]
Ddbring.c122 param.pdev_id = DP_SW2HW_MACID(ring->pdev_id); in ath11k_dbring_wmi_cfg_setup()
173 ring->pdev_id = db_cap->pdev_id; in ath11k_dbring_buf_setup()
215 if (pdev_idx == ab->db_caps[i].pdev_id && in ath11k_dbring_get_cap()
244 pdev_idx = ev->fixed.pdev_id; in ath11k_dbring_buffer_release_event()
Dreg.c127 params->pdev_id = ar->pdev->pdev_id; in ath11k_reg_update_chan_list()
204 int ret, regd_len, pdev_id; in ath11k_regd_update() local
208 pdev_id = ar->pdev_idx; in ath11k_regd_update()
213 if (ab->new_regd[pdev_id]) { in ath11k_regd_update()
214 regd = ab->new_regd[pdev_id]; in ath11k_regd_update()
221 if (ab->default_regd[pdev_id]) { in ath11k_regd_update()
222 regd = ab->default_regd[pdev_id]; in ath11k_regd_update()
Ddbring.h34 u32 pdev_id; member
49 u32 pdev_id; member
Ddebugfs.c113 ar = ath11k_mac_get_ar_by_pdev_id(ab, stats.pdev_id); in ath11k_debugfs_fw_stats_process()
117 stats.pdev_id, ret); in ath11k_debugfs_fw_stats_process()
253 req_param.pdev_id = ar->pdev->pdev_id; in ath11k_open_pdev_stats()
324 req_param.pdev_id = ar->pdev->pdev_id; in ath11k_open_vdev_stats()
398 req_param.pdev_id = ar->pdev->pdev_id; in ath11k_open_bcn_stats()
Dthermal.c138 param.pdev_id = ar->pdev->pdev_id; in ath11k_thermal_set_throttling()
Dmac.h139 struct ath11k *ath11k_mac_get_ar_by_pdev_id(struct ath11k_base *ab, u32 pdev_id);
Ddebugfs.h48 u8 pdev_id; member
Dmac.c518 struct ath11k *ath11k_mac_get_ar_by_pdev_id(struct ath11k_base *ab, u32 pdev_id) in ath11k_mac_get_ar_by_pdev_id() argument
528 if (WARN_ON(pdev_id > ab->num_radios)) in ath11k_mac_get_ar_by_pdev_id()
534 if (pdev && pdev->pdev_id == pdev_id) in ath11k_mac_get_ar_by_pdev_id()
617 txpower, ar->pdev->pdev_id); in ath11k_mac_txpower_recalc()
627 txpower, ar->pdev->pdev_id); in ath11k_mac_txpower_recalc()
688 ar->pdev->pdev_id); in ath11k_mac_set_kickout()
1899 param_value, ar->pdev->pdev_id); in ath11k_mac_op_bss_info_changed()
2085 ath11k_wmi_send_twt_enable_cmd(ar, ar->pdev->pdev_id); in ath11k_mac_op_bss_info_changed()
2087 ath11k_wmi_send_twt_disable_cmd(ar, ar->pdev->pdev_id); in ath11k_mac_op_bss_info_changed()
2170 arg.pdev_id = ar->pdev->pdev_id; in ath11k_scan_stop()
[all …]
Dhw.h167 u8 (*get_hw_mac_from_pdev_id)(int pdev_id);
Dcore.h388 u32 pdev_id; member
590 u32 pdev_id; member
Ddp_rx.c1534 u8 pdev_id; in ath11k_htt_pull_ppdu_stats() local
1539 pdev_id = FIELD_GET(HTT_T2H_PPDU_STATS_INFO_PDEV_ID, msg->info); in ath11k_htt_pull_ppdu_stats()
1543 ar = ath11k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath11k_htt_pull_ppdu_stats()
1578 u8 pdev_id; in ath11k_htt_pktlog() local
1580 pdev_id = FIELD_GET(HTT_T2H_PPDU_STATS_INFO_PDEV_ID, data->hdr); in ath11k_htt_pktlog()
1581 ar = ath11k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath11k_htt_pktlog()
1583 ath11k_warn(ab, "invalid pdev id %d on htt pktlog\n", pdev_id); in ath11k_htt_pktlog()
1595 u8 pdev_id, ring_type, ring_id, pdev_idx; in ath11k_htt_backpressure_event_handler() local
1600 pdev_id = FIELD_GET(HTT_BACKPRESSURE_EVENT_PDEV_ID_M, *data); in ath11k_htt_backpressure_event_handler()
1612 pdev_id, ring_type, ring_id, hp, tp, backpressure_time); in ath11k_htt_backpressure_event_handler()
[all …]
Ddebugfs_htt_stats.c3784 htt_stats_buf->pdev_id); in htt_print_pdev_stats_twt_sessions_tlv()
3870 htt_stats_buf->pdev_id); in htt_print_backpressure_stats_tlv_v()
4266 u8 pdev_id; in ath11k_debugfs_htt_ext_stats_handler() local
4276 pdev_id = FIELD_GET(HTT_STATS_COOKIE_LSB, cookie); in ath11k_debugfs_htt_ext_stats_handler()
4278 ar = ath11k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath11k_debugfs_htt_ext_stats_handler()
4281 ath11k_warn(ab, "failed to get ar for pdev_id %d\n", pdev_id); in ath11k_debugfs_htt_ext_stats_handler()
4410 int ret, pdev_id = ar->pdev->pdev_id; in ath11k_debugfs_htt_stats_req() local
4416 stats_req->pdev_id = pdev_id; in ath11k_debugfs_htt_stats_req()
4419 FIELD_PREP(HTT_STATS_COOKIE_LSB, pdev_id); in ath11k_debugfs_htt_stats_req()
Ddebugfs_htt_stats.h1585 u32 pdev_id; member
1664 u32 pdev_id; member
Ddp.c978 ar->pdev->pdev_id); in ath11k_dp_vdev_tx_attach()
Ddp_tx.c1000 cmd->hdr.pdev_mask = 1 << ar->pdev->pdev_id; in ath11k_dp_tx_htt_h2t_ext_stats_req()
/kernel/linux/linux-5.10/drivers/hwmon/
Dntc_thermistor.c639 const struct platform_device_id *pdev_id; in ntc_thermistor_probe() local
683 pdev_id = of_id ? of_id->data : platform_get_device_id(pdev); in ntc_thermistor_probe()
687 if (pdev_id->driver_data >= ARRAY_SIZE(ntc_type)) { in ntc_thermistor_probe()
689 pdev_id->driver_data, pdev_id->name); in ntc_thermistor_probe()
693 data->comp = ntc_type[pdev_id->driver_data].comp; in ntc_thermistor_probe()
694 data->n_comp = ntc_type[pdev_id->driver_data].n_comp; in ntc_thermistor_probe()
696 hwmon_dev = devm_hwmon_device_register_with_info(dev, pdev_id->name, in ntc_thermistor_probe()
705 pdev_id->name); in ntc_thermistor_probe()
/kernel/linux/linux-5.10/drivers/media/platform/davinci/
Dvpbe_venc.c622 const struct platform_device_id *pdev_id; in venc_probe() local
631 pdev_id = platform_get_device_id(pdev); in venc_probe()
632 if (!pdev_id) in venc_probe()
639 venc->venc_type = pdev_id->driver_data; in venc_probe()
Dvpbe_osd.c1533 const struct platform_device_id *pdev_id; in osd_probe() local
1537 pdev_id = platform_get_device_id(pdev); in osd_probe()
1538 if (!pdev_id) in osd_probe()
1547 osd->vpbe_type = pdev_id->driver_data; in osd_probe()
/kernel/linux/linux-5.10/drivers/xen/xen-pciback/
Dpci_stub.c321 struct pcistub_device_id *pdev_id) in pcistub_match_one() argument
327 if (pci_domain_nr(dev->bus) == pdev_id->domain in pcistub_match_one()
328 && dev->bus->number == pdev_id->bus in pcistub_match_one()
329 && dev->devfn == pdev_id->devfn) in pcistub_match_one()
342 struct pcistub_device_id *pdev_id; in pcistub_match() local
347 list_for_each_entry(pdev_id, &pcistub_device_ids, slot_list) { in pcistub_match()
348 if (pcistub_match_one(dev, pdev_id)) { in pcistub_match()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
Dwmi-tlv.h1681 __le32 pdev_id; member
1811 __le32 pdev_id; /* not used */ member
1818 __le32 pdev_id; member
1822 __le32 pdev_id; /* not used yet */ member
1828 __le32 pdev_id; /* not used yet */ member
1919 __le32 pdev_id; /* not used yet */ member
1924 __le32 pdev_id; /* not used yet */ member
2095 __le32 pdev_id; member
/kernel/linux/linux-5.10/drivers/edac/
Daltera_edac.c1040 const struct of_device_id *pdev_id; in altr_init_a10_ecc_device_type() local
1056 pdev_id = of_match_node(altr_edac_a10_device_of_match, child); in altr_init_a10_ecc_device_type()
1057 if (IS_ERR_OR_NULL(pdev_id)) in altr_init_a10_ecc_device_type()
1061 prv = pdev_id->data; in altr_init_a10_ecc_device_type()
1855 const struct of_device_id *pdev_id = in altr_edac_a10_device_add() local
1857 if (IS_ERR_OR_NULL(pdev_id)) in altr_edac_a10_device_add()
1861 prv = pdev_id->data; in altr_edac_a10_device_add()
/kernel/linux/linux-5.10/drivers/mfd/
Dsm501.c79 unsigned int pdev_id; member
714 smdev->pdev.id = sm->pdev_id; in sm501_create_subdev()
1385 sm->pdev_id = dev->id; in sm501_plat_probe()
1577 sm->pdev_id = 32 + dev->devfn; in sm501_pci_probe()
/kernel/linux/linux-5.10/drivers/media/platform/coda/
Dcoda-common.c3125 const struct platform_device_id *pdev_id; in coda_probe() local
3136 pdev_id = of_id ? of_id->data : platform_get_device_id(pdev); in coda_probe()
3140 else if (pdev_id) in coda_probe()
3141 dev->devtype = &coda_devdata[pdev_id->driver_data]; in coda_probe()

12