Searched refs:on_time (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/platform/x86/dell/ |
A D | dell-wmi-led.c | 45 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-6.3-rc2/drivers/pwm/ |
A D | pwm-twl-led.c | 199 u8 on_time; in twl6030_pwmled_config() local 202 on_time = duty_cycle & 0xff; in twl6030_pwmled_config() 204 ret = twl_i2c_write_u8(TWL6030_MODULE_ID1, on_time, in twl6030_pwmled_config()
|
/linux-6.3-rc2/drivers/base/power/ |
A D | domain.c | 247 genpd->on_time += delta; in genpd_update_accounting() 3273 u64 now, on_time, delta = 0; in active_time_show() local 3286 on_time = genpd->on_time + delta; in active_time_show() 3287 do_div(on_time, NSEC_PER_MSEC); in active_time_show() 3288 seq_printf(s, "%llu ms\n", on_time); in active_time_show()
|
/linux-6.3-rc2/include/linux/ |
A D | pm_domain.h | 159 u64 on_time; member
|
Completed in 13 milliseconds