/drivers/net/wireless/ath/ath11k/ |
D | wmi.c | 346 pdev->pdev_id = mac_phy_caps->pdev_id; in ath11k_pull_mac_phy_cap_svc_ready_ext() 653 cmd->pdev_id = param->pdev_id; in ath11k_wmi_vdev_create() 695 macaddr, param->pdev_id); in ath11k_wmi_vdev_create() 1032 cmd->pdev_id = param->pdev_id; in ath11k_wmi_send_pdev_set_regdomain() 1037 param->current_rd_5g, param->dfs_domain, param->pdev_id); in ath11k_wmi_send_pdev_set_regdomain() 1198 u32 param_value, u8 pdev_id) in ath11k_wmi_pdev_set_param() argument 1212 cmd->pdev_id = pdev_id; in ath11k_wmi_pdev_set_param() 1224 param_id, pdev_id, param_value); in ath11k_wmi_pdev_set_param() 1260 u32 pdev_id) in ath11k_wmi_pdev_suspend() argument 1277 cmd->pdev_id = pdev_id; in ath11k_wmi_pdev_suspend() [all …]
|
D | wmi.h | 2132 u32 pdev_id; member 2209 u32 pdev_id; member 2216 u32 pdev_id; member 2376 u32 pdev_id; member 2439 u32 pdev_id; member 2482 u32 pdev_id; member 2492 u32 pdev_id; member 2748 u32 pdev_id; member 2937 u32 pdev_id; member 2950 u32 pdev_id; member [all …]
|
D | dbring.c | 122 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()
|
D | reg.c | 127 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()
|
D | dbring.h | 34 u32 pdev_id; member 49 u32 pdev_id; member
|
D | debugfs.c | 113 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()
|
D | mac.c | 518 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() 592 txpower, ar->pdev->pdev_id); in ath11k_mac_txpower_recalc() 602 txpower, ar->pdev->pdev_id); in ath11k_mac_txpower_recalc() 663 ar->pdev->pdev_id); in ath11k_mac_set_kickout() 1956 u32 bitmap[2], param_id, param_val, pdev_id; in ath11k_mac_config_obss_pd() local 1960 pdev_id = ar->pdev->pdev_id; in ath11k_mac_config_obss_pd() 1965 ret = ath11k_wmi_pdev_set_param(ar, param_id, 0, pdev_id); in ath11k_mac_config_obss_pd() 1969 pdev_id); in ath11k_mac_config_obss_pd() [all …]
|
D | thermal.c | 138 param.pdev_id = ar->pdev->pdev_id; in ath11k_thermal_set_throttling()
|
D | mac.h | 145 struct ath11k *ath11k_mac_get_ar_by_pdev_id(struct ath11k_base *ab, u32 pdev_id);
|
D | debugfs.h | 48 u8 pdev_id; member
|
D | core.h | 405 u32 pdev_id; member 604 u32 pdev_id; member
|
D | hw.h | 170 u8 (*get_hw_mac_from_pdev_id)(int pdev_id);
|
D | dp_rx.c | 1559 u8 pdev_id; in ath11k_htt_pull_ppdu_stats() local 1564 pdev_id = FIELD_GET(HTT_T2H_PPDU_STATS_INFO_PDEV_ID, msg->info); in ath11k_htt_pull_ppdu_stats() 1568 ar = ath11k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath11k_htt_pull_ppdu_stats() 1603 u8 pdev_id; in ath11k_htt_pktlog() local 1605 pdev_id = FIELD_GET(HTT_T2H_PPDU_STATS_INFO_PDEV_ID, data->hdr); in ath11k_htt_pktlog() 1609 ar = ath11k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath11k_htt_pktlog() 1611 ath11k_warn(ab, "invalid pdev id %d on htt pktlog\n", pdev_id); in ath11k_htt_pktlog() 1626 u8 pdev_id, ring_type, ring_id, pdev_idx; in ath11k_htt_backpressure_event_handler() local 1631 pdev_id = FIELD_GET(HTT_BACKPRESSURE_EVENT_PDEV_ID_M, *data); in ath11k_htt_backpressure_event_handler() 1643 pdev_id, ring_type, ring_id, hp, tp, backpressure_time); in ath11k_htt_backpressure_event_handler() [all …]
|
D | debugfs_htt_stats.c | 3784 htt_stats_buf->pdev_id); in htt_print_pdev_stats_twt_sessions_tlv() 3882 htt_stats_buf->pdev_id); in htt_print_backpressure_stats_tlv_v() 4278 u8 pdev_id; in ath11k_debugfs_htt_ext_stats_handler() local 4288 pdev_id = FIELD_GET(HTT_STATS_COOKIE_LSB, cookie); in ath11k_debugfs_htt_ext_stats_handler() 4290 ar = ath11k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath11k_debugfs_htt_ext_stats_handler() 4293 ath11k_warn(ab, "failed to get ar for pdev_id %d\n", pdev_id); in ath11k_debugfs_htt_ext_stats_handler() 4422 int ret, pdev_id = ar->pdev->pdev_id; in ath11k_debugfs_htt_stats_req() local 4428 stats_req->pdev_id = pdev_id; in ath11k_debugfs_htt_stats_req() 4431 FIELD_PREP(HTT_STATS_COOKIE_LSB, pdev_id); in ath11k_debugfs_htt_stats_req()
|
D | debugfs_htt_stats.h | 1585 u32 pdev_id; member 1675 u32 pdev_id; member
|
D | dp.c | 966 ar->pdev->pdev_id); in ath11k_dp_vdev_tx_attach()
|
D | dp_tx.c | 1001 cmd->hdr.pdev_mask = 1 << ar->pdev->pdev_id; in ath11k_dp_tx_htt_h2t_ext_stats_req()
|
/drivers/hwmon/ |
D | ntc_thermistor.c | 646 const struct platform_device_id *pdev_id; in ntc_thermistor_probe() local 690 pdev_id = of_id ? of_id->data : platform_get_device_id(pdev); in ntc_thermistor_probe() 694 if (pdev_id->driver_data >= ARRAY_SIZE(ntc_type)) { in ntc_thermistor_probe() 696 pdev_id->driver_data, pdev_id->name); in ntc_thermistor_probe() 700 data->comp = ntc_type[pdev_id->driver_data].comp; in ntc_thermistor_probe() 701 data->n_comp = ntc_type[pdev_id->driver_data].n_comp; in ntc_thermistor_probe() 703 hwmon_dev = devm_hwmon_device_register_with_info(dev, pdev_id->name, in ntc_thermistor_probe() 712 pdev_id->name); in ntc_thermistor_probe()
|
/drivers/media/platform/davinci/ |
D | vpbe_venc.c | 622 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()
|
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()
|
/drivers/xen/xen-pciback/ |
D | pci_stub.c | 321 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()
|
/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()
|
/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() 1866 const struct of_device_id *pdev_id = in altr_edac_a10_device_add() local 1868 if (IS_ERR_OR_NULL(pdev_id)) in altr_edac_a10_device_add() 1872 prv = pdev_id->data; in altr_edac_a10_device_add()
|
/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()
|