Home
last modified time | relevance | path

Searched refs:T (Results 176 – 200 of 1121) sorted by relevance

12345678910>>...45

/openbmc/linux/Documentation/admin-guide/media/
H A Ddvb-usb-af9035-cardlist.rst53 * - Kworld UB499-2T T09
63 * - Sveon STV22 Dual DVB-T HDTV
65 * - TerraTec Cinergy T Stick
67 * - TerraTec Cinergy T Stick (rev. 2)
69 * - TerraTec Cinergy T Stick Dual RC (rev. 2)
H A Ddvb-usb-dvbsky-cardlist.rst23 * - MyGica Mini DVB-(T/T2/C) USB Stick T230
25 * - MyGica Mini DVB-(T/T2/C) USB Stick T230C
27 * - MyGica Mini DVB-(T/T2/C) USB Stick T230C Lite
29 * - MyGica Mini DVB-(T/T2/C) USB Stick T230C v2
H A Ddvb-usb-af9005-cardlist.rst15 * - Afatech DVB-T USB1.1 stick
17 * - Ansonic DVB-T USB1.1 stick
19 * - TerraTec Cinergy T USB XE
H A Ddvb-usb-gl861-cardlist.rst15 * - 774 Friio White ISDB-T USB2.0
17 * - A-LINK DTU DVB-T USB2.0
19 * - MSI Mega Sky 55801 DVB-T USB2.0
/openbmc/phosphor-host-ipmid/include/ipmid/message/
H A Dtypes.hpp119 template <typename T>
121 decltype(details::getNrBits(std::declval<T>()))::value;
130 template <typename R, typename T>
131 inline R enum_cast(T t) in enum_cast()
133 auto tu = static_cast<details::underlying_t<T>>(t); in enum_cast()
/openbmc/phosphor-dbus-monitor/mslverify/
H A Dverify.cpp25 template <typename T>
32 auto operator()(const T& arg) in operator ()()
46 template <typename T>
49 auto operator()(const T& arg) in operator ()()
/openbmc/phosphor-dbus-monitor/src/
H A Dcount.hpp35 template <typename T>
48 const std::function<bool(T)>& _propertyOp, in CountCondition()
72 std::any_cast<T>(std::get<valueIndex>(storage.get())); in operator ()()
100 std::function<bool(T)> propertyOp;
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dconfig_override.sh32 T="`mktemp -d ${TMPDIR-/tmp}/config_override.sh.XXXXXX`"
45 }' > $T/script
46 sh $T/script < $base
/openbmc/phosphor-hwmon/
H A Dtargets.hpp31 template <typename T>
67 template <typename T>
68 std::shared_ptr<T> addTarget(const SensorSet::key_type& sensor, in addTarget()
72 std::shared_ptr<T> target; in addTarget()
77 auto type = Targets<T>::type; in addTarget()
168 target = std::make_shared<T>( in addTarget()
/openbmc/phosphor-fan-presence/monitor/
H A Dconditions.hpp23 template <typename T>
24 auto make_condition(T&& condition) in make_condition()
26 return Condition(std::forward<T>(condition)); in make_condition()
/openbmc/linux/lib/crypto/
H A Ddes.c518 T = L; \
522 L ^= T; \
524 T = L; \
528 L ^= T; \
530 T = L; \
534 L ^= T; \
536 T = L; \
540 L ^= T; \
542 T = L; \
546 L ^= T; \
[all …]
/openbmc/phosphor-pid-control/sensors/
H A Dhost.cpp27 template <typename T>
28 void scaleHelper(T& ptr, int64_t value) in scaleHelper()
63 template <typename T>
64 int64_t getScale(T* sensor) in getScale()
/openbmc/qemu/scripts/coccinelle/
H A Dreturn_directly.cocci5 type T;
8 T F(...)
11 - T VAR;
H A Duse-error_fatal.cocci2 type T;
8 - T RET = FUN(ARGS, &ERR);
9 + T RET = FUN(ARGS, &error_fatal);
/openbmc/linux/drivers/dma-buf/
H A Dselftest.h25 #define subtests(T, data) \ argument
26 __subtests(__func__, T, ARRAY_SIZE(T), data)
/openbmc/u-boot/doc/chromium/devkeys/
H A Dkernel.keyblock2 ŏ�iHiA*R׷3x�o��}��+فg�?�� T�� �� _
3 …p<�'B�+T��a�Ԩ���=�ކ���(^ڴG���I�c�B��l���4��D�z�a��d�I����9����X�6���Lq�x���/�� M���?��Y��…
4 …���)3�9��'�ǂ���!Ҡ8WR���� ׭���^r�ƝA���tF�%)'f�\������^�U™��.f *a��A�T���&[w|��h����بO���…
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dmetric.cpp43 template <typename T>
47 static_assert(sizeof(*std::declval<T>().data()) == sizeof(pb_byte_t)); in __anon3af598100102()
48 const auto& s = *reinterpret_cast<const T*>(*arg); in __anon3af598100102()
55 template <typename T>
56 static pb_callback_t pbStrEncoder(const T& t) noexcept in pbStrEncoder()
58 return {{.encode = pbEncodeStr<T>}, const_cast<T*>(&t)}; in pbStrEncoder()
61 template <auto fields, typename T>
76 template <auto fields, typename T>
77 static pb_callback_t pbSubsEncoder(const std::vector<T>& t) in pbSubsEncoder()
79 return {{.encode = pbEncodeSubs<fields, T>}, in pbSubsEncoder()
[all …]
/openbmc/linux/net/ethtool/
H A Dcommon.c112 __DEFINE_LINK_MODE_NAME(10, T, Half),
113 __DEFINE_LINK_MODE_NAME(10, T, Full),
114 __DEFINE_LINK_MODE_NAME(100, T, Half),
115 __DEFINE_LINK_MODE_NAME(100, T, Full),
116 __DEFINE_LINK_MODE_NAME(1000, T, Half),
117 __DEFINE_LINK_MODE_NAME(1000, T, Full),
124 __DEFINE_LINK_MODE_NAME(10000, T, Full),
159 __DEFINE_LINK_MODE_NAME(2500, T, Full),
160 __DEFINE_LINK_MODE_NAME(5000, T, Full),
271 __DEFINE_LINK_MODE_PARAMS(10, T, Half),
[all …]
/openbmc/telemetry/src/utils/
H A Dvariant_utils.hpp11 template <class T, class... Args>
12 auto removeMonostate(std::variant<T, Args...>) -> std::variant<T, Args...>;
/openbmc/linux/drivers/macintosh/
H A Dtherm_windtunnel.c79 { 11, T(0,0), 11 }, /* min fan */
80 { 11, T(55,0), 11 },
81 { 6, T(55,3), 11 },
82 { 7, T(56,0), 11 },
83 { 8, T(57,0), 8 },
84 { 7, T(58,3), 7 },
85 { 6, T(58,8), 6 },
86 { 5, T(59,2), 5 },
87 { 4, T(59,6), 4 },
88 { 3, T(59,9), 3 },
[all …]
/openbmc/linux/tools/testing/selftests/kvm/
H A Dguest_print_test.c40 #define TYPE(fn, ext, fmt_t, T) TYPE_##ext, argument
48 #define BUILD_TYPE_STRINGS_AND_HELPER(fn, ext, fmt_t, T) \ argument
51 static void fn(struct kvm_vcpu *vcpu, T a, T b) \
63 #define TYPE(fn, ext, fmt_t, T) \ argument
64 BUILD_TYPE_STRINGS_AND_HELPER(fn, ext, fmt_t, T)
72 #define TYPE(fn, ext, fmt_t, T) \ in guest_code() argument
/openbmc/phosphor-pid-control/dbus/
H A Ddbushelper.hpp44 template <typename T>
47 const std::string& propertyName, T& prop) in getProperty()
56 std::variant<T> result; in getProperty()
69 prop = std::get<T>(result); in getProperty()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_nfct.c55 #define ARG_TUPLE(T) IP_VS_DBG_ADDR((T)->src.l3num, &(T)->src.u3), \ argument
56 ntohs((T)->src.u.all), \
57 IP_VS_DBG_ADDR((T)->src.l3num, &(T)->dst.u3), \
58 ntohs((T)->dst.u.all), \
59 (T)->dst.protonum
/openbmc/qemu/tests/tcg/ppc64/
H A Dbcdsub.c19 #define BCDSUB(T, A, B, PS) \ argument
20 ".long 4 << 26 | (" #T ") << 21 | (" #A ") << 16 | (" #B ") << 11" \
23 #define BCDSUB(T, A, B, PS) "bcdsub. " #T ", " #A ", " #B ", " #PS "\n\t" argument
/openbmc/linux/Documentation/tools/rtla/
H A Dcommon_osnoise_options.rst4 while debugging the system. It is equivalent to use **-s** *us* **-T 1 -t**.
17 If **-T** is set, it will also save the trace to the output.
22 If **-T** is set, it will also save the trace to the output.
24 **-T**, **--threshold** *us*

12345678910>>...45