/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | mshyperv.c | 12 #include <linux/init.h> 640 .init.x2apic_available = ms_hyperv_x2apic_available, 641 .init.msi_ext_dest_id = ms_hyperv_msi_ext_dest_id, 642 .init.init_platform = ms_hyperv_init_platform,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | base.c | 61 .init = nvkm_disp_vblank_init, 141 if (disp->func->init) { in nvkm_disp_init() 142 int ret = disp->func->init(disp); in nvkm_disp_init() 356 .init = nvkm_disp_init,
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_cmp.c | 9 #include <linux/init.h> 191 .init = nft_cmp_init, 283 .init = nft_cmp_fast_init, 377 .init = nft_cmp16_fast_init,
|
/kernel/linux/linux-6.6/rust/alloc/ |
H A D | raw_vec.rs | 177 fn allocate_in(capacity: usize, init: AllocInit, alloc: A) -> Self { in allocate_in() 192 let result = match init { in allocate_in() 212 fn try_allocate_in(capacity: usize, init: AllocInit, alloc: A) -> Result<Self, TryReserveError> { in try_allocate_in() 220 let result = match init { in try_allocate_in()
|
/kernel/linux/linux-6.6/sound/pci/ctxfi/ |
H A D | cttimer.c | 20 void (*init)(struct ct_timer_instance *); member 128 .init = ct_systimer_init, 347 if (atimer->ops->init) in ct_timer_instance_new() 348 atimer->ops->init(ti); in ct_timer_instance_new()
|
/kernel/linux/linux-6.6/sound/soc/intel/boards/ |
H A D | sof_da7219_max98373.c | 338 .init = da7219_codec_init, 355 .init = hdmi_init, 363 .init = hdmi_init, 371 .init = hdmi_init,
|
/third_party/ffmpeg/libavcodec/ |
H A D | g726.c | 410 .init = g726_encode_init, 428 .init = g726_encode_init, 511 .init = g726_decode_init, 525 .init = g726_decode_init,
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_extractplanes.c | 371 static av_cold int init(AVFilterContext *ctx) in init() function 412 .init = init, 445 .init = init_alphaextract,
|
H A D | vf_convolution_opencl.c | 370 .init = &ff_opencl_filter_init, 396 .init = &ff_opencl_filter_init, 422 .init = &ff_opencl_filter_init, 448 .init = &ff_opencl_filter_init,
|
H A D | vf_shear.c | 75 static av_cold int init(AVFilterContext *ctx) in init() function 286 ret = init(ctx); in process_command() 314 .init = init,
|
/third_party/ffmpeg/libavformat/ |
H A D | prompeg.c | 116 int init; member 307 s->init = 1; in prompeg_open() 375 s->init = 0; in prompeg_init() 392 if (s->init && ((ret = prompeg_init(h, buf, size)) < 0)) in prompeg_write()
|
/third_party/alsa-utils/alsaucm/ |
H A D | dump.c | 29 int (*init)(struct renderer *r); member 417 .init = json_init, 561 if (render->init && render->init(render)) in render()
|
/third_party/backends/backend/genesys/ |
H A D | sensor.h | 39 AssignableArray& operator=(std::initializer_list<T> init) in operator =() 41 if (init.size() != std::array<T, Size>::size()) in operator =() 43 std::copy(init.begin(), init.end(), std::array<T, Size>::begin()); in operator =()
|
/third_party/icu/icu4c/source/common/ |
H A D | rbbidata.cpp | 35 init(data, status); in RBBIDataWrapper() 40 init(data, status); in RBBIDataWrapper() 65 init(rbbidh, status); in RBBIDataWrapper() 76 // init(). Does most of the work of construction, shared between the 92 void RBBIDataWrapper::init(const RBBIDataHeader *data, UErrorCode &status) { in init() function in RBBIDataWrapper
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
H A D | CanonGSUBBuilder.java | 246 Feature init = new Feature("init"); in buildArabicTables() 251 init.addLookup(lookupList.addLookup(initLookup)); in buildArabicTables() 256 featureList.addFeature(init); in buildArabicTables() 261 scriptList.addFeature("arab", "(default)", init); in buildArabicTables()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | plurrule_impl.h | 317 void init(double n, int32_t v, int64_t f, int32_t e, int32_t c); 318 void init(double n, int32_t v, int64_t f, int32_t e); 319 void init(double n, int32_t v, int64_t f); 320 void init(double n);
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_interface.cpp | 68 aco::init(); in aco_get_codegen_flags() 221 aco::init(); in aco_compile_shader() 283 aco::init(); in aco_compile_vs_prolog() 329 aco::init(); in aco_compile_ps_epilog()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | rbbidata.cpp | 35 init(data, status); in RBBIDataWrapper() 40 init(data, status); in RBBIDataWrapper() 65 init(rbbidh, status); in RBBIDataWrapper() 76 // init(). Does most of the work of construction, shared between the 92 void RBBIDataWrapper::init(const RBBIDataHeader *data, UErrorCode &status) { in init() function in RBBIDataWrapper
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | plurrule_impl.h | 317 void init(double n, int32_t v, int64_t f, int32_t e, int32_t c); 318 void init(double n, int32_t v, int64_t f, int32_t e); 319 void init(double n, int32_t v, int64_t f); 320 void init(double n);
|
/third_party/libfuse/lib/ |
H A D | cuse_lowlevel.c | 161 lop.init = clop->init; in cuse_lowlevel_new() 232 if (se->op.init) in cuse_lowlevel_init() 233 se->op.init(se->userdata, &se->conn); in cuse_lowlevel_init()
|
/third_party/lwip/src/include/lwip/ |
H A D | netif.h | 89 * Set by the netif driver in its init function. */ 93 * Either set by the netif driver in its init function (if the link 98 * Set by the netif driver in its init function. 106 * Set by the netif driver in its init function. */ 109 * Set by the netif driver in its init function. */ 166 /** Function prototype for netif init functions. Set up flags and output/linkoutput 438 void *state, netif_init_fn init, netif_input_fn input); 440 struct netif *netif_add_noaddr(struct netif *netif, void *state, netif_init_fn init, netif_input_fn input); 450 void *state, netif_init_fn init, netif_input_fn input); 454 struct netif *netif_add(struct netif *netif, void *state, netif_init_fn init, netif_input_f [all...] |
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_conn.c | 282 bi->init = 0; in conn_new() 318 a->init = 0; in conn_free() 449 b->init = 1; in conn_ctrl() 504 if (b->init) { in conn_ctrl()
|
/third_party/node/deps/openssl/openssl/crypto/conf/ |
H A D | conf_mod.c | 43 conf_init_func *init; in DEFINE_STACK_OF() local 348 tmod->init = ifunc; in module_add() 426 if (pmod->init) { in module_init() 427 ret = pmod->init(imod, cnf); in module_init()
|
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | a2dp-codec-aptx-gst.c | 431 static void *init(bool for_encoding, bool for_backchannel, const uint8_t *config_buffer, uint8_t config_size, pa_sample_spec *sample_spec, pa_core *core) { in init() function 569 .init = init, 593 .init = init_hd,
|
/third_party/openssl/crypto/bio/ |
H A D | bss_conn.c | 282 bi->init = 0; in conn_new() 318 a->init = 0; in conn_free() 449 b->init = 1; in conn_ctrl() 504 if (b->init) { in conn_ctrl()
|