Home
last modified time | relevance | path

Searched refs:dev_features (Results 1 – 25 of 45) sorted by relevance

12

/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/cec-compliance/
H A Dcec-compliance.cpp1110 const uint8_t *rc_profile = NULL, *dev_features = NULL; in topology_probe_device() local
1113 &rc_profile, &dev_features); in topology_probe_device()
1114 if (rc_profile == NULL || dev_features == NULL) in topology_probe_device()
1117 node->remote[i].dev_features = *dev_features; in topology_probe_device()
1120 (*dev_features & CEC_OP_FEAT_DEV_SOURCE_HAS_ARC_RX) != 0; in topology_probe_device()
1122 (*dev_features & CEC_OP_FEAT_DEV_SINK_HAS_ARC_TX) != 0; in topology_probe_device()
1124 (*dev_features & CEC_OP_FEAT_DEV_HAS_SET_AUDIO_RATE) != 0; in topology_probe_device()
1126 (*dev_features & CEC_OP_FEAT_DEV_HAS_DECK_CONTROL) != 0; in topology_probe_device()
1128 (*dev_features & CEC_OP_FEAT_DEV_HAS_RECORD_TV_SCREEN) != 0; in topology_probe_device()
H A Dcec-test.cpp162 const uint8_t *rc_profile, *dev_features; in system_info_give_features() local
164 cec_ops_report_features(&msg, &cec_version, &all_device_types, &rc_profile, &dev_features); in system_info_give_features()
165 fail_on_test(rc_profile == NULL || dev_features == NULL); in system_info_give_features()
168 info("Device Features: \t%s", cec_dev_feat2s(*dev_features, "").c_str()); in system_info_give_features()
171 (*dev_features & CEC_OP_FEAT_DEV_HAS_SET_AUDIO_RATE)) { in system_info_give_features()
175 (*dev_features & CEC_OP_FEAT_DEV_HAS_DECK_CONTROL)) in system_info_give_features()
179 if (cec_has_playback(1 << la) && (*dev_features & CEC_OP_FEAT_DEV_SINK_HAS_ARC_TX)) in system_info_give_features()
181 if (cec_has_tv(1 << la) && (*dev_features & CEC_OP_FEAT_DEV_SOURCE_HAS_ARC_RX)) in system_info_give_features()
186 fail_on_test(node->remote[la].dev_features != *dev_features); in system_info_give_features()
354 (node->remote[la].dev_features & CEC_OP_FEAT_DEV_HAS_SET_OSD_STRING)); in osd_string_set_default()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/cec-compliance/
H A Dcec-compliance.cpp1110 const uint8_t *rc_profile = NULL, *dev_features = NULL; in topology_probe_device() local
1113 &rc_profile, &dev_features); in topology_probe_device()
1114 if (rc_profile == NULL || dev_features == NULL) in topology_probe_device()
1117 node->remote[i].dev_features = *dev_features; in topology_probe_device()
1120 (*dev_features & CEC_OP_FEAT_DEV_SOURCE_HAS_ARC_RX) != 0; in topology_probe_device()
1122 (*dev_features & CEC_OP_FEAT_DEV_SINK_HAS_ARC_TX) != 0; in topology_probe_device()
1124 (*dev_features & CEC_OP_FEAT_DEV_HAS_SET_AUDIO_RATE) != 0; in topology_probe_device()
1126 (*dev_features & CEC_OP_FEAT_DEV_HAS_DECK_CONTROL) != 0; in topology_probe_device()
1128 (*dev_features & CEC_OP_FEAT_DEV_HAS_RECORD_TV_SCREEN) != 0; in topology_probe_device()
H A Dcec-test.cpp162 const uint8_t *rc_profile, *dev_features; in system_info_give_features() local
164 cec_ops_report_features(&msg, &cec_version, &all_device_types, &rc_profile, &dev_features); in system_info_give_features()
165 fail_on_test(rc_profile == NULL || dev_features == NULL); in system_info_give_features()
168 info("Device Features: \t%s", cec_dev_feat2s(*dev_features, "").c_str()); in system_info_give_features()
171 (*dev_features & CEC_OP_FEAT_DEV_HAS_SET_AUDIO_RATE)) { in system_info_give_features()
175 (*dev_features & CEC_OP_FEAT_DEV_HAS_DECK_CONTROL)) in system_info_give_features()
179 if (cec_has_playback(1 << la) && (*dev_features & CEC_OP_FEAT_DEV_SINK_HAS_ARC_TX)) in system_info_give_features()
181 if (cec_has_tv(1 << la) && (*dev_features & CEC_OP_FEAT_DEV_SOURCE_HAS_ARC_RX)) in system_info_give_features()
186 fail_on_test(node->remote[la].dev_features != *dev_features); in system_info_give_features()
354 (node->remote[la].dev_features & CEC_OP_FEAT_DEV_HAS_SET_OSD_STRING)); in osd_string_set_default()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/cec-compliance/
H A Dcec-compliance.cpp1110 const uint8_t *rc_profile = NULL, *dev_features = NULL; in topology_probe_device() local
1113 &rc_profile, &dev_features); in topology_probe_device()
1114 if (rc_profile == NULL || dev_features == NULL) in topology_probe_device()
1117 node->remote[i].dev_features = *dev_features; in topology_probe_device()
1120 (*dev_features & CEC_OP_FEAT_DEV_SOURCE_HAS_ARC_RX) != 0; in topology_probe_device()
1122 (*dev_features & CEC_OP_FEAT_DEV_SINK_HAS_ARC_TX) != 0; in topology_probe_device()
1124 (*dev_features & CEC_OP_FEAT_DEV_HAS_SET_AUDIO_RATE) != 0; in topology_probe_device()
1126 (*dev_features & CEC_OP_FEAT_DEV_HAS_DECK_CONTROL) != 0; in topology_probe_device()
1128 (*dev_features & CEC_OP_FEAT_DEV_HAS_RECORD_TV_SCREEN) != 0; in topology_probe_device()
H A Dcec-test.cpp162 const uint8_t *rc_profile, *dev_features; in system_info_give_features() local
164 cec_ops_report_features(&msg, &cec_version, &all_device_types, &rc_profile, &dev_features); in system_info_give_features()
165 fail_on_test(rc_profile == NULL || dev_features == NULL); in system_info_give_features()
168 info("Device Features: \t%s", cec_dev_feat2s(*dev_features, "").c_str()); in system_info_give_features()
171 (*dev_features & CEC_OP_FEAT_DEV_HAS_SET_AUDIO_RATE)) { in system_info_give_features()
175 (*dev_features & CEC_OP_FEAT_DEV_HAS_DECK_CONTROL)) in system_info_give_features()
179 if (cec_has_playback(1 << la) && (*dev_features & CEC_OP_FEAT_DEV_SINK_HAS_ARC_TX)) in system_info_give_features()
181 if (cec_has_tv(1 << la) && (*dev_features & CEC_OP_FEAT_DEV_SOURCE_HAS_ARC_RX)) in system_info_give_features()
186 fail_on_test(node->remote[la].dev_features != *dev_features); in system_info_give_features()
354 (node->remote[la].dev_features & CEC_OP_FEAT_DEV_HAS_SET_OSD_STRING)); in osd_string_set_default()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/cec-ctl/
H A Dcec-ctl.cpp1846 uint8_t dev_features = 0; in main() local
2010 dev_features |= CEC_OP_FEAT_DEV_HAS_RECORD_TV_SCREEN; in main()
2013 dev_features |= CEC_OP_FEAT_DEV_HAS_SET_OSD_STRING; in main()
2016 dev_features |= CEC_OP_FEAT_DEV_HAS_DECK_CONTROL; in main()
2019 dev_features |= CEC_OP_FEAT_DEV_HAS_SET_AUDIO_RATE; in main()
2022 dev_features |= CEC_OP_FEAT_DEV_SINK_HAS_ARC_TX; in main()
2025 dev_features |= CEC_OP_FEAT_DEV_SOURCE_HAS_ARC_RX; in main()
2358 if ((dev_features & (CEC_OP_FEAT_DEV_SOURCE_HAS_ARC_RX | in main()
2366 if ((dev_features & (CEC_OP_FEAT_DEV_HAS_RECORD_TV_SCREEN | in main()
2444 if (flags == 0 && (rc_tv || rc_src || dev_features)) { in main()
[all …]
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/cec-ctl/
H A Dcec-ctl.cpp1846 uint8_t dev_features = 0; in main() local
2010 dev_features |= CEC_OP_FEAT_DEV_HAS_RECORD_TV_SCREEN; in main()
2013 dev_features |= CEC_OP_FEAT_DEV_HAS_SET_OSD_STRING; in main()
2016 dev_features |= CEC_OP_FEAT_DEV_HAS_DECK_CONTROL; in main()
2019 dev_features |= CEC_OP_FEAT_DEV_HAS_SET_AUDIO_RATE; in main()
2022 dev_features |= CEC_OP_FEAT_DEV_SINK_HAS_ARC_TX; in main()
2025 dev_features |= CEC_OP_FEAT_DEV_SOURCE_HAS_ARC_RX; in main()
2358 if ((dev_features & (CEC_OP_FEAT_DEV_SOURCE_HAS_ARC_RX | in main()
2366 if ((dev_features & (CEC_OP_FEAT_DEV_HAS_RECORD_TV_SCREEN | in main()
2444 if (flags == 0 && (rc_tv || rc_src || dev_features)) { in main()
[all …]
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/cec-ctl/
H A Dcec-ctl.cpp1846 uint8_t dev_features = 0; in main() local
2010 dev_features |= CEC_OP_FEAT_DEV_HAS_RECORD_TV_SCREEN; in main()
2013 dev_features |= CEC_OP_FEAT_DEV_HAS_SET_OSD_STRING; in main()
2016 dev_features |= CEC_OP_FEAT_DEV_HAS_DECK_CONTROL; in main()
2019 dev_features |= CEC_OP_FEAT_DEV_HAS_SET_AUDIO_RATE; in main()
2022 dev_features |= CEC_OP_FEAT_DEV_SINK_HAS_ARC_TX; in main()
2025 dev_features |= CEC_OP_FEAT_DEV_SOURCE_HAS_ARC_RX; in main()
2358 if ((dev_features & (CEC_OP_FEAT_DEV_SOURCE_HAS_ARC_RX | in main()
2366 if ((dev_features & (CEC_OP_FEAT_DEV_HAS_RECORD_TV_SCREEN | in main()
2444 if (flags == 0 && (rc_tv || rc_src || dev_features)) { in main()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/SLOF/lib/libvirtio/
H A Dvirtio.c67 le32 dev_features; member
476 offset_of(struct virtio_dev_common, dev_features)); in virtio_get_host_features()
480 offset_of(struct virtio_dev_common, dev_features)); in virtio_get_host_features()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/SLOF/lib/libvirtio/
H A Dvirtio.c67 le32 dev_features; member
476 offset_of(struct virtio_dev_common, dev_features)); in virtio_get_host_features()
480 offset_of(struct virtio_dev_common, dev_features)); in virtio_get_host_features()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/SLOF/lib/libvirtio/
H A Dvirtio.c67 le32 dev_features; member
476 offset_of(struct virtio_dev_common, dev_features)); in virtio_get_host_features()
480 offset_of(struct virtio_dev_common, dev_features)); in virtio_get_host_features()
/dports/emulators/qemu60/qemu-6.0.0/roms/SLOF/lib/libvirtio/
H A Dvirtio.c67 le32 dev_features; member
533 offset_of(struct virtio_dev_common, dev_features)); in virtio_get_host_features()
537 offset_of(struct virtio_dev_common, dev_features)); in virtio_get_host_features()
/dports/emulators/qemu/qemu-6.2.0/roms/SLOF/lib/libvirtio/
H A Dvirtio.c67 le32 dev_features; member
533 offset_of(struct virtio_dev_common, dev_features)); in virtio_get_host_features()
537 offset_of(struct virtio_dev_common, dev_features)); in virtio_get_host_features()
/dports/emulators/qemu5/qemu-5.2.0/roms/SLOF/lib/libvirtio/
H A Dvirtio.c67 le32 dev_features; member
533 offset_of(struct virtio_dev_common, dev_features)); in virtio_get_host_features()
537 offset_of(struct virtio_dev_common, dev_features)); in virtio_get_host_features()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/SLOF/lib/libvirtio/
H A Dvirtio.c67 le32 dev_features; member
533 offset_of(struct virtio_dev_common, dev_features)); in virtio_get_host_features()
537 offset_of(struct virtio_dev_common, dev_features)); in virtio_get_host_features()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c1476 static u64 mlx_to_vritio_features(u16 dev_features) in mlx_to_vritio_features() argument
1480 if (dev_features & MLX5_VIRTIO_NET_F_GUEST_CSUM) in mlx_to_vritio_features()
1482 if (dev_features & MLX5_VIRTIO_NET_F_CSUM) in mlx_to_vritio_features()
1484 if (dev_features & MLX5_VIRTIO_NET_F_HOST_TSO6) in mlx_to_vritio_features()
1486 if (dev_features & MLX5_VIRTIO_NET_F_HOST_TSO4) in mlx_to_vritio_features()
1496 u16 dev_features; in mlx5_vdpa_get_features() local
1498 dev_features = MLX5_CAP_DEV_VDPA_EMULATION(mvdev->mdev, device_features_bits_mask); in mlx5_vdpa_get_features()
1499 ndev->mvdev.mlx_features = mlx_to_vritio_features(dev_features); in mlx5_vdpa_get_features()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c1476 static u64 mlx_to_vritio_features(u16 dev_features) in mlx_to_vritio_features() argument
1480 if (dev_features & MLX5_VIRTIO_NET_F_GUEST_CSUM) in mlx_to_vritio_features()
1482 if (dev_features & MLX5_VIRTIO_NET_F_CSUM) in mlx_to_vritio_features()
1484 if (dev_features & MLX5_VIRTIO_NET_F_HOST_TSO6) in mlx_to_vritio_features()
1486 if (dev_features & MLX5_VIRTIO_NET_F_HOST_TSO4) in mlx_to_vritio_features()
1496 u16 dev_features; in mlx5_vdpa_get_features() local
1498 dev_features = MLX5_CAP_DEV_VDPA_EMULATION(mvdev->mdev, device_features_bits_mask); in mlx5_vdpa_get_features()
1499 ndev->mvdev.mlx_features = mlx_to_vritio_features(dev_features); in mlx5_vdpa_get_features()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c1476 static u64 mlx_to_vritio_features(u16 dev_features) in mlx_to_vritio_features() argument
1480 if (dev_features & MLX5_VIRTIO_NET_F_GUEST_CSUM) in mlx_to_vritio_features()
1482 if (dev_features & MLX5_VIRTIO_NET_F_CSUM) in mlx_to_vritio_features()
1484 if (dev_features & MLX5_VIRTIO_NET_F_HOST_TSO6) in mlx_to_vritio_features()
1486 if (dev_features & MLX5_VIRTIO_NET_F_HOST_TSO4) in mlx_to_vritio_features()
1496 u16 dev_features; in mlx5_vdpa_get_features() local
1498 dev_features = MLX5_CAP_DEV_VDPA_EMULATION(mvdev->mdev, device_features_bits_mask); in mlx5_vdpa_get_features()
1499 ndev->mvdev.mlx_features = mlx_to_vritio_features(dev_features); in mlx5_vdpa_get_features()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/include/linux/
H A Dcec-funcs.h850 uint8_t rc_profile, uint8_t dev_features) in cec_msg_report_features() argument
858 msg->msg[5] = dev_features; in cec_msg_report_features()
863 const uint8_t **rc_profile, const uint8_t **dev_features) in cec_ops_report_features() argument
870 *dev_features = NULL; in cec_ops_report_features()
874 *dev_features = p + 1; in cec_ops_report_features()
879 *rc_profile = *dev_features = NULL; in cec_ops_report_features()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/
H A Dcec-funcs.h850 uint8_t rc_profile, uint8_t dev_features) in cec_msg_report_features() argument
858 msg->msg[5] = dev_features; in cec_msg_report_features()
863 const uint8_t **rc_profile, const uint8_t **dev_features) in cec_ops_report_features() argument
870 *dev_features = NULL; in cec_ops_report_features()
874 *dev_features = p + 1; in cec_ops_report_features()
879 *rc_profile = *dev_features = NULL; in cec_ops_report_features()
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/
H A Dcec-funcs.h850 uint8_t rc_profile, uint8_t dev_features) in cec_msg_report_features() argument
858 msg->msg[5] = dev_features; in cec_msg_report_features()
863 const uint8_t **rc_profile, const uint8_t **dev_features) in cec_ops_report_features() argument
870 *dev_features = NULL; in cec_ops_report_features()
874 *dev_features = p + 1; in cec_ops_report_features()
879 *rc_profile = *dev_features = NULL; in cec_ops_report_features()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/include/linux/
H A Dcec-funcs.h850 uint8_t rc_profile, uint8_t dev_features) in cec_msg_report_features() argument
858 msg->msg[5] = dev_features; in cec_msg_report_features()
863 const uint8_t **rc_profile, const uint8_t **dev_features) in cec_ops_report_features() argument
870 *dev_features = NULL; in cec_ops_report_features()
874 *dev_features = p + 1; in cec_ops_report_features()
879 *rc_profile = *dev_features = NULL; in cec_ops_report_features()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/include/linux/
H A Dcec-funcs.h850 uint8_t rc_profile, uint8_t dev_features) in cec_msg_report_features() argument
858 msg->msg[5] = dev_features; in cec_msg_report_features()
863 const uint8_t **rc_profile, const uint8_t **dev_features) in cec_ops_report_features() argument
870 *dev_features = NULL; in cec_ops_report_features()
874 *dev_features = p + 1; in cec_ops_report_features()
879 *rc_profile = *dev_features = NULL; in cec_ops_report_features()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dcec-funcs.h850 __u8 rc_profile, __u8 dev_features) in cec_msg_report_features() argument
858 msg->msg[5] = dev_features; in cec_msg_report_features()
863 const __u8 **rc_profile, const __u8 **dev_features) in cec_ops_report_features() argument
870 *dev_features = NULL; in cec_ops_report_features()
874 *dev_features = p + 1; in cec_ops_report_features()
879 *rc_profile = *dev_features = NULL; in cec_ops_report_features()

12