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.c684 VirtioInfoList **vdevs = opaque; in query_dev_child() local
693 QAPI_LIST_PREPEND(*vdevs, info); in query_dev_child()
700 VirtioInfoList *vdevs = NULL; in qmp_x_query_virtio() local
703 object_child_foreach_recursive(object_get_root(), query_dev_child, &vdevs); in qmp_x_query_virtio()
704 if (vdevs == NULL) { in qmp_x_query_virtio()
707 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.c249 ath10k_fw_stats_vdevs_free(&ar->debug.fw_stats.vdevs); in ath10k_debug_fw_stats_reset()
264 INIT_LIST_HEAD(&stats.vdevs); in ath10k_debug_fw_stats_process()
297 num_vdevs = list_count_nodes(&ar->debug.fw_stats.vdevs); in ath10k_debug_fw_stats_process()
326 ath10k_fw_stats_vdevs_free(&ar->debug.fw_stats.vdevs); in ath10k_debug_fw_stats_process()
336 list_splice_tail_init(&stats.vdevs, &ar->debug.fw_stats.vdevs); in ath10k_debug_fw_stats_process()
346 ath10k_fw_stats_vdevs_free(&stats.vdevs); in ath10k_debug_fw_stats_process()
2523 INIT_LIST_HEAD(&ar->debug.fw_stats.vdevs); in ath10k_debug_create()
H A Dcore.h344 struct list_head vdevs; member
H A Dwmi.c3427 list_add_tail(&dst->list, &stats->vdevs); in ath10k_wmi_10_4_op_pull_fw_stats()
8464 num_vdevs = list_count_nodes(&fw_stats->vdevs); in ath10k_wmi_main_op_fw_stats_fill()
8476 list_for_each_entry(vdev, &fw_stats->vdevs, list) { in ath10k_wmi_main_op_fw_stats_fill()
8522 num_vdevs = list_count_nodes(&fw_stats->vdevs); in ath10k_wmi_10x_op_fw_stats_fill()
8535 list_for_each_entry(vdev, &fw_stats->vdevs, list) { in ath10k_wmi_10x_op_fw_stats_fill()
8670 num_vdevs = list_count_nodes(&fw_stats->vdevs); in ath10k_wmi_10_4_op_fw_stats_fill()
8708 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.c100 ath11k_fw_stats_vdevs_free(&ar->fw_stats.vdevs); in ath11k_debugfs_fw_stats_reset()
121 if (list_empty(&stats->vdevs)) { in ath11k_debugfs_fw_stats_process()
136 list_splice_tail_init(&stats->vdevs, in ath11k_debugfs_fw_stats_process()
137 &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.h424 struct list_head vdevs; member