Home
last modified time | relevance | path

Searched refs:identity (Results 1 – 25 of 540) sorted by relevance

12345678910>>...22

/OK3568_Linux_fs/kernel/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.c49 *value = gpu->identity.model; in etnaviv_gpu_get_param()
53 *value = gpu->identity.revision; in etnaviv_gpu_get_param()
57 *value = gpu->identity.features; in etnaviv_gpu_get_param()
61 *value = gpu->identity.minor_features0; in etnaviv_gpu_get_param()
65 *value = gpu->identity.minor_features1; in etnaviv_gpu_get_param()
69 *value = gpu->identity.minor_features2; in etnaviv_gpu_get_param()
73 *value = gpu->identity.minor_features3; in etnaviv_gpu_get_param()
77 *value = gpu->identity.minor_features4; in etnaviv_gpu_get_param()
81 *value = gpu->identity.minor_features5; in etnaviv_gpu_get_param()
85 *value = gpu->identity.minor_features6; in etnaviv_gpu_get_param()
[all …]
H A Detnaviv_perfmon.c57 for (i = 0; i < gpu->identity.pixel_pipes; i++) { in pipe_reg_read()
79 if (gpu->identity.model == chipModel_GC880 || in hi_total_cycle_read()
80 gpu->identity.model == chipModel_GC2000 || in hi_total_cycle_read()
81 gpu->identity.model == chipModel_GC2100) in hi_total_cycle_read()
93 if (gpu->identity.model == chipModel_GC880 || in hi_total_idle_cycle_read()
94 gpu->identity.model == chipModel_GC2000 || in hi_total_idle_cycle_read()
95 gpu->identity.model == chipModel_GC2100) in hi_total_idle_cycle_read()
437 if (gpu->identity.features & meta->feature) in num_pm_domains()
453 if (!(gpu->identity.features & meta->feature)) in pm_domain()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/detail/
H A Dremove_extent.hpp69 Case1, mpl::identity<Type1>, mpl::eval_if<
70 Case2, mpl::identity<Type2>, mpl::eval_if<
71 Case3, mpl::identity<Type3>, mpl::eval_if<
72 Case4, mpl::identity<Type4>, mpl::eval_if<
73 Case5, mpl::identity<Type5>, mpl::eval_if<
74 Case6, mpl::identity<Type6>, mpl::eval_if<
75 Case7, mpl::identity<Type7>, mpl::eval_if<
76 Case8, mpl::identity<Type8>, mpl::eval_if<
77 Case9, mpl::identity<Type9>, mpl::if_<
82 Case11, mpl::identity<Type11>, mpl::eval_if<
[all …]
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Ddib0090.c166 struct dib0090_identity identity; member
190 struct dib0090_identity identity; member
331 struct dib0090_identity *identity = &state->identity; in dib0090_identify() local
335 identity->p1g = 0; in dib0090_identify()
336 identity->in_soc = 0; in dib0090_identify()
343 identity->version = v & 0xff; in dib0090_identify()
344 identity->product = (v >> 8) & 0xf; in dib0090_identify()
346 if (identity->product != KROSUS) in dib0090_identify()
349 if ((identity->version & 0x3) == SOC) { in dib0090_identify()
350 identity->in_soc = 1; in dib0090_identify()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dselect.hpp69 Case1, mpl::identity<Type1>, mpl::eval_if<
70 Case2, mpl::identity<Type2>, mpl::eval_if<
71 Case3, mpl::identity<Type3>, mpl::eval_if<
72 Case4, mpl::identity<Type4>, mpl::eval_if<
73 Case5, mpl::identity<Type5>, mpl::eval_if<
74 Case6, mpl::identity<Type6>, mpl::eval_if<
75 Case7, mpl::identity<Type7>, mpl::eval_if<
76 Case8, mpl::identity<Type8>, mpl::eval_if<
77 Case9, mpl::identity<Type9>, mpl::eval_if<
78 Case10, mpl::identity<Type10>, mpl::eval_if<
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/
H A Diterator_categories.hpp80 , mpl::identity<random_access_traversal_tag>
83 , mpl::identity<bidirectional_traversal_tag>
86 , mpl::identity<forward_traversal_tag>
89 , mpl::identity<single_pass_traversal_tag>
92 , mpl::identity<incrementable_traversal_tag>
110 , mpl::identity<Cat>
149 , mpl::identity<random_access_traversal_tag>
152 , mpl::identity<bidirectional_traversal_tag>
155 , mpl::identity<forward_traversal_tag>
158 , mpl::identity<single_pass_traversal_tag>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dstring_traits.hpp102 struct char_type_of<char> : mpl::identity<char> {};
105 struct char_type_of<wchar_t> : mpl::identity<wchar_t> {};
108 struct char_type_of<char const*> : mpl::identity<char const> {};
111 struct char_type_of<wchar_t const*> : mpl::identity<wchar_t const> {};
114 struct char_type_of<char*> : mpl::identity<char> {};
117 struct char_type_of<wchar_t*> : mpl::identity<wchar_t> {};
120 struct char_type_of<char[N]> : mpl::identity<char> {};
123 struct char_type_of<wchar_t[N]> : mpl::identity<wchar_t> {};
126 struct char_type_of<char const[N]> : mpl::identity<char const> {};
129 struct char_type_of<wchar_t const[N]> : mpl::identity<wchar_t const> {};
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dranges_algo.h73 typename _Proj = identity, in _GLIBCXX_VISIBILITY()
85 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
101 typename _Proj = identity, in _GLIBCXX_VISIBILITY()
113 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
129 typename _Proj = identity, in _GLIBCXX_VISIBILITY()
141 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
180 typename _Proj = identity, in _GLIBCXX_VISIBILITY()
190 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
208 template<input_iterator _Iter, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
239 typename _Proj = identity> in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dranges_algo.h73 typename _Proj = identity, in _GLIBCXX_VISIBILITY()
85 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
101 typename _Proj = identity, in _GLIBCXX_VISIBILITY()
113 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
129 typename _Proj = identity, in _GLIBCXX_VISIBILITY()
141 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
180 typename _Proj = identity, in _GLIBCXX_VISIBILITY()
190 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
208 template<input_iterator _Iter, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
239 typename _Proj = identity> in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/
H A Dwpa_supplicant.conf462 identity="user@example.com"
476 identity="user@example.com"
490 identity="user@example.com"
503 identity="user@example.com"
555 identity="user@example.com"
569 identity="user"
627 identity="user@example.com"
644 identity="user@example.com"
674 identity="user@example.com"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/mpl/detail/
H A Dclear.hpp31 struct clear<cons_tag> : mpl::identity<list<> > {};
34 struct clear<map_tag> : mpl::identity<map<> > {};
37 struct clear<set_tag> : mpl::identity<set<> > {};
40 struct clear<vector_tag> : mpl::identity<vector<> > {};
43 struct clear<deque_tag> : mpl::identity<deque<> > {};
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Didentity.hpp25 struct identity struct
28 BOOST_MPL_AUX_LAMBDA_SUPPORT(1, identity, (T))
36 typedef identity<T> type;
40 BOOST_MPL_AUX_NA_SPEC_NO_ETI(1, identity)
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dsb_wdog.c100 .identity = "SiByte Watchdog",
132 ident.identity); in sbwdog_release()
278 ident.identity, in sbwdog_interrupt()
298 ident.identity, ret); in sbwdog_init()
307 ident.identity, (void *)user_dog); in sbwdog_init()
310 ident.identity, ret); in sbwdog_init()
317 ident.identity, in sbwdog_init()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/numeric/conversion/detail/
H A Dis_subranged.hpp176 typedef mpl::identity<Int2Float > Int2FloatQ ;
177 typedef mpl::identity<Float2Int > Float2IntQ ;
178 typedef mpl::identity<Float2Float> Float2FloatQ ;
198 typedef mpl::identity<BuiltIn2Udt> BuiltIn2UdtQ ;
199 typedef mpl::identity<Udt2BuiltIn> Udt2BuiltInQ ;
200 typedef mpl::identity<Udt2Udt > Udt2UdtQ ;
221 typedef mpl::identity<mpl::false_> trivial_case ;
H A Dmeta.hpp70 typedef mpl::identity<Case0Type> Case0TypeQ ;
71 typedef mpl::identity<Case1Type> Case1TypeQ ;
100 typedef mpl::identity<TF> TF_Q ;
101 typedef mpl::identity<TT> TT_Q ;
/OK3568_Linux_fs/kernel/fs/nls/
H A Dnls_utf8.c12 static unsigned char identity[256]; variable
47 .charset2lower = identity, /* no conversion */
48 .charset2upper = identity,
55 identity[i] = i; in init_nls_utf8()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/map/detail/
H A Dmap_impl.hpp128 value_type get_val(mpl::identity<key_type>);
132 value_type get_val(mpl::identity<key_type>) const;
137 mpl::identity<key_type> get_key(mpl::int_<index>);
139 mpl::identity<key_type> get_key(mpl::int_<index>) const;
143 get(mpl::identity<key_type>) const in get()
150 get(mpl::identity<key_type>) in get()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-devices-soc31 code. The format is "jep106:XXYY" where XX is identity code and
41 The specified mechanism is that an identity code of 0x7F
43 of an additional identity code field, and this mechanism
45 by the manufacturer's identity code.
47 For example, ARM has identity code 0x7F 0x7F 0x7F 0x7F 0x3B,
49 as JEP106 identity code of 0x3B and a continuation code of
51 identity code.
70 vendors. The format is "jep106:XXYY:ZZZZ" where XX is identity
/OK3568_Linux_fs/kernel/drivers/gpu/ipu-v3/
H A Dipu-ic-csc.c18 static const struct ipu_ic_csc_params identity = { variable
98 &identity,
101 &identity,
105 &identity,
108 &identity,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iterator/detail/
H A Dfacade_iterator_category.hpp92 , mpl::identity<std::random_access_iterator_tag>
106 , mpl::identity<std::input_iterator_tag>
107 , mpl::identity<Traversal>
183 , mpl::identity<CategoryOrTraversal> // old-style categories are fine as-is
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/
H A Dutility_core.hpp95 forward(const typename ::boost::move_detail::identity<T>::type &x) BOOST_NOEXCEPT in forward()
106 forward(const typename ::boost::move_detail::identity<T>::type &x) BOOST_NOEXCEPT in forward()
123 …move_if_not_lvalue_reference(const typename ::boost::move_detail::identity<T>::type &x) BOOST_NOEX… in move_if_not_lvalue_reference()
242 …BOOST_MOVE_FORCEINLINE T&& forward(typename ::boost::move_detail::identity<T>::type&& t) BOOST_NOE… in forward()
277 …EINLINE T&& move_if_not_lvalue_reference(typename ::boost::move_detail::identity<T>::type&& t) BOO… in move_if_not_lvalue_reference()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/plain/
H A Dlambda_no_ctps.hpp58 , identity<F>
88 , identity<F>
120 , identity<F>
155 , identity<F>
192 , identity<F>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/query/detail/
H A Dfind_if.hpp62 , mpl::identity<First>
99 mpl::identity<Iter>,
121 mpl::identity<Iter>,
136 mpl::identity<Iter>,
148 mpl::identity<Iter>,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc_pre590/
H A Dlambda_no_ctps.hpp58 , identity<F>
88 , identity<F>
120 , identity<F>
155 , identity<F>
192 , identity<F>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/no_ttp/
H A Dlambda_no_ctps.hpp58 , identity<F>
88 , identity<F>
120 , identity<F>
155 , identity<F>
192 , identity<F>

12345678910>>...22