/kernel/linux/linux-5.10/drivers/staging/media/hantro/ |
H A D | imx8m_vpu_hw.c | 174 .init = hantro_mpeg2_dec_init, 180 .init = hantro_vp8_dec_init, 186 .init = hantro_h264_dec_init, 212 .init = imx8mq_vpu_hw_init,
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | dvb_dummy_fe.c | 9 #include <linux/init.h> 199 .init = dvb_dummy_fe_init, 233 .init = dvb_dummy_fe_init, 268 .init = dvb_dummy_fe_init,
|
/kernel/linux/linux-6.6/drivers/clk/starfive/ |
H A D | clk-starfive-jh7100-audio.c | 117 struct clk_init_data init = { in jh7100_audclk_probe() local 127 for (i = 0; i < init.num_parents; i++) { in jh7100_audclk_probe() 140 clk->hw.init = &init; in jh7100_audclk_probe()
|
H A D | clk-starfive-jh7110-stg.c | 109 struct clk_init_data init = { in jh7110_stgcrg_probe() local 130 for (i = 0; i < init.num_parents; i++) { in jh7110_stgcrg_probe() 139 clk->hw.init = &init; in jh7110_stgcrg_probe()
|
H A D | clk-starfive-jh7110-aon.c | 89 struct clk_init_data init = { in jh7110_aoncrg_probe() local 100 for (i = 0; i < init.num_parents; i++) { in jh7110_aoncrg_probe() 121 clk->hw.init = &init; in jh7110_aoncrg_probe()
|
/kernel/linux/linux-6.6/drivers/clk/qcom/ |
H A D | gpucc-sdm845.c | 42 .hw.init = &(struct clk_init_data){ 80 .clkr.hw.init = &(struct clk_init_data){ 94 .hw.init = &(struct clk_init_data){ 112 .hw.init = &(struct clk_init_data){
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fault/ |
H A D | base.c | 42 .init = nvkm_fault_ntfy_init, 66 if (fault->func->init) in nvkm_fault_init() 67 fault->func->init(fault); in nvkm_fault_init() 149 .init = nvkm_fault_init,
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_static_keys.c | 71 bool ret, init; in verify_keys() local 75 init = keys[i].init_state; in verify_keys() 76 if (ret != (invert ? !init : init)) in verify_keys()
|
/third_party/libwebsockets/plugins/ssh-base/ |
H A D | telnet.c | 108 static uint8_t init[] = { variable 197 memcpy(buf + LWS_PRE, init, sizeof(init)); in lws_callback_raw_telnet() 199 n = sizeof(init); in lws_callback_raw_telnet()
|
/third_party/node/deps/openssl/openssl/crypto/dsa/ |
H A D | dsa_meth.c | 179 return dsam->init; in DSA_meth_get_init() 182 int DSA_meth_set_init(DSA_METHOD *dsam, int (*init)(DSA *)) in DSA_meth_set_init() 184 dsam->init = init; in DSA_meth_set_init()
|
/third_party/openssl/crypto/dsa/ |
H A D | dsa_meth.c | 179 return dsam->init; in DSA_meth_get_init() 182 int DSA_meth_set_init(DSA_METHOD *dsam, int (*init)(DSA *)) in DSA_meth_set_init() 184 dsam->init = init; in DSA_meth_set_init()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderFunctionTests.cpp | 46 void init(void); 78 void ShaderFunctionCase::init(void) in init() function in deqp::ShaderFunctionCase 94 ShaderRenderCase::init(); in init() 182 void ShaderFunctionTests::init(void) in init() function in deqp::ShaderFunctionTests
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLTexture.cpp | 53 this->init(desc); in GrGLTexture() 68 this->init(desc); in GrGLTexture() 82 this->init(desc); in GrGLTexture() 85 void GrGLTexture::init(const Desc& desc) { in init() function in GrGLTexture
|
/third_party/skia/tests/ |
H A D | LListTest.cpp | 69 ListElement* cur = iter.init(list, Iter::kHead_IterStart); in DEF_TEST() 74 cur = iter.init(list, Iter::kTail_IterStart); in DEF_TEST() 110 cur = iter.init(list, Iter::kHead_IterStart); in DEF_TEST() 149 cur = iter.init(listA, Iter::kHead_IterStart); in DEF_TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceMemory.h | 105 static void init() { Traits::init(); } in init() function 141 static void init() { ICE_TLS_INIT_FIELD(CfgAllocator); } in init() function in Ice::CfgAllocatorTraits 168 static void init() { ICE_TLS_INIT_FIELD(LivenessAllocator); } in init() function in Ice::LivenessAllocatorTraits
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsTargetObjectFile.cpp | 26 cl::init(8)); 31 cl::init(true)); 37 cl::init(true)); 43 cl::init(false));
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | builder_ident_expression_test.cc | 26 auto* init = vec3<f32>(1.f, 1.f, 3.f); in TEST_F() local 28 auto* v = GlobalConst("var", ty.vec3<f32>(), init); in TEST_F() 70 auto* init = vec3<f32>(1.f, 1.f, 3.f); in TEST_F() local 72 auto* v = Const("var", ty.vec3<f32>(), init); in TEST_F()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderFunctionTests.cpp | 47 void init (void); 77 void ShaderFunctionCase::init (void) in init() function in deqp::gles3::Functional::ShaderFunctionCase 86 gls::ShaderRenderCase::init(); in init() 166 void ShaderFunctionTests::init (void) in init() function in deqp::gles3::Functional::ShaderFunctionTests
|
/third_party/vk-gl-cts/modules/gles3/ |
H A D | tes3TestPackage.cpp | 50 void init (tcu::TestCase* testCase, const std::string& path); 69 void TestCaseWrapper::init (tcu::TestCase* testCase, const std::string& path) in init() function in deqp::gles3::TestCaseWrapper 74 testCase->init(); in init() 136 void TestPackage::init (void) in init() function in deqp::gles3::TestPackage
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrRasterizer.hpp | 131 void init (const tcu::Vec4& v0, const tcu::Vec4& v1, const tcu::Vec4& v2); 133 // Following functions are only available after init() 184 void init (const tcu::Vec4& v0, const tcu::Vec4& v1, float lineWidth, deUint32 stippleFactor, deUint16 stipplePattern); 186 // only available after init() 231 void init (const tcu::Vec4& v0, const tcu::Vec4& v1, float lineWidth); 233 // only available after init() 274 void init (const tcu::Vec4& v0, const tcu::Vec4& v1); 276 // only available after init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderFunctionTests.cpp | 47 void init (void); 75 void ShaderFunctionCase::init (void) in init() function in deqp::gles2::Functional::ShaderFunctionCase 77 gls::ShaderRenderCase::init(); in init() 151 void ShaderFunctionTests::init (void) in init() function in deqp::gles2::Functional::ShaderFunctionTests
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pBlendTests.cpp | 49 void init (void); 77 void BlendCase::init (void) in init() function in deqp::gles2::Performance::BlendCase 109 ShaderPerformanceCase::init(); in init() 132 void BlendTests::init (void) in init() function in deqp::gles2::Performance::BlendTests
|
/third_party/vk-gl-cts/modules/gles2/ |
H A D | tes2TestPackage.cpp | 52 void init (tcu::TestCase* testCase, const std::string& path); 71 void TestCaseWrapper::init (tcu::TestCase* testCase, const std::string& path) in init() function in deqp::gles2::TestCaseWrapper 76 testCase->init(); in init() 138 void TestPackage::init (void) in init() function in deqp::gles2::TestPackage
|
/kernel/linux/linux-6.6/kernel/rcu/ |
H A D | refscale.c | 18 #include <linux/init.h> 129 bool (*init)(void); member 173 .init = rcu_sync_scale_init, 207 .init = rcu_sync_scale_init, 234 .init = rcu_sync_scale_init, 273 .init = rcu_sync_scale_init, 312 .init = rcu_sync_scale_init, 349 .init = ref_rwlock_init, 386 .init = ref_rwsem_init, 771 .init [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | nv49.c | 32 .init = nv41_fb_init, 34 .tile.init = nv30_fb_tile_init,
|