Searched full:qti (Results 1 – 8 of 8) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | quic_qlog_test.c | 80 QLOG_TRACE_INFO qti = {0}; in test_qlog() local 88 qti.odcid.id_len = 1; in test_qlog() 89 qti.odcid.id[0] = 0x55; in test_qlog() 90 qti.title = "test title"; in test_qlog() 91 qti.description = "test description"; in test_qlog() 92 qti.group_id = "test group ID"; in test_qlog() 93 qti.override_process_id = 123; in test_qlog() 94 qti.now_cb = now; in test_qlog() 95 qti.override_impl_name = "OpenSSL/x.y.z"; in test_qlog() 97 if (!TEST_ptr(qlog = ossl_qlog_new(&qti))) in test_qlog() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/crypto/ |
| H A D | qcom,inline-crypto-engine.yaml | 7 title: Qualcomm Technologies, Inc. (QTI) Inline Crypto Engine
|
| /freebsd/sys/contrib/device-tree/Bindings/soc/qcom/ |
| H A D | qcom-stats.yaml | 7 title: Qualcomm Technologies, Inc. (QTI) Stats
|
| H A D | qcom,rpm-master-stats.yaml | 7 title: Qualcomm Technologies, Inc. (QTI) RPM Master Stats
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | qcom,wcd9335.txt | 4 Qualcomm Technologies, Inc. (QTI) multimedia solutions, including
|
| /freebsd/sys/contrib/device-tree/Bindings/cpufreq/ |
| H A D | cpufreq-qcom-hw.txt | 3 CPUFREQ HW is a hardware engine used by some Qualcomm Technologies, Inc. (QTI)
|
| H A D | cpufreq-qcom-hw.yaml | 14 CPUFREQ HW is a hardware engine used by some Qualcomm Technologies, Inc. (QTI)
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_channel.c | 110 QLOG_TRACE_INFO qti = {0}; in ch_get_qlog() local 121 qti.odcid = ch->init_dcid; in ch_get_qlog() 122 qti.title = ch->qlog_title; in ch_get_qlog() 123 qti.description = NULL; in ch_get_qlog() 124 qti.group_id = NULL; in ch_get_qlog() 125 qti.is_server = ch->is_server; in ch_get_qlog() 126 qti.now_cb = get_time; in ch_get_qlog() 127 qti.now_cb_arg = ch; in ch_get_qlog() 128 if ((ch->qlog = ossl_qlog_new_from_env(&qti)) == NULL) { in ch_get_qlog()
|