Home
last modified time | relevance | path

Searched refs:on_time (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/platform/x86/dell/
H A Ddell-wmi-led.c45 unsigned char on_time; member
50 u8 command, u8 on_time, u8 off_time) in dell_led_perform_fn() argument
64 .on_time = on_time, in dell_led_perform_fn()
/linux/drivers/pmdomain/
H A Dcore.c310 genpd->on_time += delta; in genpd_update_accounting()
4019 u64 now, on_time, delta = 0; in active_time_show() local
4032 on_time = genpd->on_time + delta; in active_time_show()
4033 do_div(on_time, NSEC_PER_MSEC); in active_time_show()
4034 seq_printf(s, "%llu ms\n", on_time); in active_time_show()