Home
last modified time | relevance | path

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

12

/linux/drivers/net/wireless/ath/ath11k/
A Dwmi.c657 cmd->pdev_id = param->pdev_id; in ath11k_wmi_vdev_create()
1050 cmd->pdev_id = param->pdev_id; in ath11k_wmi_send_pdev_set_regdomain()
1230 cmd->pdev_id = pdev_id; in ath11k_wmi_pdev_set_param()
1295 cmd->pdev_id = pdev_id; in ath11k_wmi_pdev_suspend()
1324 cmd->pdev_id = pdev_id; in ath11k_wmi_pdev_resume()
1526 cmd->pdev_id = param->pdev_id; in ath11k_wmi_send_stats_request_cmd()
2499 cmd->pdev_id = pdev_id; in ath11k_wmi_send_dfs_phyerr_offload_enable_cmd()
2897 cmd->pdev_id = pdev_id; in ath11k_wmi_send_twt_enable_cmd()
2948 cmd->pdev_id = pdev_id; in ath11k_wmi_send_twt_disable_cmd()
3658 cmd->pdev_id = pdev_id; in ath11k_wmi_pdev_lro_cfg()
[all …]
A Dwmi.h2171 u32 pdev_id; member
2248 u32 pdev_id; member
2255 u32 pdev_id; member
2423 u32 pdev_id; member
2492 u32 pdev_id; member
2535 u32 pdev_id; member
2545 u32 pdev_id; member
2802 u32 pdev_id; member
2991 u32 pdev_id; member
3004 u32 pdev_id; member
[all …]
A 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()
A Dreg.c124 params->pdev_id = ar->pdev->pdev_id; in ath11k_reg_update_chan_list()
201 int ret, regd_len, pdev_id; in ath11k_regd_update() local
205 pdev_id = ar->pdev_idx; in ath11k_regd_update()
210 if (ab->new_regd[pdev_id]) { in ath11k_regd_update()
211 regd = ab->new_regd[pdev_id]; in ath11k_regd_update()
218 if (ab->default_regd[pdev_id]) { in ath11k_regd_update()
219 regd = ab->default_regd[pdev_id]; in ath11k_regd_update()
A Ddbring.h34 u32 pdev_id; member
49 u32 pdev_id; member
A 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()
A Dthermal.c138 param.pdev_id = ar->pdev->pdev_id; in ath11k_thermal_set_throttling()
A Dmac.c549 if (pdev && pdev->pdev_id == pdev_id) in ath11k_mac_get_ar_by_pdev_id()
896 param.pdev_id = pdev->pdev_id; in ath11k_mac_monitor_vdev_create()
2613 pdev_id = ar->pdev->pdev_id; in ath11k_mac_config_obss_pd()
2667 pdev_id); in ath11k_mac_config_obss_pd()
2678 pdev_id); in ath11k_mac_config_obss_pd()
2689 pdev_id); in ath11k_mac_config_obss_pd()
2703 pdev_id); in ath11k_mac_config_obss_pd()
2713 pdev_id); in ath11k_mac_config_obss_pd()
2724 pdev_id); in ath11k_mac_config_obss_pd()
3086 arg.pdev_id = ar->pdev->pdev_id; in ath11k_scan_stop()
[all …]
A Dmac.h148 struct ath11k *ath11k_mac_get_ar_by_pdev_id(struct ath11k_base *ab, u32 pdev_id);
A Ddebugfs.h52 u8 pdev_id; member
A Dcore.h409 u32 pdev_id; member
610 u32 pdev_id; member
A Dhw.h182 u8 (*get_hw_mac_from_pdev_id)(int pdev_id);
A Ddp_rx.c1583 u8 pdev_id; in ath11k_htt_pull_ppdu_stats() local
1588 pdev_id = FIELD_GET(HTT_T2H_PPDU_STATS_INFO_PDEV_ID, msg->info); in ath11k_htt_pull_ppdu_stats()
1592 ar = ath11k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath11k_htt_pull_ppdu_stats()
1627 u8 pdev_id; in ath11k_htt_pktlog() local
1629 pdev_id = FIELD_GET(HTT_T2H_PPDU_STATS_INFO_PDEV_ID, data->hdr); in ath11k_htt_pktlog()
1630 ar = ath11k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath11k_htt_pktlog()
1632 ath11k_warn(ab, "invalid pdev id %d on htt pktlog\n", pdev_id); in ath11k_htt_pktlog()
1644 u8 pdev_id, ring_type, ring_id, pdev_idx; in ath11k_htt_backpressure_event_handler() local
1649 pdev_id = FIELD_GET(HTT_BACKPRESSURE_EVENT_PDEV_ID_M, *data); in ath11k_htt_backpressure_event_handler()
1661 pdev_id, ring_type, ring_id, hp, tp, backpressure_time); in ath11k_htt_backpressure_event_handler()
[all …]
A Ddebugfs_htt_stats.c3510 htt_stats_buf->pdev_id); in htt_print_pdev_stats_twt_sessions_tlv()
3614 htt_stats_buf->pdev_id); in htt_print_backpressure_stats_tlv_v()
4362 u8 pdev_id; in ath11k_debugfs_htt_ext_stats_handler() local
4372 pdev_id = FIELD_GET(HTT_STATS_COOKIE_LSB, cookie); in ath11k_debugfs_htt_ext_stats_handler()
4374 ar = ath11k_mac_get_ar_by_pdev_id(ab, pdev_id); in ath11k_debugfs_htt_ext_stats_handler()
4377 ath11k_warn(ab, "failed to get ar for pdev_id %d\n", pdev_id); in ath11k_debugfs_htt_ext_stats_handler()
4514 int ret, pdev_id = ar->pdev->pdev_id; in ath11k_debugfs_htt_stats_req() local
4520 stats_req->pdev_id = pdev_id; in ath11k_debugfs_htt_stats_req()
4523 FIELD_PREP(HTT_STATS_COOKIE_LSB, pdev_id); in ath11k_debugfs_htt_stats_req()
A Ddebugfs_htt_stats.h1647 u32 pdev_id; member
1737 u32 pdev_id; member
A Ddp.c968 ar->pdev->pdev_id); in ath11k_dp_vdev_tx_attach()
A Ddp_tx.c1009 cmd->hdr.pdev_mask = 1 << ar->pdev->pdev_id; in ath11k_dp_tx_htt_h2t_ext_stats_req()
/linux/drivers/hwmon/
A Dntc_thermistor.c646 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()
/linux/drivers/media/platform/davinci/
A Dvpbe_venc.c622 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()
A 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()
/linux/drivers/xen/xen-pciback/
A Dpci_stub.c322 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/drivers/net/wireless/ath/ath10k/
A 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
A Dwmi-tlv.c850 arg->pdev_id = ev->pdev_id; in ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev()
/linux/drivers/edac/
A Daltera_edac.c1049 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()
/linux/drivers/mfd/
A 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()

Completed in 155 milliseconds

12