Home
last modified time | relevance | path

Searched refs:_init (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/arch/x86/include/asm/
Diommu_table.h88 #define IOMMU_INIT_FINISH(_detect, _depend, _init, _late_init) \ argument
89 __IOMMU_INIT(_detect, _depend, _init, _late_init, 1)
91 #define IOMMU_INIT(_detect, _depend, _init, _late_init) \ argument
92 __IOMMU_INIT(_detect, _depend, _init, _late_init, 0)
/linux-2.6.39/arch/arm/mach-pxa/
Dhx4700.c140 #define HX4700_GPIO_OUT(num, _init, _desc) \ argument
141 { .gpio = (num), .dir = 1, .init = (_init), .desc = (_desc) }
Dmioa701.c182 #define MIO_GPIO_OUT(num, _init, _desc) \ argument
183 { .gpio = (num), .dir = 1, .init = (_init), .desc = (_desc) }
/linux-2.6.39/Documentation/filesystems/configfs/
Dconfigfs.txt147 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-2.6.39/Documentation/input/
Dinput-programming.txt79 In the _init function, which is called either upon module load or when
/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_attr.c1401 lpfc_##attr##_init(struct lpfc_hba *phba, uint val) \
1561 lpfc_##attr##_init(struct lpfc_vport *vport, uint val) \