Searched refs:vdevs (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/drivers/net/wireless/ath/ath11k/ |
| D | debugfs.c | 88 ath11k_fw_stats_vdevs_free(&ar->debug.fw_stats.vdevs); in ath11k_debugfs_fw_stats_reset() 103 INIT_LIST_HEAD(&stats.vdevs); in ath11k_debugfs_fw_stats_process() 130 if (list_empty(&stats.vdevs)) { in ath11k_debugfs_fw_stats_process() 145 list_splice_tail_init(&stats.vdevs, in ath11k_debugfs_fw_stats_process() 146 &ar->debug.fw_stats.vdevs); in ath11k_debugfs_fw_stats_process() 180 ath11k_fw_stats_vdevs_free(&stats.vdevs); in ath11k_debugfs_fw_stats_process() 889 INIT_LIST_HEAD(&ar->debug.fw_stats.vdevs); in ath11k_debugfs_fw_stats_init()
|
| D | core.h | 388 struct list_head vdevs; member
|
| D | wmi.c | 4990 list_add_tail(&dst->list, &stats->vdevs); in ath11k_wmi_pull_fw_stats() 5346 list_for_each_entry(vdev, &fw_stats->vdevs, list) in ath11k_wmi_fw_stats_fill()
|
| /Linux-v5.10/drivers/net/wireless/ath/ath10k/ |
| D | debug.c | 248 ath10k_fw_stats_vdevs_free(&ar->debug.fw_stats.vdevs); in ath10k_debug_fw_stats_reset() 263 INIT_LIST_HEAD(&stats.vdevs); in ath10k_debug_fw_stats_process() 296 num_vdevs = ath10k_wmi_fw_stats_num_vdevs(&ar->debug.fw_stats.vdevs); in ath10k_debug_fw_stats_process() 325 ath10k_fw_stats_vdevs_free(&ar->debug.fw_stats.vdevs); in ath10k_debug_fw_stats_process() 335 list_splice_tail_init(&stats.vdevs, &ar->debug.fw_stats.vdevs); in ath10k_debug_fw_stats_process() 345 ath10k_fw_stats_vdevs_free(&stats.vdevs); in ath10k_debug_fw_stats_process() 2522 INIT_LIST_HEAD(&ar->debug.fw_stats.vdevs); in ath10k_debug_create()
|
| D | core.h | 342 struct list_head vdevs; member
|
| D | wmi.c | 3403 list_add_tail(&dst->list, &stats->vdevs); in ath10k_wmi_10_4_op_pull_fw_stats() 8457 num_vdevs = ath10k_wmi_fw_stats_num_vdevs(&fw_stats->vdevs); in ath10k_wmi_main_op_fw_stats_fill() 8469 list_for_each_entry(vdev, &fw_stats->vdevs, list) { in ath10k_wmi_main_op_fw_stats_fill() 8515 num_vdevs = ath10k_wmi_fw_stats_num_vdevs(&fw_stats->vdevs); in ath10k_wmi_10x_op_fw_stats_fill() 8528 list_for_each_entry(vdev, &fw_stats->vdevs, list) { in ath10k_wmi_10x_op_fw_stats_fill() 8663 num_vdevs = ath10k_wmi_fw_stats_num_vdevs(&fw_stats->vdevs); in ath10k_wmi_10_4_op_fw_stats_fill() 8701 list_for_each_entry(vdev, &fw_stats->vdevs, list) { in ath10k_wmi_10_4_op_fw_stats_fill()
|
| D | wmi-tlv.c | 1554 list_add_tail(&dst->list, &stats->vdevs); in ath10k_wmi_tlv_op_pull_fw_stats()
|
| /Linux-v5.10/drivers/media/platform/coda/ |
| D | coda-common.c | 371 return dev->devtype->vdevs[i]; in to_coda_video_device() 2859 type = dev->devtype->vdevs[i]->type; in coda_register_device() 2861 strscpy(vfd->name, dev->devtype->vdevs[i]->name, sizeof(vfd->name)); in coda_register_device() 2988 dev->devtype->vdevs[i]->name, ret); in coda_fw_callback() 3022 .vdevs = codadx6_video_devices, 3036 .vdevs = codahx4_video_devices, 3051 .vdevs = coda7_video_devices, 3066 .vdevs = coda9_video_devices, 3081 .vdevs = coda9_video_devices,
|
| D | coda.h | 55 const struct coda_video_device **vdevs; member
|