Searched refs:DRV2665_CTRL_2 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/input/misc/ |
H A D | drv2665.c | 21 #define DRV2665_CTRL_2 0x02 macro 72 { DRV2665_CTRL_2, 0x40 }, 120 error = regmap_update_bits(haptics->regmap, DRV2665_CTRL_2, in drv2665_close() 128 { DRV2665_CTRL_2, 0 | DRV2665_10_MS_IDLE_TOUT }, 233 ret = regmap_update_bits(haptics->regmap, DRV2665_CTRL_2, in drv2665_suspend() 245 DRV2665_CTRL_2, in drv2665_suspend() 268 ret = regmap_update_bits(haptics->regmap, DRV2665_CTRL_2, in drv2665_resume()
|