Home
last modified time | relevance | path

Searched refs:acc_en (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/input/misc/
H A Dda7280.c251 bool acc_en; member
343 * The interpretation of duty cycle depends on the acc_en, in da7280_haptic_set_pwm()
344 * it should be between 50% and 100% for acc_en = 0. in da7280_haptic_set_pwm()
347 if (!haptics->acc_en) { in da7280_haptic_set_pwm()
371 /* the valid range check when acc_en is enabled */ in da7280_haptic_activate()
372 if (haptics->acc_en && haptics->level > 0x7F) in da7280_haptic_activate()
875 haptics->acc_en = in da7280_parse_properties()
1008 haptics->acc_en = false; in da7280_init()
1026 (haptics->acc_en ? 1 : 0)) | in da7280_init()
1038 haptics->acc_en in da7280_init()
[all...]

Completed in 2 milliseconds