Home
last modified time | relevance | path

Searched refs:_init (Results 1 – 25 of 54) sorted by relevance

123

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Diommu_table.h90 #define IOMMU_INIT_FINISH(_detect, _depend, _init, _late_init) \ argument
91 __IOMMU_INIT(_detect, _depend, _init, _late_init, 1)
93 #define IOMMU_INIT(_detect, _depend, _init, _late_init) \ argument
94 __IOMMU_INIT(_detect, _depend, _init, _late_init, 0)
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DCifScaleStream.cpp133 if (_init && !_active) { in start()
159 if (!_init) in restart()
169 if (!_active && _init) { in restart()
239 _init = true; in init()
288 if (!_init || _active) in prepare()
H A DCifScaleStream.h60 bool _init{false};
/OK3568_Linux_fs/kernel/include/linux/device/
H A Ddriver.h264 static int __init __driver##_init(void) \
268 module_init(__driver##_init); \
291 static int __init __driver##_init(void) \
295 device_initcall(__driver##_init);
/OK3568_Linux_fs/kernel/include/linux/
H A Dcpufeature.h49 static int __init cpu_feature_match_ ## x ## _init(void) \
55 module_init(cpu_feature_match_ ## x ## _init)
H A Dplatform_device.h274 static int __init __platform_driver##_init(void) \
279 module_init(__platform_driver##_init); \
293 static int __init __platform_driver##_init(void) \
298 device_initcall(__platform_driver##_init); \
H A Disa.h51 static int __init __isa_driver##_init(void) \
55 module_init(__isa_driver##_init); \
H A Dintel_th.h68 static int __init __buffer##_init(void) \
72 module_init(__buffer##_init); \
H A Daverage.h32 static inline void ewma_##name##_init(struct ewma_##name *e) \
/OK3568_Linux_fs/kernel/tools/testing/selftests/
H A Dkselftest_module.h41 static int __init __module##_init(void) \
51 module_init(__module##_init); \
/OK3568_Linux_fs/kernel/net/6lowpan/
H A Dnhc.h42 static int __init __nhc##_init(void) \
46 module_init(__nhc##_init); \
/OK3568_Linux_fs/u-boot/include/
H A Di2c.h611 #define U_BOOT_I2C_MKENT_COMPLETE(_init, _probe, _read, _write, \ argument
614 .init = _init, \
626 #define U_BOOT_I2C_ADAP_COMPLETE(_name, _init, _probe, _read, _write, \ argument
629 U_BOOT_I2C_MKENT_COMPLETE(_init, _probe, _read, _write, \
/OK3568_Linux_fs/buildroot/package/efl/
H A D0004-evas_gl_drm-Drop-dependency-on-mesa3d.patch54 static int _init = 0;
56 if (_init) return EINA_TRUE;
66 _init = 1;
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Dusb.h198 static int __init __driver##_init(void) \
203 module_init(__driver##_init); \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/
H A D0001-Update-exported-symbol-list.patch27 …|eof|fail_errno|filelength|find_(enum_(text|value)|file_extension)|getopt(_init)?|lpc10_(create_(d…
28 …ail_errno|filelength|find_(enum_(text|value)|file_extension)|flush|getopt(_init)?|id3_read_tag|lpc…
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_ns16550.c81 static int eserial##port##_init(void) \
113 .start = eserial##port##_init, \
H A Dserial_pxa.c179 int uart##_init(void) \
213 .start = uart##_init, \
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/networking-layer/recipes-connectivity/samba/files/
H A Dfix_duplicate_pdb_search_init.patch7 -private_pdb_match.append('!pdb_*_init')
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dsections.h19 extern char _end[], _init[];
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0015-camerabin2-Support-setting-default-filters.patch42 /* Check that elements created in _init were really created */
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0015-camerabin2-Support-setting-default-filters.patch42 /* Check that elements created in _init were really created */
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0015-camerabin2-Support-setting-default-filters.patch42 /* Check that elements created in _init were really created */
/OK3568_Linux_fs/kernel/drivers/clk/qcom/
H A Dclk-rcg.h172 { .rcg = &r, .init = &r##_init }
/OK3568_Linux_fs/app/lvgl_demo/rk_demo/smart_home/
H A Dsmart_home_ui.c44 submenu_desc[enum_t].menu = menu_##name##_init(parent);\
/OK3568_Linux_fs/app/lvgl_demo/rk_demo/setting/
H A Dsetting_ui.c57 submenu_desc[enum_t].menu = menu_##name##_init(area_content);\

123