Searched refs:_init (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/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.1.27/include/linux/ |
D | cpufeature.h | 51 static int cpu_feature_match_ ## x ## _init(void) \ 57 module_init(cpu_feature_match_ ## x ## _init)
|
D | platform_device.h | 231 static int __init __platform_driver##_init(void) \ 236 module_init(__platform_driver##_init); \
|
D | device.h | 1261 static int __init __driver##_init(void) \ 1265 module_init(__driver##_init); \
|
/linux-4.1.27/net/6lowpan/ |
D | nhc.h | 43 static int __init __nhc##_init(void) \ 47 module_init(__nhc##_init); \
|
/linux-4.1.27/Documentation/filesystems/configfs/ |
D | configfs.txt | 147 config_group, a config_item must have one of the _init() functions 255 using the group _init() functions on the group. 305 group via the usual group _init() functions, and it must also have
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | omap_hwmod.c | 2457 static int __init _init(struct omap_hwmod *oh, void *data) in _init() function 3286 _init(oh, NULL); in omap_hwmod_setup_one() 3304 omap_hwmod_for_each(_init, NULL); in omap_hwmod_setup_all()
|
/linux-4.1.27/Documentation/input/ |
D | input-programming.txt | 79 In the _init function, which is called either upon module load or when
|
/linux-4.1.27/drivers/clk/samsung/ |
D | clk-exynos5433.c | 3221 static void __init exynos5433_cmu_bus##id##_init(struct device_node *np)\ 3227 exynos5433_cmu_bus##id##_init)
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_attr.c | 1700 lpfc_##attr##_init(struct lpfc_hba *phba, uint val) \ 1863 lpfc_##attr##_init(struct lpfc_vport *vport, uint val) \
|
/linux-4.1.27/drivers/scsi/be2iscsi/ |
D | be_main.c | 115 beiscsi_##_name##_init(struct beiscsi_hba *phba, uint32_t val) \
|