Searched refs:_init (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
D | iommu_table.h | 89 #define IOMMU_INIT_FINISH(_detect, _depend, _init, _late_init) \ argument 90 __IOMMU_INIT(_detect, _depend, _init, _late_init, 1) 92 #define IOMMU_INIT(_detect, _depend, _init, _late_init) \ argument 93 __IOMMU_INIT(_detect, _depend, _init, _late_init, 0)
|
/linux-4.4.14/include/linux/ |
D | cpufeature.h | 52 static int __init cpu_feature_match_ ## x ## _init(void) \ 58 module_init(cpu_feature_match_ ## x ## _init)
|
D | platform_device.h | 240 static int __init __platform_driver##_init(void) \ 245 module_init(__platform_driver##_init); \ 259 static int __init __platform_driver##_init(void) \ 264 device_initcall(__platform_driver##_init); \
|
D | average.h | 10 static inline void ewma_##name##_init(struct ewma_##name *e) \
|
D | device.h | 1325 static int __init __driver##_init(void) \ 1329 module_init(__driver##_init); \ 1352 static int __init __driver##_init(void) \ 1356 device_initcall(__driver##_init);
|
/linux-4.4.14/net/6lowpan/ |
D | nhc.h | 41 static int __init __nhc##_init(void) \ 45 module_init(__nhc##_init); \
|
/linux-4.4.14/drivers/usb/storage/ |
D | usb.h | 209 static int __init __driver##_init(void) \ 214 module_init(__driver##_init); \
|
/linux-4.4.14/Documentation/filesystems/configfs/ |
D | configfs.txt | 147 config_group, a config_item must have one of the _init() functions 249 using the group _init() functions on the group. 299 group via the usual group _init() functions, and it must also have
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | omap_hwmod.c | 2471 static int __init _init(struct omap_hwmod *oh, void *data) in _init() function 3300 _init(oh, NULL); in omap_hwmod_setup_one() 3318 omap_hwmod_for_each(_init, NULL); in omap_hwmod_setup_all()
|
/linux-4.4.14/Documentation/input/ |
D | input-programming.txt | 79 In the _init function, which is called either upon module load or when
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_attr.c | 1698 lpfc_##attr##_init(struct lpfc_hba *phba, uint val) \ 1857 lpfc_##attr##_init(struct lpfc_vport *vport, uint val) \
|
/linux-4.4.14/drivers/clk/samsung/ |
D | clk-exynos5433.c | 3220 static void __init exynos5433_cmu_bus##id##_init(struct device_node *np)\ 3226 exynos5433_cmu_bus##id##_init)
|
/linux-4.4.14/drivers/scsi/be2iscsi/ |
D | be_main.c | 115 beiscsi_##_name##_init(struct beiscsi_hba *phba, uint32_t val) \
|