| /linux/arch/arm/plat-orion/include/plat/ |
| H A D | common.h | 17 void __init orion_uart0_init(void __iomem *membase, 22 void __init orion_uart1_init(void __iomem *membase, 27 void __init orion_uart2_init(void __iomem *membase, 32 void __init orion_uart3_init(void __iomem *membase, 37 void __init orion_rtc_init(unsigned long mapbase, 40 void __init orion_ge00_init(struct mv643xx_eth_platform_data *eth_data, 46 void __init orion_ge01_init(struct mv643xx_eth_platform_data *eth_data, 51 void __init orion_ge10_init(struct mv643xx_eth_platform_data *eth_data, 55 void __init orion_ge11_init(struct mv643xx_eth_platform_data *eth_data, 59 void __init orion_i2c_init(unsigned long mapbase, [all …]
|
| /linux/include/linux/ |
| H A D | init_syscalls.h | 3 int __init init_mount(const char *dev_name, const char *dir_name, 5 int __init init_umount(const char *name, int flags); 6 int __init init_chdir(const char *filename); 7 int __init init_chroot(const char *filename); 8 int __init init_chown(const char *filename, uid_t user, gid_t group, int flags); 9 int __init init_chmod(const char *filename, umode_t mode); 10 int __init init_eaccess(const char *filename); 11 int __init init_stat(const char *filename, struct kstat *stat, int flags); 12 int __init init_mknod(const char *filename, umode_t mode, unsigned int dev); 13 int __init init_link(const char *oldname, const char *newname); [all …]
|
| H A D | numa_memblks.h | 10 void __init numa_set_distance(int from, int to, int distance); 11 void __init numa_reset_distance(void); 24 int __init numa_add_memblk(int nodeid, u64 start, u64 end); 25 int __init numa_add_reserved_memblk(int nid, u64 start, u64 end); 26 void __init numa_remove_memblk_from(int idx, struct numa_meminfo *mi); 28 int __init numa_cleanup_meminfo(struct numa_meminfo *mi); 30 int __init numa_memblks_init(int (*init_func)(void), 38 void __init numa_emu_update_cpu_to_node(int *emu_nid_to_phys, 40 u64 __init numa_emu_dma_end(void); 41 void __init numa_emulation(struct numa_meminfo *numa_meminfo,
|
| /linux/arch/arm/mach-at91/ |
| H A D | generic.h | 12 extern void __init at91rm9200_pm_init(void); 13 extern void __init at91sam9_pm_init(void); 14 extern void __init sam9x60_pm_init(void); 15 extern void __init sam9x7_pm_init(void); 16 extern void __init sama5_pm_init(void); 17 extern void __init sama5d2_pm_init(void); 18 extern void __init sama7_pm_init(void); 20 static inline void __init at91rm9200_pm_init(void) { } in at91rm9200_pm_init() 21 static inline void __init at91sam9_pm_init(void) { } in at91sam9_pm_init() 22 static inline void __init sam9x60_pm_init(void) { } in sam9x60_pm_init() [all …]
|
| /linux/arch/arm/mach-pxa/ |
| H A D | generic.h | 13 extern void __init pxa_dt_irq_init(int (*fn)(struct irq_data *, 15 extern void __init pxa_map_io(void); 25 extern void __init pxa25x_init_irq(void); 26 extern void __init pxa25x_map_io(void); 27 extern void __init pxa26x_init_irq(void); 30 extern void __init pxa27x_init_irq(void); 31 extern void __init pxa27x_map_io(void); 34 extern void __init pxa3xx_init_irq(void); 35 extern void __init pxa3xx_map_io(void); 41 void __init pxa_set_ffuart_info(void *info); [all …]
|
| /linux/drivers/clk/at91/ |
| H A D | pmc.h | 147 struct clk_hw * __init 151 struct clk_hw * __init 155 struct clk_hw * __init 159 struct clk_hw * __init 167 struct clk_hw * __init 171 struct clk_hw * __init 176 struct clk_hw * __init 179 struct clk_hw * __init 183 struct clk_hw * __init 188 struct clk_hw * __init [all …]
|
| /linux/arch/arm/mach-mv78xx0/ |
| H A D | common.c | 143 void __init mv78xx0_map_io(void) in mv78xx0_map_io() 167 static void __init clk_init(void) in clk_init() 177 void __init mv78xx0_ehci0_init(void) in mv78xx0_ehci0_init() 186 void __init mv78xx0_ehci1_init(void) in mv78xx0_ehci1_init() 195 void __init mv78xx0_ehci2_init(void) in mv78xx0_ehci2_init() 204 void __init mv78xx0_ge00_init(struct mv643xx_eth_platform_data *eth_data) in mv78xx0_ge00_init() 216 void __init mv78xx0_ge01_init(struct mv643xx_eth_platform_data *eth_data) in mv78xx0_ge01_init() 227 void __init mv78xx0_ge10_init(struct mv643xx_eth_platform_data *eth_data) in mv78xx0_ge10_init() 249 void __init mv78xx0_ge11_init(struct mv643xx_eth_platform_data *eth_data) in mv78xx0_ge11_init() 270 void __init mv78xx0_i2c_init(void) in mv78xx0_i2c_init() [all …]
|
| /linux/lib/ |
| H A D | test-kstrtox.c | 68 static void __init test_kstrtoull_ok(void) in test_kstrtoull_ok() 155 static void __init test_kstrtoull_fail(void) in test_kstrtoull_fail() 237 static void __init test_kstrtoll_ok(void) in test_kstrtoll_ok() 271 static void __init test_kstrtoll_fail(void) in test_kstrtoll_fail() 290 static void __init test_kstrtou64_ok(void) in test_kstrtou64_ok() 330 static void __init test_kstrtou64_fail(void) in test_kstrtou64_fail() 341 static void __init test_kstrtos64_ok(void) in test_kstrtos64_ok() 380 static void __init test_kstrtos64_fail(void) in test_kstrtos64_fail() 393 static void __init test_kstrtou32_ok(void) in test_kstrtou32_ok() 425 static void __init test_kstrtou32_fail(void) in test_kstrtou32_fail() [all …]
|
| H A D | bootconfig.c | 29 const char * __init xbc_get_embedded_bootconfig(size_t *size) in xbc_get_embedded_bootconfig() 57 static inline void * __init xbc_alloc_mem(size_t size) in xbc_alloc_mem() 62 static inline void __init xbc_free_mem(void *addr, size_t size, bool early) in xbc_free_mem() 91 int __init xbc_get_info(int *node_size, size_t *data_size) in xbc_get_info() 103 static int __init xbc_parse_error(const char *msg, const char *p) in xbc_parse_error() 117 struct xbc_node * __init xbc_root_node(void) in xbc_root_node() 131 int __init xbc_node_index(struct xbc_node *node) in xbc_node_index() 143 struct xbc_node * __init xbc_node_get_parent(struct xbc_node *node) in xbc_node_get_parent() 155 struct xbc_node * __init xbc_node_get_child(struct xbc_node *node) in xbc_node_get_child() 169 struct xbc_node * __init xbc_node_get_next(struct xbc_node *node) in xbc_node_get_next() [all …]
|
| /linux/arch/mips/alchemy/devboards/ |
| H A D | db1xxx.c | 10 int __init db1000_board_setup(void); 11 int __init db1000_dev_setup(void); 12 int __init db1500_pci_setup(void); 13 int __init db1200_board_setup(void); 14 int __init db1200_dev_setup(void); 15 int __init db1300_board_setup(void); 16 int __init db1300_dev_setup(void); 17 int __init db1550_board_setup(void); 18 int __init db1550_dev_setup(void); 19 int __init db1550_pci_setup(int); [all …]
|
| /linux/arch/powerpc/perf/ |
| H A D | internal.h | 5 int __init init_ppc970_pmu(void); 6 int __init init_power5_pmu(void); 7 int __init init_power5p_pmu(void); 8 int __init init_power6_pmu(void); 9 int __init init_power7_pmu(void); 10 int __init init_power8_pmu(void); 11 int __init init_power9_pmu(void); 12 int __init init_power10_pmu(void); 13 int __init init_power11_pmu(void); 14 int __init init_generic_compat_pmu(void);
|
| /linux/arch/x86/xen/ |
| H A D | xen-ops.h | 42 void __init xen_reserve_special_pages(void); 43 void __init xen_pt_check_e820(void); 48 void __init xen_relocate_p2m(void); 50 void __init xen_do_remap_nonram(void); 51 void __init xen_add_remap_nonram(phys_addr_t maddr, phys_addr_t paddr, 54 void __init xen_chk_is_e820_usable(phys_addr_t start, phys_addr_t size, 57 void __init xen_inv_extra_mem(void); 58 void __init xen_remap_memory(void); 59 phys_addr_t __init xen_find_free_area(phys_addr_t size); 60 char * __init xen_memory_setup(void); [all …]
|
| /linux/arch/arm/mach-dove/ |
| H A D | common.c | 60 void __init dove_map_io(void) in dove_map_io() 73 static struct clk __init *dove_register_gate(const char *name, in dove_register_gate() 81 static void __init dove_clk_init(void) in dove_clk_init() 135 void __init dove_ehci0_init(void) in dove_ehci0_init() 143 void __init dove_ehci1_init(void) in dove_ehci1_init() 151 void __init dove_ge00_init(struct mv643xx_eth_platform_data *eth_data) in dove_ge00_init() 161 static void __init dove_rtc_init(void) in dove_rtc_init() 169 void __init dove_sata_init(struct mv_sata_platform_data *sata_data) in dove_sata_init() 178 void __init dove_uart0_init(void) in dove_uart0_init() 187 void __init dove_uart1_init(void) in dove_uart1_init() [all …]
|
| /linux/arch/arm/mach-orion5x/ |
| H A D | common.c | 53 void __init orion5x_map_io(void) in orion5x_map_io() 64 void __init clk_init(void) in clk_init() 74 void __init orion5x_ehci0_init(void) in orion5x_ehci0_init() 84 void __init orion5x_ehci1_init(void) in orion5x_ehci1_init() 93 void __init orion5x_eth_init(struct mv643xx_eth_platform_data *eth_data) in orion5x_eth_init() 105 void __init orion5x_i2c_init(void) in orion5x_i2c_init() 115 void __init orion5x_sata_init(struct mv_sata_platform_data *sata_data) in orion5x_sata_init() 124 void __init orion5x_spi_init(void) in orion5x_spi_init() 133 void __init orion5x_uart0_init(void) in orion5x_uart0_init() 142 void __init orion5x_uart1_init(void) in orion5x_uart1_init() [all …]
|
| /linux/arch/arm/mach-omap2/ |
| H A D | io.c | 309 void __init omap242x_map_io(void) in omap242x_map_io() 317 void __init omap243x_map_io(void) in omap243x_map_io() 325 void __init omap3_map_io(void) in omap3_map_io() 332 void __init ti81xx_map_io(void) in ti81xx_map_io() 339 void __init am33xx_map_io(void) in am33xx_map_io() 346 void __init omap4_map_io(void) in omap4_map_io() 354 void __init omap5_map_io(void) in omap5_map_io() 362 void __init dra7xx_map_io(void) in dra7xx_map_io() 378 static int __init _omap2_init_reprogram_sdrc(void) in _omap2_init_reprogram_sdrc() 408 static void __init __maybe_unused omap_hwmod_init_postsetup(void) in omap_hwmod_init_postsetup() [all …]
|
| /linux/drivers/clk/mvebu/ |
| H A D | orion.c | 28 static u32 __init mv88f5181_get_tclk_freq(void __iomem *sar) in mv88f5181_get_tclk_freq() 45 static u32 __init mv88f5181_get_cpu_freq(void __iomem *sar) in mv88f5181_get_cpu_freq() 59 static void __init mv88f5181_get_clk_ratio(void __iomem *sar, int id, in mv88f5181_get_clk_ratio() 84 static void __init mv88f5181_clk_init(struct device_node *np) in mv88f5181_clk_init() 98 static u32 __init mv88f5182_get_tclk_freq(void __iomem *sar) in mv88f5182_get_tclk_freq() 113 static u32 __init mv88f5182_get_cpu_freq(void __iomem *sar) in mv88f5182_get_cpu_freq() 127 static void __init mv88f5182_get_clk_ratio(void __iomem *sar, int id, in mv88f5182_get_clk_ratio() 152 static void __init mv88f5182_clk_init(struct device_node *np) in mv88f5182_clk_init() 163 static u32 __init mv88f5281_get_tclk_freq(void __iomem *sar) in mv88f5281_get_tclk_freq() 172 static u32 __init mv88f5281_get_cpu_freq(void __iomem *sar) in mv88f5281_get_cpu_freq() [all …]
|
| /linux/arch/mips/ralink/ |
| H A D | mt7620.c | 50 static __init void 76 static __init void 96 static unsigned int __init mt7620_get_soc_name0(void) in mt7620_get_soc_name0() 101 static unsigned int __init mt7620_get_soc_name1(void) in mt7620_get_soc_name1() 106 static bool __init mt7620_soc_valid(void) in mt7620_soc_valid() 115 static bool __init mt7628_soc_valid(void) in mt7628_soc_valid() 124 static unsigned int __init mt7620_get_rev(void) in mt7620_get_rev() 129 static unsigned int __init mt7620_get_bga(void) in mt7620_get_bga() 134 static unsigned int __init mt7620_get_efuse(void) in mt7620_get_efuse() 139 static unsigned int __init mt7620_get_soc_ver(void) in mt7620_get_soc_ver() [all …]
|
| H A D | rt305x.c | 59 static unsigned int __init rt305x_get_soc_name0(void) in rt305x_get_soc_name0() 64 static unsigned int __init rt305x_get_soc_name1(void) in rt305x_get_soc_name1() 69 static bool __init rt3052_soc_valid(void) in rt3052_soc_valid() 78 static bool __init rt3350_soc_valid(void) in rt3350_soc_valid() 87 static bool __init rt3352_soc_valid(void) in rt3352_soc_valid() 96 static bool __init rt5350_soc_valid(void) in rt5350_soc_valid() 105 static const char __init *rt305x_get_soc_name(struct ralink_soc_info *soc_info) in rt305x_get_soc_name() 138 static unsigned int __init rt305x_get_soc_id(void) in rt305x_get_soc_id() 143 static unsigned int __init rt305x_get_soc_ver(void) in rt305x_get_soc_ver() 148 static unsigned int __init rt305x_get_soc_rev(void) in rt305x_get_soc_rev() [all …]
|
| H A D | mt7621.c | 64 static bool __init mt7621_addr_wraparound_test(phys_addr_t size) in mt7621_addr_wraparound_test() 77 static void __init mt7621_memory_detect(void) in mt7621_memory_detect() 92 static unsigned int __init mt7621_get_soc_name0(void) in mt7621_get_soc_name0() 97 static unsigned int __init mt7621_get_soc_name1(void) in mt7621_get_soc_name1() 102 static bool __init mt7621_soc_valid(void) in mt7621_soc_valid() 111 static const char __init *mt7621_get_soc_id(void) in mt7621_get_soc_id() 119 static unsigned int __init mt7621_get_soc_rev(void) in mt7621_get_soc_rev() 124 static unsigned int __init mt7621_get_soc_ver(void) in mt7621_get_soc_ver() 129 static unsigned int __init mt7621_get_soc_eco(void) in mt7621_get_soc_eco() 134 static const char __init *mt7621_get_soc_revision(void) in mt7621_get_soc_revision() [all …]
|
| /linux/init/ |
| H A D | initramfs.c | 30 static ssize_t __init xwrite(struct file *file, const unsigned char *p, in xwrite() 62 static void __init error(char *x) in error() 90 static char __init *find_link(int major, int minor, int ino, in find_link() 119 static void __init free_hash(void) in free_hash() 133 static void __init do_utime(char *filename, time64_t mtime) in do_utime() 139 static void __init do_utime_path(const struct path *path, time64_t mtime) in do_utime_path() 152 static void __init dir_add(const char *name, size_t nlen, time64_t mtime) in dir_add() 165 static void __init dir_utime(void) in dir_utime() 175 static void __init do_utime(char *filename, time64_t mtime) {} in do_utime() 176 static void __init do_utime_path(const struct path *path, time64_t mtime) {} in do_utime_path() [all …]
|
| H A D | main.c | 185 static int __init set_reset_devices(char *str) in set_reset_devices() 197 static bool __init obsolete_checksetup(char *line) in obsolete_checksetup() 233 static int __init debug_kernel(char *str) in debug_kernel() 239 static int __init quiet_kernel(char *str) in quiet_kernel() 248 static int __init loglevel(char *str) in loglevel() 268 static void * __init get_boot_config_from_initrd(size_t *_size) in get_boot_config_from_initrd() 315 static void * __init get_boot_config_from_initrd(size_t *_size) in get_boot_config_from_initrd() 327 static int __init xbc_snprint_cmdline(char *buf, size_t size, in xbc_snprint_cmdline() 369 static char * __init xbc_make_cmdline(const char *key) in xbc_make_cmdline() 400 static int __init bootconfig_params(char *param, char *val, in bootconfig_params() [all …]
|
| H A D | do_mounts.c | 37 static int __init load_ramdisk(char *str) in load_ramdisk() 44 static int __init readonly(char *str) in readonly() 52 static int __init readwrite(char *str) in readwrite() 63 static int __init root_dev_setup(char *line) in root_dev_setup() 71 static int __init rootwait_setup(char *str) in rootwait_setup() 81 static int __init rootwait_timeout_setup(char *str) in rootwait_timeout_setup() 107 static int __init root_data_setup(char *str) in root_data_setup() 114 static int __init fs_names_setup(char *str) in fs_names_setup() 121 static int __init root_delay_setup(char *str) in root_delay_setup() 133 static int __init split_fs_names(char *page, size_t size) in split_fs_names() [all …]
|
| /linux/arch/powerpc/platforms/ps3/ |
| H A D | platform.h | 19 void __init ps3_hpte_init(unsigned long htab_size); 20 void __init ps3_map_htab(void); 24 void __init ps3_mm_init(void); 25 void __init ps3_mm_vas_create(unsigned long* htab_size); 33 void __init ps3_register_ipi_debug_brk(unsigned int cpu, unsigned int virq); 34 void __init ps3_register_ipi_irq(unsigned int cpu, unsigned int virq); 38 void __init smp_init_ps3(void); 47 void __init ps3_calibrate_decr(void); 48 time64_t __init ps3_get_boot_time(void); 54 void __init ps3_os_area_save_params(void); [all …]
|
| /linux/arch/mips/txx9/rbtx4927/ |
| H A D | setup.c | 62 static void __init tx4927_pci_setup(void) in tx4927_pci_setup() 109 static void __init tx4937_pci_setup(void) in tx4937_pci_setup() 160 static void __init rbtx4927_gpio_init(void) in rbtx4927_gpio_init() 169 static void __init rbtx4927_arch_init(void) in rbtx4927_arch_init() 178 static void __init rbtx4937_arch_init(void) in rbtx4937_arch_init() 203 static void __init rbtx4927_clock_init(void); 204 static void __init rbtx4937_clock_init(void); 206 static void __init rbtx4927_mem_setup(void) in rbtx4927_mem_setup() 228 static void __init rbtx4927_clock_init(void) in rbtx4927_clock_init() 252 static void __init rbtx4937_clock_init(void) in rbtx4937_clock_init() [all …]
|
| /linux/arch/x86/kernel/ |
| H A D | mpparse.c | 41 static int __init mpf_checksum(unsigned char *mp, int len) in mpf_checksum() 51 static void __init MP_processor_info(struct mpc_cpu *m) in MP_processor_info() 67 static void __init mpc_oem_bus_info(struct mpc_bus *m, char *str) in mpc_oem_bus_info() 74 static void __init MP_bus_info(struct mpc_bus *m) in MP_bus_info() 104 static void __init MP_ioapic_info(struct mpc_ioapic *m) in MP_ioapic_info() 115 static void __init print_mp_irq_info(struct mpc_intsrc *mp_irq) in print_mp_irq_info() 125 static inline void __init MP_bus_info(struct mpc_bus *m) {} in MP_bus_info() 126 static inline void __init MP_ioapic_info(struct mpc_ioapic *m) {} in MP_ioapic_info() 129 static void __init MP_lintsrc_info(struct mpc_lintsrc *m) in MP_lintsrc_info() 140 static int __init smp_check_mpc(struct mpc_table *mpc, char *oem, char *str) in smp_check_mpc() [all …]
|