Searched refs:vdevs (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | debug.c | 271 ath10k_debug_fw_stats_vdevs_free(&ar->debug.fw_stats.vdevs); in ath10k_debug_fw_stats_reset() 307 INIT_LIST_HEAD(&stats.vdevs); in ath10k_debug_fw_stats_process() 335 num_vdevs = ath10k_debug_fw_stats_num_vdevs(&ar->debug.fw_stats.vdevs); in ath10k_debug_fw_stats_process() 364 list_splice_tail_init(&stats.vdevs, &ar->debug.fw_stats.vdevs); in ath10k_debug_fw_stats_process() 374 ath10k_debug_fw_stats_vdevs_free(&stats.vdevs); in ath10k_debug_fw_stats_process() 449 num_vdevs = ath10k_debug_fw_stats_num_vdevs(&fw_stats->vdevs); in ath10k_fw_stats_fill() 577 list_for_each_entry(vdev, &fw_stats->vdevs, list) { in ath10k_fw_stats_fill() 2006 INIT_LIST_HEAD(&ar->debug.fw_stats.vdevs); in ath10k_debug_create()
|
D | core.h | 242 struct list_head vdevs; member
|
D | wmi-tlv.c | 988 list_add_tail(&dst->list, &stats->vdevs); in ath10k_wmi_tlv_op_pull_fw_stats()
|
/linux-4.1.27/drivers/media/platform/coda/ |
D | coda.h | 57 const struct coda_video_device **vdevs; member
|
D | coda-common.c | 355 return dev->devtype->vdevs[i]; in to_coda_video_device() 1918 strlcpy(vfd->name, dev->devtype->vdevs[i]->name, sizeof(vfd->name)); in coda_register_device() 1983 dev->devtype->vdevs[i]->name, ret); in coda_fw_callback() 2028 .vdevs = codadx6_video_devices, 2038 .vdevs = coda7_video_devices, 2049 .vdevs = coda9_video_devices, 2060 .vdevs = coda9_video_devices,
|