Searched refs:wall (Results 1 – 5 of 5) sorted by relevance
/drivers/power/supply/ |
D | wm831x_power.c | 22 struct power_supply *wall; member 527 power_supply_changed(wm831x_power->wall); in wm831x_pwr_src_irq() 573 power->wall = power_supply_register(&pdev->dev, &power->wall_desc, in wm831x_power_probe() 575 if (IS_ERR(power->wall)) { in wm831x_power_probe() 576 ret = PTR_ERR(power->wall); in wm831x_power_probe() 692 power_supply_unregister(power->wall); in wm831x_power_probe() 723 power_supply_unregister(wm831x_power->wall); in wm831x_power_remove()
|
/drivers/cpufreq/ |
D | cpufreq.c | 126 static inline u64 get_cpu_idle_time_jiffy(unsigned int cpu, u64 *wall) in get_cpu_idle_time_jiffy() argument 145 if (wall) in get_cpu_idle_time_jiffy() 146 *wall = div_u64(cur_wall_time, NSEC_PER_USEC); in get_cpu_idle_time_jiffy() 151 u64 get_cpu_idle_time(unsigned int cpu, u64 *wall, int io_busy) in get_cpu_idle_time() argument 153 u64 idle_time = get_cpu_idle_time_us(cpu, io_busy ? wall : NULL); in get_cpu_idle_time() 156 return get_cpu_idle_time_jiffy(cpu, wall); in get_cpu_idle_time() 158 idle_time += get_cpu_iowait_time_us(cpu, wall); in get_cpu_idle_time()
|
/drivers/rtc/ |
D | Kconfig | 29 If you say yes here, the system time (wall clock) will be set using 57 If you say yes here, the system time (wall clock) will be stored
|
/drivers/scsi/lpfc/ |
D | lpfc_init.c | 1296 u64 wall, wall_idle, diff_wall, diff_idle, busy_time; in lpfc_idle_stat_delay_work() local 1322 wall_idle = get_cpu_idle_time(i, &wall, 1); in lpfc_idle_stat_delay_work() 1324 diff_wall = wall - idle_stat->prev_wall; in lpfc_idle_stat_delay_work() 1340 idle_stat->prev_wall = wall; in lpfc_idle_stat_delay_work()
|
D | lpfc_sli.c | 7996 u64 wall; in lpfc_init_idle_stat_hb() local 8008 idle_stat->prev_idle = get_cpu_idle_time(i, &wall, 1); in lpfc_init_idle_stat_hb() 8009 idle_stat->prev_wall = wall; in lpfc_init_idle_stat_hb()
|