/linux-6.1.9/drivers/net/wireless/ath/ath11k/ |
D | wmi.c | 384 pdev->pdev_id = mac_phy_caps->pdev_id; in ath11k_pull_mac_phy_cap_svc_ready_ext() 389 ab->target_pdev_ids[ab->target_pdev_count].pdev_id = mac_phy_caps->pdev_id; in ath11k_pull_mac_phy_cap_svc_ready_ext() 718 cmd->pdev_id = param->pdev_id; in ath11k_wmi_vdev_create() 760 macaddr, param->pdev_id); in ath11k_wmi_vdev_create() 1126 cmd->pdev_id = param->pdev_id; in ath11k_wmi_send_pdev_set_regdomain() 1131 param->current_rd_5g, param->dfs_domain, param->pdev_id); in ath11k_wmi_send_pdev_set_regdomain() 1292 u32 param_value, u8 pdev_id) in ath11k_wmi_pdev_set_param() argument 1306 cmd->pdev_id = pdev_id; in ath11k_wmi_pdev_set_param() 1318 param_id, pdev_id, param_value); in ath11k_wmi_pdev_set_param() 1355 u32 pdev_id) in ath11k_wmi_pdev_suspend() argument [all …]
|
D | wmi.h | 2196 u32 pdev_id; member 2273 u32 pdev_id; member 2280 u32 pdev_id; member 2448 u32 pdev_id; member 2517 u32 pdev_id; member 2561 u32 pdev_id; member 2571 u32 pdev_id; member 2828 u32 pdev_id; member 3017 u32 pdev_id; member 3030 u32 pdev_id; member [all …]
|
D | dbring.c | 161 param.pdev_id = DP_SW2HW_MACID(ring->pdev_id); in ath11k_dbring_wmi_cfg_setup() 212 ring->pdev_id = db_cap->pdev_id; in ath11k_dbring_buf_setup() 254 if (pdev_idx == ab->db_caps[i].pdev_id && in ath11k_dbring_get_cap() 283 pdev_idx = ev->fixed.pdev_id; in ath11k_dbring_buffer_release_event()
|
D | dbring.h | 34 u32 pdev_id; member 49 u32 pdev_id; member
|
D | reg.c | 167 params->pdev_id = ar->pdev->pdev_id; in ath11k_reg_update_chan_list() 244 int ret, regd_len, pdev_id; in ath11k_regd_update() local 248 pdev_id = ar->pdev_idx; in ath11k_regd_update() 253 if (ab->new_regd[pdev_id]) { in ath11k_regd_update() 254 regd = ab->new_regd[pdev_id]; in ath11k_regd_update() 261 if (ab->default_regd[pdev_id]) { in ath11k_regd_update() 262 regd = ab->default_regd[pdev_id]; in ath11k_regd_update()
|
D | debugfs.c | 213 int ath11k_debugfs_get_fw_stats(struct ath11k *ar, u32 pdev_id, in ath11k_debugfs_get_fw_stats() argument 227 req_param.pdev_id = pdev_id; in ath11k_debugfs_get_fw_stats() 237 pdev_id, vdev_id, stats_id); in ath11k_debugfs_get_fw_stats() 266 req_param.pdev_id = ar->pdev->pdev_id; in ath11k_open_pdev_stats() 336 req_param.pdev_id = ar->pdev->pdev_id; in ath11k_open_vdev_stats() 409 req_param.pdev_id = ar->pdev->pdev_id; in ath11k_open_bcn_stats() 1513 ret = ath11k_wmi_pdev_set_param(ar, param, ps_state_enable, pdev->pdev_id); in ath11k_write_ps_state_enable() 1691 ath11k_wmi_send_twt_disable_cmd(ar, ar->pdev->pdev_id); in ath11k_write_twt_add_dialog() 1696 ath11k_wmi_send_twt_enable_cmd(ar, ar->pdev->pdev_id, &twt_params); in ath11k_write_twt_add_dialog() 1709 ath11k_wmi_send_twt_disable_cmd(ar, ar->pdev->pdev_id); in ath11k_write_twt_add_dialog() [all …]
|
D | debugfs.h | 82 u8 pdev_id; member 275 int ath11k_debugfs_get_fw_stats(struct ath11k *ar, u32 pdev_id, 384 u32 pdev_id, u32 vdev_id, u32 stats_id) in ath11k_debugfs_get_fw_stats() argument
|
D | thermal.c | 138 param.pdev_id = ar->pdev->pdev_id; in ath11k_thermal_set_throttling()
|
D | mac.c | 628 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 638 if (WARN_ON(pdev_id > ab->num_radios)) in ath11k_mac_get_ar_by_pdev_id() 644 if (pdev && pdev->pdev_id == pdev_id) in ath11k_mac_get_ar_by_pdev_id() 684 u8 pdev_id = ab->target_pdev_ids[0].pdev_id; in ath11k_mac_get_target_pdev_id_from_vif() local 688 return pdev_id; in ath11k_mac_get_target_pdev_id_from_vif() 694 return ab->target_pdev_ids[i].pdev_id; in ath11k_mac_get_target_pdev_id_from_vif() 697 return pdev_id; in ath11k_mac_get_target_pdev_id_from_vif() 709 return ar->ab->target_pdev_ids[0].pdev_id; in ath11k_mac_get_target_pdev_id() 763 txpower, ar->pdev->pdev_id); in ath11k_mac_txpower_recalc() 773 txpower, ar->pdev->pdev_id); in ath11k_mac_txpower_recalc() [all …]
|
D | mac.h | 160 struct ath11k *ath11k_mac_get_ar_by_pdev_id(struct ath11k_base *ab, u32 pdev_id);
|
D | dp_tx.c | 1111 u32 pdev_id; in ath11k_dp_tx_htt_h2t_ext_stats_req() local 1126 pdev_id = ath11k_mac_get_target_pdev_id(ar); in ath11k_dp_tx_htt_h2t_ext_stats_req() 1128 pdev_id = ar->pdev->pdev_id; in ath11k_dp_tx_htt_h2t_ext_stats_req() 1130 cmd->hdr.pdev_mask = 1 << pdev_id; in ath11k_dp_tx_htt_h2t_ext_stats_req()
|
D | core.h | 536 u32 pdev_id; member 756 u32 pdev_id; member 867 u32 pdev_id; member
|
D | hw.h | 225 u8 (*get_hw_mac_from_pdev_id)(int pdev_id);
|
D | dp_rx.c | 1577 u8 pdev_id; in ath11k_htt_pull_ppdu_stats() local 1582 pdev_id = FIELD_GET(HTT_T2H_PPDU_STATS_INFO_PDEV_ID, msg->info); in ath11k_htt_pull_ppdu_stats() 1586 ar = ath11k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath11k_htt_pull_ppdu_stats() 1621 u8 pdev_id; in ath11k_htt_pktlog() local 1623 pdev_id = FIELD_GET(HTT_T2H_PPDU_STATS_INFO_PDEV_ID, data->hdr); in ath11k_htt_pktlog() 1624 ar = ath11k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath11k_htt_pktlog() 1626 ath11k_warn(ab, "invalid pdev id %d on htt pktlog\n", pdev_id); in ath11k_htt_pktlog() 1638 u8 pdev_id, ring_type, ring_id, pdev_idx; in ath11k_htt_backpressure_event_handler() local 1643 pdev_id = FIELD_GET(HTT_BACKPRESSURE_EVENT_PDEV_ID_M, *data); in ath11k_htt_backpressure_event_handler() 1655 pdev_id, ring_type, ring_id, hp, tp, backpressure_time); in ath11k_htt_backpressure_event_handler() [all …]
|
D | debugfs_htt_stats.c | 3596 htt_stats_buf->pdev_id); in htt_print_pdev_stats_twt_sessions_tlv() 3700 htt_stats_buf->pdev_id); in htt_print_backpressure_stats_tlv_v() 4448 u8 pdev_id; in ath11k_debugfs_htt_ext_stats_handler() local 4458 pdev_id = FIELD_GET(HTT_STATS_COOKIE_LSB, cookie); in ath11k_debugfs_htt_ext_stats_handler() 4460 ar = ath11k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath11k_debugfs_htt_ext_stats_handler() 4463 ath11k_warn(ab, "failed to get ar for pdev_id %d\n", pdev_id); in ath11k_debugfs_htt_ext_stats_handler() 4600 int ret, pdev_id = ar->pdev->pdev_id; in ath11k_debugfs_htt_stats_req() local 4606 stats_req->pdev_id = pdev_id; in ath11k_debugfs_htt_stats_req() 4609 FIELD_PREP(HTT_STATS_COOKIE_LSB, pdev_id); in ath11k_debugfs_htt_stats_req()
|
D | debugfs_htt_stats.h | 1686 u32 pdev_id; member 1776 u32 pdev_id; member
|
D | dp.c | 1000 ar->pdev->pdev_id); in ath11k_dp_vdev_tx_attach()
|
/linux-6.1.9/drivers/hwmon/ |
D | ntc_thermistor.c | 608 const struct platform_device_id *pdev_id; in ntc_thermistor_probe() local 632 pdev_id = device_get_match_data(dev); in ntc_thermistor_probe() 634 if (pdev_id->driver_data >= ARRAY_SIZE(ntc_type)) { in ntc_thermistor_probe() 636 pdev_id->driver_data, pdev_id->name); in ntc_thermistor_probe() 640 data->comp = ntc_type[pdev_id->driver_data].comp; in ntc_thermistor_probe() 641 data->n_comp = ntc_type[pdev_id->driver_data].n_comp; in ntc_thermistor_probe() 643 hwmon_dev = devm_hwmon_device_register_with_info(dev, pdev_id->name, in ntc_thermistor_probe() 652 pdev_id->name); in ntc_thermistor_probe()
|
/linux-6.1.9/drivers/media/platform/ti/davinci/ |
D | vpbe_venc.c | 622 const struct platform_device_id *pdev_id; in venc_probe() local 630 pdev_id = platform_get_device_id(pdev); in venc_probe() 631 if (!pdev_id) in venc_probe() 638 venc->venc_type = pdev_id->driver_data; in venc_probe()
|
D | vpbe_osd.c | 1533 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()
|
/linux-6.1.9/drivers/xen/xen-pciback/ |
D | pci_stub.c | 322 struct pcistub_device_id *pdev_id) in pcistub_match_one() argument 328 if (pci_domain_nr(dev->bus) == pdev_id->domain in pcistub_match_one() 329 && dev->bus->number == pdev_id->bus in pcistub_match_one() 330 && dev->devfn == pdev_id->devfn) in pcistub_match_one() 343 struct pcistub_device_id *pdev_id; in pcistub_match() local 348 list_for_each_entry(pdev_id, &pcistub_device_ids, slot_list) { in pcistub_match() 349 if (pcistub_match_one(dev, pdev_id)) { in pcistub_match()
|
/linux-6.1.9/drivers/net/wireless/ath/ath10k/ |
D | wmi-tlv.h | 1681 __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
|
D | wmi-tlv.c | 850 arg->pdev_id = ev->pdev_id; in ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev()
|
/linux-6.1.9/drivers/edac/ |
D | altera_edac.c | 1049 const struct of_device_id *pdev_id; in altr_init_a10_ecc_device_type() local 1065 pdev_id = of_match_node(altr_edac_a10_device_of_match, child); in altr_init_a10_ecc_device_type() 1066 if (IS_ERR_OR_NULL(pdev_id)) in altr_init_a10_ecc_device_type() 1070 prv = pdev_id->data; in altr_init_a10_ecc_device_type() 1904 const struct of_device_id *pdev_id = in altr_edac_a10_device_add() local 1906 if (IS_ERR_OR_NULL(pdev_id)) in altr_edac_a10_device_add() 1910 prv = pdev_id->data; in altr_edac_a10_device_add()
|
/linux-6.1.9/drivers/mfd/ |
D | sm501.c | 79 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()
|