| /linux/include/linux/ |
| H A D | isa.h | 42 static int __init __isa_driver##_init(void) \ 46 module_init(__isa_driver##_init) 49 static int __init __isa_driver##_init(void) \ 58 module_init(__isa_driver##_init)
|
| H A D | cpufeature.h | 49 static int __init cpu_feature_match_ ## x ## _init(void) \ 55 module_init(cpu_feature_match_ ## x ## _init)
|
| H A D | intel_th.h | 68 static int __init __buffer##_init(void) \ 72 module_init(__buffer##_init); \
|
| H A D | platform_device.h | 310 static int __init __platform_driver##_init(void) \ 315 module_init(__platform_driver##_init); \ 329 static int __init __platform_driver##_init(void) \ 334 device_initcall(__platform_driver##_init); \
|
| H A D | cleanup.h | 275 #define DEFINE_CLASS(_name, _type, _exit, _init, _init_args...) \ argument 280 { _type t = _init; return t; } 282 #define EXTEND_CLASS(_name, ext, _init, _init_args...) \ argument 287 { class_##_name##_t t = _init; return t; }
|
| H A D | average.h | 32 static inline void ewma_##name##_init(struct ewma_##name *e) \
|
| H A D | device-mapper.h | 682 static int __init dm_##name##_init(void) \ 686 module_init(dm_##name##_init) \
|
| H A D | cpufreq.h | 635 static int __init __governor##_init(void) \ 639 core_initcall(__governor##_init)
|
| /linux/include/linux/device/ |
| H A D | driver.h | 258 static int __init __driver##_init(void) \ 262 module_init(__driver##_init); \ 285 static int __init __driver##_init(void) \ 289 device_initcall(__driver##_init);
|
| /linux/tools/testing/selftests/ |
| H A D | kselftest_module.h | 42 static int __init __module##_init(void) \ 53 module_init(__module##_init); \
|
| /linux/net/6lowpan/ |
| H A D | nhc.h | 38 static int __init __nhc##_init(void) \ 42 module_init(__nhc##_init); \
|
| /linux/drivers/usb/storage/ |
| H A D | usb.h | 198 static int __init __driver##_init(void) \ 203 module_init(__driver##_init); \
|
| /linux/tools/perf/bench/ |
| H A D | mem-functions.c | 399 # define MEMCPY_FN(_fn, _init, _fini, _name, _desc) \ argument 400 {.name = _name, .desc = _desc, .fn.memcpy = _fn, .fn.init = _init, .fn.fini = _fini }, 462 # define MEMSET_FN(_fn, _init, _fini, _name, _desc) \ argument 463 {.name = _name, .desc = _desc, .fn.memset = _fn, .fn.init = _init, .fn.fini = _fini },
|
| /linux/Documentation/translations/zh_CN/security/ |
| H A D | self-protection.rst | 78 对于在_init是仅初始化一次的变量,可以使用_ro_after_init属性
|
| /linux/scripts/ |
| H A D | check-sysctl-docs | 142 match($0, /register_sysctl(|_init|_sz)\("([^"]+)" *, *([^,)]+)/, tables)
|
| /linux/drivers/clk/qcom/ |
| H A D | clk-rcg.h | 212 { .rcg = &r, .init = &r##_init }
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| H A D | dr_ste.h | 113 ((*build_##fname##_init)(struct mlx5dr_ste_build *sb, \
|
| /linux/Documentation/filesystems/ |
| H A D | configfs.rst | 167 config_group, a config_item must have one of the _init() functions 307 using the group _init() functions on the group. 359 group via the usual group _init() functions, and it must also have
|
| /linux/drivers/gpu/drm/lima/ |
| H A D | lima_device.c | 45 .init = lima_##func##_init, \
|
| /linux/arch/x86/mm/ |
| H A D | init_64.c | 64 static inline void fname##_init(struct mm_struct *mm, \ 79 static inline void set_##type1##_init(type1##_t *arg1, \ in DEFINE_POPULATE()
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | mlx5_ib.h | 1023 #define STAGE_CREATE(_stage, _init, _cleanup) \ argument 1024 .stage[_stage] = {.init = _init, .cleanup = _cleanup}
|
| /linux/arch/arm/mach-omap2/ |
| H A D | omap_hwmod.c | 2310 static int __init _init(struct omap_hwmod *oh, void *data) in _init() function 3067 _init(oh, NULL); in omap_hwmod_setup_one() 3652 omap_hwmod_for_each(_init, NULL); in omap_hwmod_setup_all()
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | ser.c | 85 static void ser_cd_ ## _name ## _init(struct ser_cd_ ## _name *p) \
|
| /linux/Documentation/input/ |
| H A D | input-programming.rst | 77 In the _init function, which is called either upon module load or when
|
| /linux/drivers/clk/samsung/ |
| H A D | clk-exynos5433.c | 3236 static void __init exynos5433_cmu_bus##id##_init(struct device_node *np)\ 3242 exynos5433_cmu_bus##id##_init)
|