/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 | cleanup.h | 243 #define DEFINE_CLASS(_name, _type, _exit, _init, _init_args...) \ argument 248 { _type t = _init; return t; } 250 #define EXTEND_CLASS(_name, ext, _init, _init_args...) \ argument 255 { class_##_name##_t t = _init; return t; }
|
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 | average.h | 32 static inline void ewma_##name##_init(struct ewma_##name *e) \
|
H A D | device-mapper.h | 675 static int __init dm_##name##_init(void) \ 679 module_init(dm_##name##_init) \
|
H A D | cpufreq.h | 628 static int __init __governor##_init(void) \ 632 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/fs/bcachefs/ |
H A D | bkey_types.h | 197 static inline struct bkey_i_##name *bkey_##name##_init(struct bkey_i *_k)\
|
/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/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/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 | 3238 static void __init exynos5433_cmu_bus##id##_init(struct device_node *np)\ 3244 exynos5433_cmu_bus##id##_init)
|
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_attr.c | 2730 lpfc_##attr##_init(struct lpfc_hba *phba, uint val) \ 2889 lpfc_##attr##_init(struct lpfc_vport *vport, uint val) \
|
/linux/drivers/scsi/be2iscsi/ |
H A D | be_main.c | 120 beiscsi_##_name##_init(struct beiscsi_hba *phba, uint32_t val) \
|