booted            176 arch/arm/mach-omap2/omap-smp.c 	static bool booted;
booted            208 arch/arm/mach-omap2/omap-smp.c 	if (booted && cpu1_pwrdm && cpu1_clkdm) {
booted            247 arch/arm/mach-omap2/omap-smp.c 		booted = true;
booted            116 arch/mips/include/asm/mach-cavium-octeon/kernel-entry-init.h 	# Get the core id of the next to be booted
booted             32 drivers/gpu/drm/tegra/vic.c 	bool booted;
booted             93 drivers/gpu/drm/tegra/vic.c 	vic->booted = false;
booted            104 drivers/gpu/drm/tegra/vic.c 	if (vic->booted)
booted            155 drivers/gpu/drm/tegra/vic.c 	vic->booted = true;
booted           2312 drivers/net/wireless/ti/wlcore/main.c 	bool booted = false;
booted           2330 drivers/net/wireless/ti/wlcore/main.c 		booted = true;
booted           2350 drivers/net/wireless/ti/wlcore/main.c 	if (!booted) {
booted            674 sound/soc/codecs/wm_adsp.c 	if (!dsp->wmfw_file_name || !dsp->booted)
booted            694 sound/soc/codecs/wm_adsp.c 	if (!dsp->bin_file_name || !dsp->booted)
booted            733 sound/soc/codecs/wm_adsp.c 	debugfs_create_bool("booted", 0444, root, &dsp->booted);
booted            804 sound/soc/codecs/wm_adsp.c 	if (dsp[e->shift_l].booted || !list_empty(&dsp[e->shift_l].compr_list))
booted           2764 sound/soc/codecs/wm_adsp.c 		dsp->booted = true;
booted           2776 sound/soc/codecs/wm_adsp.c 		dsp->booted = false;
booted           2952 sound/soc/codecs/wm_adsp.c 	dsp->booted = true;
booted           3091 sound/soc/codecs/wm_adsp.c 		dsp->booted = false;
booted           3140 sound/soc/codecs/wm_adsp.c 		if (!dsp->booted) {
booted             88 sound/soc/codecs/wm_adsp.h 	bool booted;