Home
last modified time | relevance | path

Searched refs:booted (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Domap-smp.c176 static bool booted; in omap4_boot_secondary() local
208 if (booted && cpu1_pwrdm && cpu1_clkdm) { in omap4_boot_secondary()
247 booted = true; in omap4_boot_secondary()
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Domap-smp.c176 static bool booted; in omap4_boot_secondary() local
208 if (booted && cpu1_pwrdm && cpu1_clkdm) { in omap4_boot_secondary()
247 booted = true; in omap4_boot_secondary()
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Dvic.c33 bool booted; member
93 vic->booted = false; in vic_runtime_suspend()
107 if (vic->booted) in vic_boot()
157 vic->booted = true; in vic_boot()
/kernel/linux/linux-5.10/tools/testing/ktest/
H A Dktest.pl1652 my $booted = 0;
1662 while (!$booted) {
1670 $booted = 1;
1708 if (defined($stop) && !$booted) {
2097 my $booted = 0;
2132 } elsif ($booted) {
2155 $booted = 1;
2159 if ($booted && defined($stop_after_success) &&
2206 # We already booted into the kernel we are testing,
2207 # but now we booted int
[all...]
/kernel/linux/linux-6.6/tools/testing/ktest/
H A Dktest.pl1710 my $booted = 0;
1720 while (!$booted) {
1728 $booted = 1;
1766 if (defined($stop) && !$booted) {
2154 my $booted = 0;
2188 } elsif ($booted) {
2211 $booted = 1;
2215 if ($booted && defined($stop_after_success) &&
2262 # We already booted into the kernel we are testing,
2263 # but now we booted int
[all...]
/kernel/linux/linux-6.6/include/linux/firmware/cirrus/
H A Dcs_dsp.h134 * @booted: Flag indicating DSP has been configured
173 bool booted; member
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h116 # Get the core id of the next to be booted
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h116 # Get the core id of the next to be booted
/kernel/linux/linux-5.10/scripts/
H A Ddev-needs.sh10 This script needs to be run on the target device once it has booted to a
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwm_adsp.h88 bool booted; member
H A Dwm_adsp.c683 if (!dsp->wmfw_file_name || !dsp->booted) in wm_adsp_debugfs_wmfw_read()
703 if (!dsp->bin_file_name || !dsp->booted) in wm_adsp_debugfs_bin_read()
742 debugfs_create_bool("booted", 0444, root, &dsp->booted); in wm_adsp2_init_debugfs()
813 if (dsp[e->shift_l].booted || !list_empty(&dsp[e->shift_l].compr_list)) in wm_adsp_fw_put()
2877 dsp->booted = true; in wm_adsp1_event()
2889 dsp->booted = false; in wm_adsp1_event()
3065 dsp->booted = true; in wm_adsp_boot_work()
3204 dsp->booted = false; in wm_adsp_early_event()
3253 if (!dsp->booted) { in wm_adsp_event()
[all...]
/kernel/linux/linux-6.6/scripts/
H A Ddev-needs.sh10 This script needs to be run on the target device once it has booted to a
/kernel/linux/linux-6.6/drivers/firmware/cirrus/
H A Dcs_dsp.c410 if (!dsp->wmfw_file_name || !dsp->booted) in cs_dsp_debugfs_wmfw_read()
430 if (!dsp->bin_file_name || !dsp->booted) in cs_dsp_debugfs_bin_read()
501 debugfs_create_bool("booted", 0444, root, &dsp->booted); in cs_dsp_init_debugfs()
2336 dsp->booted = true; in cs_dsp_adsp1_power_up()
2369 dsp->booted = false; in cs_dsp_adsp1_power_down()
2565 * cs_dsp booted flag will be set once completed and if the core has a low-power
2614 dsp->booted = true; in cs_dsp_power_up()
2650 dsp->booted = false; in cs_dsp_power_down()
2693 if (!dsp->booted) { in cs_dsp_run()
[all...]
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dcs35l56_hda.c112 if (cs35l56->cs_dsp.booted) in cs35l56_hda_runtime_suspend()
127 if (cs35l56->cs_dsp.booted) { in cs35l56_hda_runtime_resume()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dcs35l41.c193 if (cs35l41->dsp.cs_dsp.booted) in cs35l41_dsp_preload_ev()
H A Dcs35l56.c962 if (cs35l56->dsp.cs_dsp.booted) in cs35l56_component_remove()
H A Dcs35l45.c124 if (cs35l45->dsp.cs_dsp.booted) in cs35l45_dsp_preload_ev()
H A Dwm_adsp.c346 if (dsp[e->shift_l].cs_dsp.booted || !list_empty(&dsp[e->shift_l].compr_list)) in wm_adsp_fw_put()
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H A Dhead.S706 cmp r0, #HYP_MODE @ if not booted in HYP mode...
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
H A Dhead.S646 cmp r0, #HYP_MODE @ if not booted in HYP mode...
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A Dmain.c1135 wl1271_notice("firmware booted in PLT mode %s (%s)", in wl1271_plt_start()
2318 bool booted = false; in wl12xx_init_fw() local
2336 booted = true; in wl12xx_init_fw()
2356 if (!booted) { in wl12xx_init_fw()
2362 wl1271_info("firmware booted (%s)", wl->chip.fw_ver_str); in wl12xx_init_fw()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A Dmain.c1123 wl1271_notice("firmware booted in PLT mode %s (%s)", in wl1271_plt_start()
2299 bool booted = false; in wl12xx_init_fw() local
2317 booted = true; in wl12xx_init_fw()
2337 if (!booted) { in wl12xx_init_fw()
2343 wl1271_info("firmware booted (%s)", wl->chip.fw_ver_str); in wl12xx_init_fw()

Completed in 41 milliseconds