Searched refs:online (Results 1 - 11 of 11) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/arch/hi3516cv500/include/ |
H A D | sys_hal.h | 56 hi_s32 sys_hal_vi_cap_proc_online_sel(hi_s32 vi_proc, hi_bool online); 57 hi_s32 sys_hal_vpss_online_sel(hi_s32 vpss, hi_bool online);
|
/device/soc/rockchip/common/sdk_linux/drivers/cpufreq/ |
H A D | cpufreq-dt.c | 193 .online = cpufreq_online,
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | rt.c | 299 if (!rq->online) { in rt_set_overload() 319 if (!rq->online) { in rt_clear_overload() 903 * were isolated via cpusets, check all the online rt_rq in do_sched_rt_period_timer() 1160 if (rq->online && prio < prev_prio) { in inc_rt_prio_smp() 1177 if (rq->online && rt_rq->highest_prio.curr != prev_prio) { in dec_rt_prio_smp()
|
H A D | topology.c | 464 free_cpumask_var(rd->online); in free_rootdomain() 480 if (cpumask_test_cpu(rq->cpu, old_rd->online)) { in rq_attach_root() 530 if (!zalloc_cpumask_var(&rd->online, GFP_KERNEL)) { in init_rootdomain() 567 free_cpumask_var(rd->online); in init_rootdomain()
|
H A D | core.c | 1860 * Per-CPU kthreads are allowed to run on !active && online CPUs, see 2070 * Kernel threads are allowed on online && !active CPUs in __set_cpus_allowed_ptr() 2118 * For kernel threads that do indeed end up on online && in __set_cpus_allowed_ptr() 2484 * - on CPU-up we allow per-CPU kthreads on the online && !active CPU, 2485 * see __set_cpus_allowed_ptr(). At this point the newly online 2495 * And can assume that any active CPU must be online. Conversely 2521 /* Look for allowed, online CPU in same node. */ in select_fallback_rq() 2537 /* Any allowed, online CPU? */ in select_fallback_rq() 3185 * as the secondary CPUs may not yet be back online. See __thaw_task() in try_to_wake_up() 7627 * 5) CPU is online an [all...] |
H A D | sched.h | 864 cpumask_var_t online; member 1083 int online; member
|
/device/soc/rockchip/common/vendor/drivers/power/ |
H A D | rk817_battery.c | 2229 int online = 0;
in rk809_chg_get_property() local 2233 online = 1;
in rk809_chg_get_property() 2237 val->intval = online;
in rk809_chg_get_property() 2238 dev_dbg(battery->dev, "report online: %d\n", val->intval);
in rk809_chg_get_property() 2241 if (online) {
in rk809_chg_get_property()
|
H A D | rk817_charger.c | 386 DBG("ac report online: %d\n", val->intval);
in rk817_charge_ac_get_property() 425 DBG("usb report online: %d\n", val->intval);
in rk817_charge_usb_get_property() 783 static void rk817_charge_set_otg_in(struct rk817_charger *charge, int online)
in rk817_charge_set_otg_in() argument 785 charge->otg_in = online;
in rk817_charge_set_otg_in()
|
/device/soc/rockchip/rk3588/kernel/drivers/power/supply/ |
H A D | rk817_battery.c | 2175 int online = 0; in rk809_chg_get_property() local 2179 online = 1; in rk809_chg_get_property() 2182 val->intval = online; in rk809_chg_get_property() 2183 dev_dbg(battery->dev, "report online: %d\n", val->intval); in rk809_chg_get_property() 2186 if (online) in rk809_chg_get_property()
|
H A D | rk817_charger.c | 366 DBG("ac report online: %d\n", val->intval); in rk817_charge_ac_get_property() 404 DBG("usb report online: %d\n", val->intval); in rk817_charge_usb_get_property() 781 static void rk817_charge_set_otg_in(struct rk817_charger *charge, int online) in rk817_charge_set_otg_in() argument 783 charge->otg_in = online; in rk817_charge_set_otg_in()
|
/device/soc/rockchip/common/sdk_linux/kernel/ |
H A D | cpu.c | 584 * Reset stale stack state from the last time this CPU was online. in bringup_cpu() 591 * setup the vector space for the cpu which comes online. in bringup_cpu() 1056 * to an online cpu. in cpuhp_report_idle_dead() 1209 * Make certain the cpu I'm about to reboot on is online. in smp_shutdown_nonboot_cpus() 1277 * online bringup to the hotplug thread. 1366 pr_err("can't online cpu %d because it is not configured as may-hotadd at boot time\n", cpu); in cpu_up() 1397 * @dev: Pointer to the cpu device to online 1744 .name = "ap:online", 1760 .name = "smpboot/threads:online", 1766 .name = "irq/affinity:online", 2621 set_cpu_online(unsigned int cpu, bool online) set_cpu_online() argument [all...] |
Completed in 39 milliseconds