Searched refs:early_init (Results 1 – 25 of 55) sorted by relevance
123
| /linux/drivers/base/power/ |
| H A D | power.h | 6 if (!dev->power.early_init) { in device_pm_init_common() 9 dev->power.early_init = true; in device_pm_init_common()
|
| /linux/arch/powerpc/kernel/ |
| H A D | early_32.c | 19 notrace unsigned long __init early_init(unsigned long dt_ptr) in early_init() function
|
| H A D | head_44x.S | 113 bl early_init
|
| H A D | head_8xx.S | 537 bl early_init /* We have to do this with MMU on */
|
| H A D | head_85xx.S | 239 bl early_init
|
| H A D | head_book3s_32.S | 145 bl early_init
|
| /linux/arch/sh/drivers/ |
| H A D | platform_early.c | 44 if (!dev->power.early_init) { in device_pm_init_common() 47 dev->power.early_init = true; in device_pm_init_common()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | setup.h | 79 unsigned long __init early_init(unsigned long dt_ptr);
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_isp.c | 345 .early_init = isp_early_init,
|
| H A D | si_ih.c | 293 .early_init = si_ih_early_init,
|
| H A D | cik_ih.c | 431 .early_init = cik_ih_early_init,
|
| H A D | iceland_ih.c | 419 .early_init = iceland_ih_early_init,
|
| H A D | cz_ih.c | 427 .early_init = cz_ih_early_init,
|
| H A D | tonga_ih.c | 475 .early_init = tonga_ih_early_init,
|
| H A D | gmc_v12_0.c | 1049 .early_init = gmc_v12_0_early_init,
|
| H A D | gmc_v11_0.c | 1064 .early_init = gmc_v11_0_early_init,
|
| H A D | gmc_v10_0.c | 1135 .early_init = gmc_v10_0_early_init,
|
| H A D | gmc_v6_0.c | 1134 .early_init = gmc_v6_0_early_init,
|
| H A D | amdgpu_vpe.c | 1001 .early_init = vpe_early_init,
|
| H A D | jpeg_v5_0_1.c | 855 .early_init = jpeg_v5_0_1_early_init,
|
| /linux/include/linux/usb/ |
| H A D | usbnet.h | 173 int (*early_init)(struct usbnet *dev); 171 int (*early_init)(struct usbnet *dev); global() member
|
| /linux/drivers/net/usb/ |
| H A D | rndis_host.c | 382 if (dev->driver_info->early_init && in generic_rndis_bind() 383 dev->driver_info->early_init(dev) != 0) in generic_rndis_bind()
|
| /linux/kernel/sched/ |
| H A D | cpuacct.c | 364 .early_init = true,
|
| /linux/include/linux/ |
| H A D | cgroup-defs.h | 794 bool early_init:1; member
|
| H A D | host1x.h | 73 int (*early_init)(struct host1x_client *client); member
|
123