/kernel/linux/linux-6.6/crypto/ |
H A D | ecdh.c | 141 .init = ecdh_nist_p192_init_tfm, 166 .init = ecdh_nist_p256_init_tfm, 191 .init = ecdh_nist_p384_init_tfm,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
H A D | gf100.c | 131 if (bar->base.func->bar2.init) { in gf100_bar_oneinit() 180 .bar1.init = gf100_bar_bar1_init, 184 .bar2.init = gf100_bar_bar2_init,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | shadow.c | 116 if (func->init) { in shadow_method() 117 mthd->data = func->init(bios, name); in shadow_method() 166 .init = shadow_fw_init,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fault/ |
H A D | tu102.c | 131 fault->func->buffer.init(fault->buffer[0]); in tu102_fault_init() 162 .init = tu102_fault_init, 168 .buffer.init = tu102_fault_buffer_init,
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_objref.c | 6 #include <linux/init.h> 92 .init = nft_objref_init, 205 .init = nft_objref_map_init,
|
H A D | nft_queue.c | 10 #include <linux/init.h> 192 .init = nft_queue_init, 202 .init = nft_queue_sreg_init,
|
H A D | nft_fwd_netdev.c | 7 #include <linux/init.h> 219 .init = nft_fwd_neigh_init, 229 .init = nft_fwd_netdev_init,
|
H A D | nft_numgen.c | 7 #include <linux/init.h> 196 .init = nft_ng_inc_init, 206 .init = nft_ng_random_init,
|
/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/ |
H A D | prt_vector.S | 30 @init import exc vector table 75 @init exception 76 @init vector table offset reg
|
/kernel/linux/linux-6.6/net/bridge/netfilter/ |
H A D | nft_meta_bridge.c | 3 #include <linux/init.h> 103 .init = nft_meta_bridge_get_init, 192 .init = nft_meta_bridge_set_init,
|
/kernel/linux/linux-6.6/net/ipv4/netfilter/ |
H A D | nft_fib_ipv4.c | 4 #include <linux/init.h> 159 .init = nft_fib_init, 169 .init = nft_fib_init,
|
/kernel/linux/linux-6.6/sound/soc/samsung/ |
H A D | speyside.c | 211 .init = speyside_wm0010_init, 219 .init = speyside_wm8996_init, 247 .init = speyside_wm9081_init,
|
/third_party/ffmpeg/libavcodec/ |
H A D | bintext.c | 226 .init = decode_init, 239 .init = decode_init, 252 .init = decode_init,
|
H A D | pcm_rechunk_bsf.c | 39 static int init(AVBSFContext *ctx) in init() function 218 .init = init,
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_channelsplit.c | 60 static av_cold int init(AVFilterContext *ctx) in init() function 247 .init = init,
|
H A D | af_flanger.c | 75 static av_cold int init(AVFilterContext *ctx) in init() function 210 .init = init,
|
H A D | vf_readvitc.c | 158 static av_cold int init(AVFilterContext *ctx) in init() function 249 .init = init,
|
H A D | vf_sr.c | 63 static av_cold int init(AVFilterContext *context) in init() function 196 .init = init,
|
H A D | vf_mpdecimate.c | 144 static av_cold int init(AVFilterContext *ctx) in init() function 239 .init = init,
|
H A D | vf_untile.c | 50 static av_cold int init(AVFilterContext *ctx) in init() function 183 .init = init,
|
H A D | vf_vidstabdetect.c | 63 static av_cold int init(AVFilterContext *ctx) in init() function 68 av_log(ctx, AV_LOG_VERBOSE, "vidstabdetect filter: init %s\n", LIBVIDSTAB_VERSION); in init() 197 .init = init,
|
/third_party/icu/icu4c/source/i18n/ |
H A D | japancal.cpp | 104 static void init(UErrorCode &status) { in init() function 117 init(success); in JapaneseCalendar() 129 init(status); in JapaneseCalendar()
|
/third_party/node/test/async-hooks/ |
H A D | init-hooks.js | 48 init: this._init.bind(this), 79 if (a.init && a.init.length > 1) { 81 '\nExpected "init" to be called at most once'); 118 '\nExpected "init" to be called with a resource object'); 157 // If we allowed handles without init we ignore any further life time 170 ' hook was invoked but not its init hook'); 186 this._stamp(activity, 'init'); 188 this._maybeLog(uid, type, 'init');
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | japancal.cpp | 104 static void init(UErrorCode &status) { in init() function 117 init(success); in JapaneseCalendar() 129 init(status); in JapaneseCalendar()
|
/third_party/ltp/testcases/misc/math/fptests/ |
H A D | fptest01.c | 74 static int init(void); 108 init(); in main() 122 static int init(void) in init() function
|