Home
last modified time | relevance | path

Searched refs:vdevs (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvirtio-qmp.c693 VirtioInfoList **vdevs = opaque; in query_dev_child() local
702 QAPI_LIST_PREPEND(*vdevs, info); in query_dev_child()
709 VirtioInfoList *vdevs = NULL; in qmp_x_query_virtio() local
712 object_child_foreach_recursive(object_get_root(), query_dev_child, &vdevs); in qmp_x_query_virtio()
713 if (vdevs == NULL) { in qmp_x_query_virtio()
716 return vdevs; in qmp_x_query_virtio()
/openbmc/linux/drivers/media/platform/chips-media/
H A Dcoda-common.c372 return dev->devtype->vdevs[i]; in to_coda_video_device()
2891 name = dev->devtype->vdevs[i]->name; in coda_register_device()
2893 strscpy(vfd->name, dev->devtype->vdevs[i]->name, sizeof(vfd->name)); in coda_register_device()
2908 if (dev->devtype->vdevs[i]->type == CODA_INST_ENCODER) { in coda_register_device()
2911 if (dev->devtype->vdevs[i]->dst_formats[0] == V4L2_PIX_FMT_JPEG) { in coda_register_device()
3036 dev->devtype->vdevs[i]->name, ret); in coda_fw_callback()
3070 .vdevs = codadx6_video_devices,
3084 .vdevs = codahx4_video_devices,
3099 .vdevs = coda7_video_devices,
3114 .vdevs = coda9_video_devices,
[all …]
H A Dcoda.h63 const struct coda_video_device **vdevs; member
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Ddebug.c250 ath10k_fw_stats_vdevs_free(&ar->debug.fw_stats.vdevs); in ath10k_debug_fw_stats_reset()
265 INIT_LIST_HEAD(&stats.vdevs); in ath10k_debug_fw_stats_process()
298 num_vdevs = list_count_nodes(&ar->debug.fw_stats.vdevs); in ath10k_debug_fw_stats_process()
327 ath10k_fw_stats_vdevs_free(&ar->debug.fw_stats.vdevs); in ath10k_debug_fw_stats_process()
337 list_splice_tail_init(&stats.vdevs, &ar->debug.fw_stats.vdevs); in ath10k_debug_fw_stats_process()
347 ath10k_fw_stats_vdevs_free(&stats.vdevs); in ath10k_debug_fw_stats_process()
2524 INIT_LIST_HEAD(&ar->debug.fw_stats.vdevs); in ath10k_debug_create()
H A Dcore.h345 struct list_head vdevs; member
H A Dwmi.c3429 list_add_tail(&dst->list, &stats->vdevs); in ath10k_wmi_10_4_op_pull_fw_stats()
8466 num_vdevs = list_count_nodes(&fw_stats->vdevs); in ath10k_wmi_main_op_fw_stats_fill()
8478 list_for_each_entry(vdev, &fw_stats->vdevs, list) { in ath10k_wmi_main_op_fw_stats_fill()
8524 num_vdevs = list_count_nodes(&fw_stats->vdevs); in ath10k_wmi_10x_op_fw_stats_fill()
8537 list_for_each_entry(vdev, &fw_stats->vdevs, list) { in ath10k_wmi_10x_op_fw_stats_fill()
8672 num_vdevs = list_count_nodes(&fw_stats->vdevs); in ath10k_wmi_10_4_op_fw_stats_fill()
8710 list_for_each_entry(vdev, &fw_stats->vdevs, list) { in ath10k_wmi_10_4_op_fw_stats_fill()
H A Dwmi-tlv.c1576 list_add_tail(&dst->list, &stats->vdevs); in ath10k_wmi_tlv_op_pull_fw_stats()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddebugfs.c101 ath11k_fw_stats_vdevs_free(&ar->fw_stats.vdevs); in ath11k_debugfs_fw_stats_reset()
122 if (list_empty(&stats->vdevs)) { in ath11k_debugfs_fw_stats_process()
137 list_splice_tail_init(&stats->vdevs, in ath11k_debugfs_fw_stats_process()
138 &ar->fw_stats.vdevs); in ath11k_debugfs_fw_stats_process()
H A Dcore.c747 INIT_LIST_HEAD(&ar->fw_stats.vdevs); in ath11k_fw_stats_init()
756 ath11k_fw_stats_vdevs_free(&stats->vdevs); in ath11k_fw_stats_free()
H A Dcore.h551 struct list_head vdevs; member
H A Dwmi.c6563 list_add_tail(&dst->list, &stats->vdevs); in ath11k_wmi_tlv_fw_stats_data_parse()
6957 list_for_each_entry(vdev, &fw_stats->vdevs, list) in ath11k_wmi_fw_stats_fill()
8159 INIT_LIST_HEAD(&stats.vdevs); in ath11k_update_stats_event()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h426 struct list_head vdevs; member