Server IP : 184.154.167.98 / Your IP : 18.223.206.116 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/src/kernels/4.18.0-553.30.1.lve.el8.x86_64/include/linux/platform_data/ |
Upload File : |
/* * Regulator Haptic Platform Data * * Copyright (c) 2014 Samsung Electronics Co., Ltd. * Author: Jaewon Kim <jaewon02.kim@samsung.com> * Author: Hyunhee Kim <hyunhee.kim@samsung.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef _REGULATOR_HAPTIC_H #define _REGULATOR_HAPTIC_H /* * struct regulator_haptic_data - Platform device data * * @max_volt: maximum voltage value supplied to the haptic motor. * <The unit of the voltage is a micro> * @min_volt: minimum voltage value supplied to the haptic motor. * <The unit of the voltage is a micro> */ struct regulator_haptic_data { unsigned int max_volt; unsigned int min_volt; }; #endif /* _REGULATOR_HAPTIC_H */