Searched refs:_init (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/arch/x86/include/asm/ |
D | iommu_table.h | 90 #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)
|
/Linux-v4.19/include/linux/ |
D | cpufeature.h | 52 static int __init cpu_feature_match_ ## x ## _init(void) \ 58 module_init(cpu_feature_match_ ## x ## _init)
|
D | isa.h | 51 static int __init __isa_driver##_init(void) \ 55 module_init(__isa_driver##_init); \
|
D | platform_device.h | 246 static int __init __platform_driver##_init(void) \ 251 module_init(__platform_driver##_init); \ 265 static int __init __platform_driver##_init(void) \ 270 device_initcall(__platform_driver##_init); \
|
D | average.h | 32 static inline void ewma_##name##_init(struct ewma_##name *e) \
|
D | device.h | 1576 static int __init __driver##_init(void) \ 1580 module_init(__driver##_init); \ 1603 static int __init __driver##_init(void) \ 1607 device_initcall(__driver##_init);
|
/Linux-v4.19/net/6lowpan/ |
D | nhc.h | 42 static int __init __nhc##_init(void) \ 46 module_init(__nhc##_init); \
|
/Linux-v4.19/drivers/usb/storage/ |
D | usb.h | 197 static int __init __driver##_init(void) \ 202 module_init(__driver##_init); \
|
/Linux-v4.19/include/crypto/ |
D | morus1280_glue.h | 66 .init = crypto_morus1280_##id##_init, \
|
D | morus640_glue.h | 66 .init = crypto_morus640_##id##_init, \
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 792 #define STAGE_CREATE(_stage, _init, _cleanup) \ argument 793 .stage[_stage] = {.init = _init, .cleanup = _cleanup}
|
/Linux-v4.19/Documentation/filesystems/configfs/ |
D | configfs.txt | 159 config_group, a config_item must have one of the _init() functions 289 using the group _init() functions on the group. 339 group via the usual group _init() functions, and it must also have
|
/Linux-v4.19/arch/arm/mach-omap2/ |
D | omap_hwmod.c | 2345 static int __init _init(struct omap_hwmod *oh, void *data) in _init() function 3096 _init(oh, NULL); in omap_hwmod_setup_one() 3559 omap_hwmod_for_each(_init, NULL); in omap_hwmod_setup_all()
|
/Linux-v4.19/Documentation/input/ |
D | input-programming.rst | 77 In the _init function, which is called either upon module load or when
|
/Linux-v4.19/Documentation/gpu/ |
D | drm-kms.rst | 436 :c:func:`drm_\*_init()` call must be matched with a corresponding
|
/Linux-v4.19/drivers/clk/samsung/ |
D | clk-exynos5433.c | 3185 static void __init exynos5433_cmu_bus##id##_init(struct device_node *np)\ 3191 exynos5433_cmu_bus##id##_init)
|
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_attr.c | 2147 lpfc_##attr##_init(struct lpfc_hba *phba, uint val) \ 2306 lpfc_##attr##_init(struct lpfc_vport *vport, uint val) \
|
/Linux-v4.19/drivers/scsi/be2iscsi/ |
D | be_main.c | 120 beiscsi_##_name##_init(struct beiscsi_hba *phba, uint32_t val) \
|